*{ margin:0; padding:0; }
body{
	background:url(../images/bg.jpg) repeat-x left top;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
strong{
	color:#A95516;
}
img.floatLeft{
	border:#A95516 2px solid;
	padding:4px;
	margin:5px 10px 0 0;
	float:left;
}
#header{
	width:800px;
	height:147px;
}
#header img.logo{
	float:left;
}
#headerRight{
	width:400px;
	height:147px;
	float:right;
	text-align:right;
}
#headerRight h1{
	line-height:150%;
	font-size:21px;
	font-weight:bold;
	padding:5px 0 0 5px;
	color:#f4f4f4;
}
#menu{
	width:800px;
	height:49px;
}
#menu li{
	margin-right:5px;
	float:left;
	list-style-type:none;
}
#menu a{
	display:block;
	width:130px;
	height:30px;
	background:url(../images/bgMenu.png) repeat-x left top;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	line-height:200%;
}
#menu a:hover{
	display:block;	
	height:30px;
	background:url(../images/bgMenuHover.png) repeat-x left top;
	color:#780701;
	text-decoration:none;
}
#content{
	width:800px;
	height:inherit;
	text-align:left;
	background-color:#fff;
}
#content h1{
	background:url(../images/heading.gif) no-repeat left bottom;
	font-size:24px;
	font-weight:bold;
	margin:10px 20px;
	padding-top:10px;
	text-indent:35px;
}
#content p{
	line-height:150%;
	padding:10px 20px;
}
#content ul{
	padding:10px 20px 10px 50px;
}
#content li{
	line-height:150%;
}
#footer{
	width:100%;
	height:inherit;
	background-color:#1E1E1E;
	font-size:12px;
}
#footer p{
	padding:10px 0;
	color:#fff;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#780701;
	text-decoration:underline;
}
