/* CSS Document */

body{
	margin: 22px 0 0 ;
	text-align: center;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
#wrapper{
	position:relative;
	margin:0 auto;
	text-align:left;
	width:600px;
	}
#header {
	margin-bottom: 9px;
	float: left;
	}
#links {
	text-align:right;
	float: right;
	padding-top: 4px;
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	}
#content {
	color: #999999;
	font-size: 10px;
	width: 600px;
	clear: both;
	line-height: 16px;
	}
#line{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
	height: 9px;
	}
.darken{
	color: #666666;
}
a:link {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
}
a:hover {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
a:active {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
#content a {
	color: #999999;

	}
#content a:hover {
	color: #ffffff;

	}
/* CSS Document */

