*{ margin:0; padding:0;}
body{
	background-color:#2D2D2D;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#F4F4F4;
}
strong{
	color:#C0933B;
}
img.floatLeft{
	border:#C0933B 1px solid;
	padding:4px;
	margin:5px 10px 0 0;
	float:left;
}
#header{
	width:800px;
	height:175px;
	background:url(../images/header.jpg) no-repeat center top;
}
#header .separator{
	width:800px;
	height:80px;
	clear:both;
}
#headerBottom{
	width:800px;
	height:inherit;
	font-size:21px;
	font-weight:bold;
	color:#432B01;
}
#menu{
	width:370px;
	height:40px;
	float:right;
	margin:20px 10px 0 0;
}
#menu p{
	font-size:18px;
	font-weight:bold;
	color:#432B01;
}
#menu a{
	color:#432B01;
	text-decoration:none;
}
#menu a:hover{
	text-decoration:none;
	color:#C0933B;
}
#content{
	width:800px;
	height:inherit;
	background:#444444 url(../images/contentTop.gif) no-repeat center top;
	text-align:left;
	margin-top:20px;
}
#content h1{
	font-size:24px;
	font-weight:bold;
	color:#C0933B;
	padding:10px 20px;
}
#content p{
	padding:10px 20px;
	line-height:150%;
}
#content .bottom{
	width:800px;
	height:26px;
	background:url(../images/contentBottom.gif) no-repeat center top;
}
#content ul{
	padding:10px 20px 10px 50px;
}
#content li{
	line-height:150%;
}
#footer{
	width:800px;
	height:100px;
	margin-top:20px;
}
#footer p{
	padding:10px 0;
	color:#969696;
}
#footer a{
	color:#969696;
	text-decoration:none;
}
#footer a:hover{
	color:#C0933B;
	text-decoration:underline;
}
