@charset "iso-8859-1";
html,body {
 height: 100%;
}
body {
	text-align: center;
	align: center;
	margin: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #C2C0C0;
}
a:link {
	color: #E7E6E6;
}
a:visited {
	color: #E7E6E6;
}
a:hover {
	color: #E7E6E6;
}
a:active {
	color: #E7E6E6;
}
/* div#wrapper {
 height: 100%;
}
*/

#wrapper {
	width: 760px;
	margin: 0 auto;
	align: center;
	text-align: left;
	position: relative;
	background-color: #0D0303;
}
#header {
 width: 760px;
 height: 172px;
 background-image: url(images/header.jpg);
 background-repeat:no-repeat;
}

input,select,textarea {
background-color: #0D0303;
border-width: 1px;
color: #FFFFFF;

top:auto;

}
#nav {
 width: 143px;
 float: left;
 top: 0;
 text-align: center;
}
img.nav {
  margin-top: 8px;
  
}
#content {
	width: 590px;
	float: left;
	top: 0;
	margin-left: 15px;
	text-align: left;
}

 
#spacer {
	width: 19px;
	float: left;
	top: 0;
}

#footer {
	clear: both;
	width: 760px;
	bottom: 0px;
	text-align: center;
	border-top: 1px;
	border-top-color: #403737;
	border-color: #403737;
	border-style: solid;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	padding-top: 25px;
	font-size:12px;
	color: #9F9999;
	vertical-align: text-bottom;
}
.footer {
font-size: 10px;
}
img.leftFloat
{
	float: left;
	border: 1px #000000;
	border-style: solid;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
img.rightFloat
{
	float: right;
	border: 1px #000000;
	border-style: solid;
	margin-left: 10px;
}
.seperator
{
	background-color: #FFFFFF;
	width: 100%;
	height: 1px;
}
.linkSeperator
{
	background-color: #666666;
	width: 100%;
	height: 5px;
}
.linkHeading
{
background-image:url(images/linkHeader.jpg);
background-repeat:repeat-x;
height: 30px;
font-size: 16px;
margin-top: 5px;
padding-top: 3px;
padding-left: 5px;
font-weight: bold;
}
.link
{
height: 20px;
margin-left: 7px;
}