*{ margin:0; padding:0; }
body{
	background-color:#030303;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#C2C2C2;
}
strong{
	color:#E4BE00;
}
img.floatLeft{
	padding:5px 10px 0 0;
	float:left;
}
img.floatRight{
	padding:5px 0 0 10px;
	float:right;
}
#shade{
	background:url(../images/shade.png) repeat-y;
	width:800px;
	height:auto;
}
#container{
	background-color:#181818;
	width:750px;
	height:100%;
}
#logo{
	width:750px;
	height:50px;
	margin-top:10px;
}
#logo h1{
	padding:5px 10px 0 0;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
#banner{
	width:750px;
	height:180px;
}
#content{
	width:750px;
	height:inehrit;
	text-align:left;
}
#content h1{
	font-size:18px;
	padding:5px 10px;
	color:#E4BE00;
}
#content p{
	padding:5px 10px;
	line-height:150%;
}
#content ul{
	padding:5px 10px 5px 50px;
}
#content li{
	line-height:150%;
}
#content a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#E4BE00;
	text-decoration:none;
}
#content a:hover{
	color:#CCCCCC;
	text-decoration:none;
}
#footer{
	background:url(../images/footer.jpg) no-repeat left top;
	border-top:#333333 1px solid;
	background-color:#030303;
	width:750px;
	height:50px;
	padding-bottom:20px;
}
#footer p{
	padding:5px 0 5px 0;
	font-size:11px;
	color:#E4BE00;
}
#footer a{
	color:#C2C2C2;
	text-decoration:none;
	padding:5px;
}
#footer a:hover{
	color:#E4BE00;
	text-decoration:none;
}

