*{ margin:0; padding:0; }

body{
	background:#181818 url(../images/bg.png) repeat-x left top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#F4F4F4;
}
img.floatLeft{
	border:#C0D43F 1px solid;
	position:relative;
	float:left;
	margin:5px 10px 0 0;
	padding:2px;
}
img.floatRight{
	border:#C0D43F 1px solid;
	position:relative;
	float:right;
	margin:5px 0 0 10px;
	padding:2px;
}
#menu{
	width:800px;
	height:25px;
}
#menu p{
	float:right;
	color:#7A871F;
	letter-spacing:2px;
}
#menu a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7A871F;
}
#menu a:hover{
	text-decoration:underline;
	color:#000;
}
#header{
	width:800px;
	height:200px;
}
#logo{
	width:300px;
	height:200px;
	float:left;
}
#badge{
	width:200px;
	height:200px;
	float:right;
}
#middle{
	width:300px;
	height:200px;
	float:left;
}
#middle h1{
	font-size:24px;
	font-weight:bold;
	padding:5px;
}
#content{
	width:800px;
	height:inherit;
	background-color:#2E2E2E;
	text-align:left;
}
#content p{
	padding:10px 20px;
	line-height:150%;
}
#content h1{
	padding:10px 20px;
	color:#C0D43F;
	font-size:24px;
	font-weight:bold;
}
#content ul{
	padding:10px 10px 10px 50px;
}
#content li{
	line-height:150%;
	list-style-image:url(../images/arrow.gif);
}
#footer{
	width:100%;
	height:inherit;
	background-color:#111111;
}
#footer p{
	padding:10px 0;
	color:#C0D43F;
}
#footer a{
	color:#C0D43F;
	text-decoration:none;
}
#footer a:hover{
	color:#10A7D6;
	text-decoration:underline;
}