@charset "utf-8";
/* CSS Document */
body{
	background:#807D3B url(images/css/bg0.png) repeat-x; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#555E2B;
	margin-top:0px;
}
#container{
	background: #FFECC2 url(images/css/bg1.jpg) no-repeat;
	width:945px;
	margin-left:auto;
	margin-right:auto;
	
	
}
#header{
	height:195px;
}
#leftnav{ 
	float:left;
	width:168px;
}
#content{
	width:517px;
	margin-left:168px;/* kill this for ie6 */
	padding:0px 230px 20px 30px;
	/* if you need to decrease or increase left or right padding be sure to change the width by the opposite amount  */
	/* be sure decrease or increase the width in ie6.css by the same amount */
}
#content a{
	color:#555E2B;
}
#footer{
	background:url(images/css/bgfoot.png) no-repeat;
	height:33px;
	
	
	
}
#leftfoot{
	float:left;
	width:300px;
	padding:10px 10px 0px 10px;
}
#rightfoot{
	width:300px;
	margin-left:625px;
	text-align:right;
	padding:10px 10px 0px 10px;
}#rightfoot a{
	color:#555E2B;
	text-decoration:none;
}
.copywrite{
	font-size:10px;
}
.h2{
	font-size:20px;
}
