*{ margin:0; padding:0; }
body{
	background-color:#F2F2E0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3C3C39;
}
strong{
	color:#A56604;
}
img.logo{
	margin-top:20px;
}
img.floatLeft{
	border:#A56604 2px solid;
	padding:4px;
	margin:5px 10px 0 0;
	float:left;
}
#middle{
	width:800px;
	height:100px;
}
#middle h1{
	font-size:24px;
	line-height:150%;
	font-weight:normal;
}
#menu{
	width:800px;
	height:150px;
}
#menu img{
	float:left;
}
#content{
	width:800px;
	height:inherit;
	background:#C5C49E url(../images/contentBgTop.gif) no-repeat center top;
	margin-top:20px;
	text-align:left;
}
#content h1{
	color:#A56604;
	font-size:24px;
	font-weight:bold;
	padding:10px 20px;
}
#content p{
	padding:10px 20px;
	line-height:150%;
	color:#000;
}
#content ul{
	padding:10px 20px 10px 50px;
}
#content li{
	line-height:150%;
}
#content .bottom{
	width:800px;
	height:25px;
	background:url(../images/contentBgBottom.gif) no-repeat center top;
}
#footer{
	width:100%;
	height:inherit;
	font-size:12px;
}
#footer p{
	padding:10px 0;
	color:#A56604;
}
#footer a{
	color:#A56604;
	text-decoration:underline;
}
#footer a:hover{
	color:#A56604;
	text-decoration:none;
}
