@charset "UTF-8";
/* CSS Document */
body	{
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
}
a:link, a:visited	{
	color: #ffffff;
}
a:hover	{
	color: #0d63c8;
}
fieldset {
	border: none;
}
#spread	{
	background-color:#000000;
	background-image:url(../images/bkgd.gif);
	background-repeat:repeat-x;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#header	{
	height: 100px;
	background-image:url(../images/banner.gif);
	background-repeat:no-repeat;
}

#navigation	{
	background: #000000;
	padding: 0 10px;
	text-align: right;
	color: #333333;
	font-size:12px;
	font-weight:bold;
}
#navigation ul 	{
	margin: 0;
	list-style:none;
}
#navigation	ul li{
	list-style-type:none;
	margin-left: 10px;
	display: inline;
}
#navigation a:link, #navigation a:visited	{
	text-decoration:none;
}
#adspace	{
	float: left;
	padding: 10px 10px 10px 20px;
	width: 240px;
}
#adspace img	{
	border:none;
}
#content	{
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 670px;
	min-height: 400px;
}
#content img.header	{
	margin-left: -20px;
}
#content p	{
	margin-left: 20px;
	font-size:14px;
	line-height: 20px;
}
#content form 	{
	
}
#content form div	{
	padding: 3px;
}
#content form label	{
	display: block;
	float: left;
	width: 130px;
}
#footer	{
	font-size:10px;
	clear: both;
	text-align:right;
	color: #999999;
	padding-right: 10px;
	background-color: #000000;
}


