@charset "UTF-8";
/* CSS Document */

body	{
	background-color: #000000;
	background-image:url(../images/bkgd.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
strong	{
	font-weight:bold;
}
em	{
	font-style:italic;
}
form div	{
	margin: 3px;
}
label	{
	width: 100px;
	float: left;
	display: inline;
	font-weight:bold;
}
fieldset	{
	border: 1px solid #fc3;
	display: inline;
	padding: 10px;
}
#spread	{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background-color:#000;
	background-image:url(../images/pgbkgd.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#header	{
	height: 131px;
}
#logo	{
	float: left;
}
#headerright	{
	float: right;
	padding: 20px 20px 20px 0;
	height: 91px;
}
#tagline	{
	margin-bottom: 20px;
}
#nav	{
	padding-left: 35px;
	text-transform:uppercase;
}
#coverimage	{
	height: 328px;
	border-top: 1px solid #ffcc33;
	border-bottom: 1px solid #ffcc33;
}
#body	{
	color: #ffffff;
	padding: 20px;
	font-size:12px;
	line-height: 18px;
	min-height: 250px;
}
#body p	{
	margin-bottom: 15px;
}
#body a:link, #body a:visited	{
	color: #ffcc33;
	text-decoration:none;
}
#body a:hover	{
	color: #666666;
	text-decoration:underline;
}
#formleft	{
	float:left;
}
#formright	{
	margin-left: 400px;
}
#pageheader{
	margin-bottom: 20px;
}
#footer	{
	font-size:10px;
	text-align:right;
	color: #FFFFFF;
	padding-right: 25px;
}
#footer a:link, #footer a:visited	{
	color: #ffcc33;
}
div.comment	{
	border-bottom: 1px solid #FC3;
}
.commenterdata	{
	font-size:10px;
}
.formreturn	{
	color:#ffcc33;
}
img.examplethumb	{
	margin-bottom: 5px;
	margin-right: 5px;
}
