* {
	margin:0px;
	padding:0px;
}
body{
	background-color:#000000;
	text-align:center;
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
}
#pageContainer {
	text-align:left;
	max-width:940px;
	padding:20px;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#FFFFFF;
}
strong{
	color:#DDD;
}
h1 {
	color:#CCCCCC;
}
h2{
	font-size:18px;
	font-weight:bold;
}
#centerContent > h3 > a {
	color:#CCCCCC;
}
h3 > a:hover {
	text-decoration:underline;
}
#utilityBar {
	color:#CC0000;
	text-align:right;
	max-width:850px;
}
#glum{
	color:#555;
	font-weight:bold;
	font-size:16px;
}
#searchInput{
	border: #666666 thin;
	background-color:#CCC;
	color:#000000;
	font-size:11px;
	max-height:18px;
}
#header{
	width:940px;
}
#topNav{
	text-align:center;
	color:#666;
	padding:10px 0;
	background-color:#000000;
}
#grave{
	font-size:12px;
}
#penypaa{
	padding-left:200px;
	padding-top:40px;
	margin-bottom:10px;
	font-size:24px;
	font-weight:bold;
	color:#999999;
}
#unity{
	padding-left:240px;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
#topNav{
	width:940px;
}
#mainContent{
	width:940px;
	background-image:url(../img/main_background.jpg);
	background-repeat:repeat-y;
}
#leftContent, #rightContent{
	float:left;
	padding:20px;
	width:140px;
}
div#leftNav{
	margin-top:20px;
}
div#leftNav > ul >li {
	font-size:17px;
	font-weight:bold;
	list-style-type:none;
	border-bottom: 1px solid #333333;
}
div#leftNav > ul >li > a{
	display:block;
	padding:12px 0 12px 5px;
}
#centerContent{
	float:left;
	padding:30px 40px;
	width:500px;
	color:#CCCCCC;
}
#centerContent > p, #centerContent > h1, #centerContent > h2, #centerContent > h3 {
	margin-bottom:30px;
}
#centerContent > h2, #centerContent > h3 {
	margin-bottom:15px;
}
#centerContent a{
	color:#FF0000;
}
#centerContent a:hover{
	text-decoration:underline;
}
.sideAsset{
	padding:10px 5px 10px 10px;
	color:#CC0000;
	background-color:#111;
	background-image:url(../img/mod_bg_hifi.gif);
	background-repeat:repeat;
	font-size:12px;
	line-height:17px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin-bottom:15px;
	margin-top:25px;
}
#footer{
	padding:10px 0;
	text-align:center;
	color:#666;
	width:940px;
}
#copywrite{
	color:#CC0000;
	font-size:12px;
}
#copywrite > a, #search > a {
	color:#CC0000;
}
#copywrite > a:hover, #search > a:hover {
	color:#FFF;
	text-decoration:underline;
}
