body {
	background-color: #000000;
	color: #666666;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#container {
	width: 500px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 1px solid #666666;
		}

		#nav {
	padding: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
		}

		#content {
	padding: 10px;
	background-color: #000000;
	height: 280px;
	overflow: auto;
	border: 1px none #666666;
		}

.sub		{ font-size: 16px; font-weight:bold; color: #660000; text-align: right}
.main		{ font-size: 14px; }
.sprint		{ font-size: 10px; text-align: center; }

		#head {
	float: left;
	width: 100px;
	margin: 0;
	margin-right: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	border-top: 1px none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
		}
	
 #nav {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 12px;
}

 #nav ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#nav ul li { display: inline; }

#nav ul li a
{
text-decoration: none;
padding: 0em 1em;
}

#nav ul li a:hover
{
	color: #cccccc;
	background-color: #660000;
}

	a:link   	{ text-decoration: none; color: #660000 }
	a:active  	{ text-decoration: none; color: #cccccc }
	a:visited 	{ text-decoration: none; color: #660000 }
	a:hover   	{ color: #cccccc }

