body {
	background-color: #000;
	font-size: 11px;
}
a:link {
	text-decoration: none;
	color: #06F;
}
a:visited {
	text-decoration: none;
	color: #06F;
}
body,td,th {
	color: #CCC;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

a:hover {
	text-decoration: none;
	color: #09F;
}
a:active {
	text-decoration: none;
	color: #F0F0F0;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333;
	border: 1px solid #FFF;
}
#wrapper #contents {
	width: 840px;
	margin-left: 140px;
	color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding: 10px;
	text-align: left;
}
#wrapper #footer {
	width: 1000px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#wrapper #header {
	width: 1000px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: 1px;
}
#wrapper #navigation {
	width: 120px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 10px;
}
