*{ margin:0; padding:0; }
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#EFEFEF;
	background-color:#232323;
}
img.floatLeft{
	float:left;
	margin:5px 10px 0 0;
	border:#54B8F4 3px solid;
}
img.floatRight{
	float:right;
	margin:5px 0 0 10px;
	border:#54B8F4 3px solid;
}
#container{
	width:800px;
	height:inherit;
}
#topMod{
	width:100%;
	height:50px;
	border-bottom:#54B8F4 1px solid;
}
#logo{
	width:400px;
	height:50px;
	float:left;
}
#logo p{
	font-size:40px;
	font-style:italic;
	font-weight:bold;
	padding-top:5px;
	color:#54B8F4;
}
#header{
	width:800px;
	height:240px;
	border-bottom:#54B8F4 1px solid;	
}
#header img{
	padding-top:20px;
}
#menu{
	width:400px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	float:right;
}
#menu li{
	list-style-type:none;
	padding-right:5px;
	float:left;
}
#menu li.last{
	padding-right:0;
}
#menu a{
	width:130px;
	height:30px;
	display:block;
	background-color:#54B8F4;
	color:#F4F4F4;
	font-weight:bold;
	text-decoration:none;
	line-height:200%;
}
#menu a:hover{
	width:130px;
	height:30px;
	display:block;
	background-color:#666;
	color:#F4F4F4;
	text-decoration:none;
}
#content{
	width:800px;
	height:inherit;
	text-align:left;
}
#content p{
	padding:5px 20px;
	line-height:150%;
}
#content h1{
	padding:10px 20px;
	color:#54B8F4;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
}
#content ul{
	padding:10px 20px 10px 50px;
}
#content li{
	line-height:150%;
	list-style-image:url(../images/bullet02.gif);
}
#footer{
	width:100%;
	height:inherit;
	background-color:1E1E1E;
}
#footer p{
	padding:10px 0;
	color:#666;
}
#footer a{
	color:#666;
	text-decoration:none;
}
#footer a:hover{
	color:#54B8F4;
	text-decoration:underline;
}