@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

#header{
	width:100%;
	height: 167px;
	background:url(images/img_03.jpg) repeat-x #FFFFFF;
	text-align: center;
}

#hdrsep{
	height:8px;
	width:100%;
	background-color:#92afba;
	margin-bottom: 5px;
}

#nav{
	height:55px;
	width:100%;
	background:url(images/img_08.jpg) repeat-x left;
}

#link_hldr{
	width:870px;
	height:55px;
	margin:0 auto;
}
	#link_hldr ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#link_hldr li{
		float:left;
		margin:0;
		padding:0;
		list-style-type:none;
	}

#content{
	width:100%;
	height:398px;
	background:url(images/img_18.jpg) repeat-x left;
}
	#content .hldr{
		width:600px;
		height:398px;
	}

#sub_footer{
	width:100%;
	height: 59px;
	background-color:#8bc3cf;
}

#footer{
	background:url(images/footer_bg.jpg) repeat-x left;
	height:170px;
}
	#footer .logo{
	height: 101px;
	width:850px;
	margin:0 auto;
	}
	#footer .copy{
	height:35px;
	width:900px;
	margin:10px auto 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
	text-align:center;
	}
