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: #FFF;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

a:hover {
	text-decoration: none;
	color: #09F;
}
a:active {
	text-decoration: none;
	color: #F0F0F0;
}

#wrapper {
	width: 1000px;
	background-color: #111;
	margin: auto;
	border: 1px solid #FFF;
}
#wrapper #contents {
	width: 970px;
	padding-left: 14px;
	padding-right: 14px;
	color: #FFF;
	text-align: left;
}

#wrapper #header {
	width: 1000px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 1px;
	background-color: #000;
}
#wrapper #navigation {
	width: 1000px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#wrapper #navigation p strong strong {
	color: #FFF;
}

