@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color:#EEEEEE;
}
a {
	text-decoration:none;
	color:#66CCDD;
	}
a:hover {
	text-decoration:underline;
	}
	
	
.maintable {
	background-color: #000000;
	text-align:left;
}
#navwrapper {
	float: left;
	height: 31px;
	width: 900px;
}
#nav {
	width: 660px;
	float:left;
}
#sm {
	width:200px;
	float: right;
	text-align:right;
}
#hairline {
	clear:both;
	background-color: #666666;
	padding-left: 18px;
	padding-right: 18px;
	height: 1px;
}
#copyright {
	font-size:9px;
	color:#666666;
	text-align:center;
	}