a:link { color: #990000; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: #990000; text-decoration: none }
a:hover { color: #990000; text-decoration: underline; color: #D60000 }
.floatfix	{clear: both;}

a.leftlink:link { color: #DAA520;}
a.leftlink:active {color: #DAA520;text-decoration: none;}
a.leftlink:visited { color: #DAA520;text-decoration: none }
a.leftlink:hover { color: #DAA520;text-decoration: underline; color: #DAA520;}


a.spotlight:link { color: #000000;}
a.spotlight:active {color: #000000;text-decoration: none;}
a.spotlight:visited { color: #000000;text-decoration: none }
a.spotlight:hover { color: #000000;text-decoration: underline; color: #000000;}


h2{

color: #999999;
text-align:center;

}
h3{
background: #000000;
color:#990000;
text-align:center;
}
body
{

		  background:#222222;
}
#box{
border: 1px solid #333333;
padding: 0px 5px 5px 5px;
background: #888888;
color: #000000;
}
#wrapper	{
			border: medium solid #555555;
	    margin-left:  auto;
			margin-right:  auto;
			width: 1000px;
			min-height: 100%;
			background:#000000;
			color: #999999;
				
}
#header {
      background: #000000;
  		position: relative;
			width:100%;
			border-bottom:1px;
}
#linkheader	{
    	position: relative;
			width:98%;
			left:2%;
			color: #990000;
			background:#000000;
			border-top: 1px solid #333333;
	  	border-bottom: 1px solid #333333;
}
#sponsors {
      background: #000000;
  		color:#999999;
  		position:absolute;
			left: 0px;
			width: 175px;
			top: 0px;
			height:100%;
			padding-left: 2px;
			padding-top: 2px;
			border-right: 1px solid #333333;
}

#contentWrapper
{
	background: #555555;
	position:relative;
	width:100%;

}

#content {
	background: #000000;
  position: relative;
	left:175px;
	width:805px;
	min-height:500px;
	padding: 5px 5px 100px 15px;
	
}

#footer {
  	background: #000000;
  	color: #999999;
  	position: relative;
  	width:100%;
  	min-height:75px;

}

