@charset "utf-8";
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #C8C8C8;
	background-color: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	text-transform: none;
}

a:link {
	text-decoration: underline;
	color: #FFF;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#container {
	background-color: #212121;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 300px;
	height: 380px;
	float: left;
}
#menu {
	width: 466px;
	float: right;
	height: 260px;
}
#main {
	height: auto;
	width: 436px;
	float: right;
	background-color: #2B2B2B;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sidebar {
	background-color: #212121;
	width: 270px;
	float: left;
	height: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#footer {
	clear: both;
	height: 1em;
	background-color: #212121;
	text-align: center;
	vertical-align: middle;
	padding-top: 2em;
	padding-bottom: 2em;
}
#quotebox {
	height: auto;
	width: auto;
	margin-bottom: 3em;
	color: #8C8C8C;
}
.quote {
	margin-left: 82px;
	color: #999;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.quoteauthor {
	margin-left: 82px;
	color: #FFF;
	text-align: right;
}
.spacer {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #212121;
	border-right-color: #212121;
	border-bottom-color: #212121;
	border-left-color: #212121;
	margin-top: 2em;
}
.floatleft {
	float: left;
	margin-right: 1em;
}
.floatright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
span {
	color: #999;
	font-size: 90%;
}
