body {
	background-color: #e2f1f8;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
}

html {
	height: 100%;
}

#Footer{
	background: #5c6f7d url('../images/tmp-footer-bg.gif') no-repeat center;
	width: 100%;
	height: 76px;
	margin: 0px auto;
	position: relative;
	margin: -79px auto 0 auto;
	border-top: 3px solid #95a2ab;
	text-align:center;
}
	* html #Footer{
		margin-top: -79px;
	}
	#Footer a:link { color: #FFF; text-decoration: none; }
	#Footer a:visited { color: #FFF; text-decoration: none; }
	#Footer a:hover { color: #FFF; text-decoration: underline; }
	#Footer a:active { color: #FFF; text-decoration: none; }

#nonFooter {
	position: relative;
	min-height: 100%;
	}
* html #nonFooter
	{
	height: 100%;
	}

#content {
	padding: 35px 0 0 0;
}

.left {float: left;}
.right {float: right;}

#footer_wrap {
	width: 850px; 
	height: 40px; 
	padding: 18px 0; 
	margin: 0 auto;
}

#footer_right {
	text-align: right;
	font-size: 16px;
	line-height: 20px;
	color:#FFF;
}
	
#footer_left {
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	color:#FFF;
}

#site_wrap	{ 
	height: 509px; 
	width: 850px; 
	margin: 25px auto 0 auto; 
	}
	
#header_wrap {
	width: 850px;
	height: 59px;
	}
	
#nav_wrap {
	float: left;
	height: 450px;
	width: 323px;
	background:#FFF url('../images/layout/2.jpg') no-repeat;
	}
	
#content_wrap {
	float: right;
	height: 450px;
	width: 527px;
	background:#FFF url('../images/layout/4.jpg') no-repeat;
	}
	
#nav_link_wrap {
	width: 226px;
	margin: 57px 0 0 66px;
}

#nav_link_wrap a {
	display: block;
	width: 188px;
	height: 39px;
	margin: 0 0 6px 0;
	line-height: 39px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	}
	
a.nav1:link, a.nav1:visited, a.nav1:active  { background: #FFF url('../images/nav/1_0.jpg') no-repeat; }
a.nav2:link, a.nav2:visited, a.nav2:active  { background: #FFF url('../images/nav/2_0.jpg') no-repeat; }
a.nav3:link, a.nav3:visited, a.nav3:active  { background: #FFF url('../images/nav/3_0.jpg') no-repeat; }
a.nav4:link, a.nav4:visited, a.nav4:active  { background: #FFF url('../images/nav/4_0.jpg') no-repeat; }
a.nav5:link, a.nav5:visited, a.nav5:active  { background: #FFF url('../images/nav/5_0.jpg') no-repeat; }
a.nav6:link, a.nav6:visited, a.nav6:active  { background: #FFF url('../images/nav/6_0.jpg') no-repeat; }
	
a.nav1:hover { background: #FFF url('../images/nav/1_1.jpg') no-repeat; }
a.nav2:hover { background: #FFF url('../images/nav/2_1.jpg') no-repeat; }
a.nav3:hover { background: #FFF url('../images/nav/3_1.jpg') no-repeat; }
a.nav4:hover { background: #FFF url('../images/nav/4_1.jpg') no-repeat; }
a.nav5:hover { background: #FFF url('../images/nav/5_1.jpg') no-repeat; }
a.nav6:hover { background: #FFF url('../images/nav/6_1.jpg') no-repeat; }

	
	
	
	
	
	
	
	
	
/** TEXT FORMATING **/

h1 {
	font-size: 20px;
	margin: 0 0 15px 0;
	}
	
p {
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	color: #222;
	}
	
/* LIST STYLE */
ul  li {
list-style: disc }

	