*{ margin:0; padding:0; }
body{
	background:#000000 url(../images/bg.jpg) repeat-x left top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
img.floatLeft{
	margin:5px 10px 0 0;
	float:left;
	border:#FFCC00 3px solid;
}
img.floatRight{
	margin:5px 0 0 10px;
	float:right;
	border:#FFCC00 3px solid;
}
#header{
	width:800px;
	height:180px;
}
#logo{
	width:341px;
	height:180px;
	background:url(../images/logo.jpg) no-repeat center top;
	float:left;
}
#logo h1{
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	padding:15px 20px 0 20px;
	color:#FFCC00;
	text-align:left;
}
#menu{
	width:459px;
	height:100px;
	float:right;
}
#menu ul{
	width:459px;
	float:right;
}
#menu li{
	list-style-type:none;
	float:left;
	padding-left:20px;
	border-bottom:#82E0FF 1px solid;
}
#menu a{
	display:block;
	width:130px;
	height:80px;
	background:url(../images/navigation.jpg) no-repeat center top;
	text-decoration:none;
	font-style:italic;
	font-size:18px;
	color:#FFCC00;
	vertical-align:text-bottom;
	line-height:350%;
}
#menu a:hover{
	display:block;
	width:130px;
	height:80px;
	color:#FAFAFA;
	background:url(../images/navigationHover.jpg) no-repeat;
	text-decoration:underline;
}
#content{
	width:800px;
	height:inherit;
	background-color:#181818;
	text-align:left;
}
#content h1{
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color:#FFCC00;
	padding:10px 20px;
}
#content p{
	line-height:150%;
	padding:10px 20px;
	color:#EAEAEA;
}
#content ul{
	margin:10px 20px 10px 50px;
}
#content li{
	line-height:150%;
	color:#fff;
}
#footer{
	width:100%;
	height:100px;
	background-color:#111111;
}
#footer p{
	line-height:300%;
	color:#979797;
}
#footer a{
	color:#979797;
	text-decoration:none;
}
#footer a:hover{
	color:#FFCC00;
	text-decoration:underline;
}
