*{ margin:0; padding:0 }
body{
	background:#E7E5CE url(../images/bg.jpg) repeat-x left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
img.floatLeft{
	margin:5px 10px 0 0;
	float:left;
	border:#A7AC5C 3px solid;
}
#header{
	width:800px;
	height:250px;
}
#header .logo{
	float:left;
}
#menu{
	width:490px;
	height:47px;
	float:right;
	text-align:right;
}
#menu p{
	padding-top:10px;
	color:#E9D632;
}
#menu a{
	color:#fff;
	text-decoration:none;
}
#menu a:hover{
	color:#E9D632;
	text-decoration:underline;
}
#rightHeader{
	width:490px;
	height:203px;
	float:right;
}
#rightHeaderText{
	width:289px;
	height:200px;
	float:left;
}
#rightHeaderText h1{
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:150%;
	padding-top:5px;
}
#rightHeader img{
	float:right;
}
#content{
	width:800px;
	height:inherit;
	background:#DCDCC0 url(../images/bgContTop.jpg) no-repeat center top;
	margin-top:10px;
	text-align:left;
}
#content h1{
	font-size:24px;
	font-weight:bold;
	padding:10px 20px;
	color:#A7AC5C;
}
#content p{
	padding:10px 20px;
	line-height:150%;
	color:#333333;
}
#content ul{
	margin:10px 20px 10px 60px;
}
#content li{
	line-height:150%;
	color:#333333;
}
#contentBottom{
	width:800px;
	height:5px;
	background:url(../images/bgContBottom.jpg) no-repeat center top;
	padding-bottom:10px;
}
#footer{
	width:100%;
	height:100px;
	background-color:#A7AC5D;
}
#footer p{
	line-height:200%;
	color:#fff;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#E9D632;
	text-decoration:underline;
}