*{ padding:0; margin:0; }
body{
	background:url(../images/bg.gif) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
img.floatLeft{
	border:#F0B412 1px solid;
	padding:4px;
	margin:5px 10px 0 0;
	float:left;
}
strong{
	color:#F0B412;
}
#header{
	width:800px;
	height:269px;
	background:url(../images/header.jpg) no-repeat center top;
}
#menu{
	width:800px;
	height:30px;
	text-align:left;
}
#menu p{
	line-height:150%;
	text-indent:25px;
	color:#fff;
}
#menu a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover{
	color:#000;
	text-decoration:none;
}
#logo{
	width:500px;
	height:239px;
	float:left;
}
#logo h1{
	font-size:18px;
	font-weight:bold;
	line-height:120%;
	padding:0 40px 0 30px;
	color:#F4F4F4;
}
#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;
	padding:10px 20px;
	color:#F0B412;
}
#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:#000;
	font-size:12px;
}
#footer p{
	padding:10px 0;
	color:#fff;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#F0B412;
	text-decoration:underline;
}
