@charset "UTF-8";

body {
	font: 10pt "Lucida Grande CE", Verdana, Helvetica;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
}

#nav {
	color: #FFFFFF;
	padding-top: 20px;
	font: 12px Lucida Grande, Verdana, Helvetica;
	text-align: right;
	margin-bottom: 20px;
	
	letter-spacing: 0.1em;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #3399cc;
}
#maintext {
	width: 582px;
	text-align: left;
	padding-left: 36px;
	float: left;
	font: 12px/2em "Lucida Grande", Verdana, Helvetica;
	color: #999999;
	letter-spacing: 0.1em;
}


#mainimage {
	width: 382px;
	float: left;
}
#current {
	color: #3399cc;
}
#footer {
	font: 9px  Lucida Grande, Verdana, Helvetica;
}
