/* CSS Document */

body{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	background:#b1c2ae;
}

#top{
	margin: 0 auto;
	width:800px;
	height:118px;

}
#topholder{
	margin: 0 auto;
	width:100%;
	height:118px;
	background:url(img/top_back.gif) repeat-x;
}




#contentholder{
	margin: 0 auto;
	width:100%;
	background:#b1c2ae;
	padding-bottom:20px;
	position:relative;
	height:auto;

}
#content{
	margin: 0 auto;
	width:760px;
	padding:20px;
	margin-bottom:50px;


}

#sub{	
	width:188px;
	left:0;
			float:left;

	}
	
#sub ul {
padding:0px;
margin:0px;
width:184px;
	
	}

#sub ul li{
	font-size:10px;
	color:#FFFFFF;
	display:block;
	height:25px;
	background:url(img/sub_line.gif) no-repeat;
	list-style:none;
	padding:0px 0px 0px 15px;
	margin:0px;
		}
#sub ul li a{
	color:#FFFFFF;
	text-decoration:none;
	}	
	
#sub ul li a:hover{
	color:#b1c2ae;
	text-decoration:none;
	}	

#text{
	width:565px;
	left: 200px;
	top:20px;
			float:right;
			padding-bottom:50px;

}


#bottomholder{
	margin: 0 auto;
	clear:both;	width:100%;
		position:relative;
		height:400px;

	background:#64855d url(img/bottom_back.gif) repeat-x;
}
#bottom{
	margin: 0 auto;
	width:800px;
	clear:both;	
		position:relative;

}


h1{
	color:#64855d;
	font-size:17px;
	font-weight:normal;
	padding: 0px 25px;
}

h2{
	color:#b1c2ae;
	font-size:12px;
	font-weight:bold;
	padding: 0px 45px;
	text-transform:uppercase;
		margin:20px 0px 0px 0px;

}
p{
	color:#23392d;
	font-size:11px;
	line-height:17px;
	padding: 0px 45px;
	margin:0px;


}

p a{
	text-decoration:none;
	border-bottom:#b1c2ae 1px solid;
	color:#23392d;

}
p a:hover{
background-color:#b1c2ae;


}
#text ul{
	padding: 0px 45px;
	font-size:10px;
	line-height:15px;



}
