body {
	background-color: #2B2B2B;
	padding: 0px;
	text-align: center;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	width: 667px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
}
#header {
	position: relative;
	width: 667px;
}
#header #logo {
	height: 181px;
	width: 136px;
	position: absolute;
	left: 3px;
	top: 3px;
}

#header #flash {
	margin-left: 75px;
	background-color: #000000;
	border: 3px solid #000000;
}
#header #flash #content {
	height: 181px;
}
#header #newsbar {
	height: 24px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #2B2B2B;
	margin-left: 75px;
}
#container #maintable {
	background-color: #000000;
}

table #nav {
	width: 140px;
	background-color: #424242;
	vertical-align: top;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: .7em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 5px;
}
#nav li a:hover {
	color: #424242;
	background-color: #FFD22C;
}

table #maincontent {
	background-color: #2B2B2B;
	vertical-align: top;
}
#maincontent h1 {
	font-size: 1.2em;
	color: #FFCF27;
	font-weight: lighter;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#maincontent h2 {
	font-size: 1em;
	color: #FFCF27;
	font-weight: lighter;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 1px;
	margin-bottom: 2px;
}
#maincontent p {
	color: #FFFFFF;
	font-size: 0.8em;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
}
#maincontent li {
	font-size: 0.8em;
	color: #DBBF38;
}

#footer {
	height: 24px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #2B2B2B;
	margin-left: 75px;
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#footer a {
	color: #FFD22F;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer #copy {
	padding-top: 4px;
	padding-right: 5px;
}
.floatright {
	margin: 5px;
	float: right;
}
