/* CSS Document */
Body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #000000;
	background-color: #cc0000;
	margin: 0px; /*added this so everything will flush to edges*/
	height:100%;
}

/*this block is nothing but a space holder*/
#headerblock{
	background-image: url(pics/retop.png);
	background-repeat: no-repeat;
	height: 141px;
	width: 751px;
	display: block;
	margin:0px;
}

#contentarea{
	background-image: url("pics/rebkground.png");
	background-repeat: repeat-y;
	width:751px;
	height:auto;
	/*top:142px;*/
	position:relative;
	/*border: 1px solid #000000;*/
}

#contain {
	margin-left: 60px;
	width: 400px;
	padding-top:20px;
	padding-bottom: 6em;
	height: auto;
	font-size: 12px;
	font-weight: 300;
	border: 1px solid #FFFFFF;
}

#contentfooter{
	clear: both;
	height: 71px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 751px;
	background-image: url(pics/rebottom.png);
	background-repeat:no-repeat;
}

a.special:link {
	color:#666666;
	text-decoration: none;}
a.special:visited {
	color:#000000;
	text-decoration: none;}
a.special:hover {
	color:#cc0000;
	text-decoration: none;}
	
ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}	
	
li {
	border: none;
	padding: 10px;
	list-style: none;
	display: inline;
	}
	
ul li a {
	color: #666666;
	text-decoration: none;
	}	

li:hover, li.over ul{
	text-decoration: none;
	color: #cc0000;
	}
	
#link {
    font: Verdana, Arial, sans-serif;
	position: absolute;
	top: 122px; left: 25px;
	width: 695px;
	z-index: 100;
	text-align: center;
	}


	
#toptop {
	margin: 0px auto;
	width: 295px;
	position: absolute;
	top: 60px; left: 400px;
	text-align: center;
	font-size: 9px;
	z-index: 150;
	}

#alt {
	position: absolute;
	top: 0px; left: 495px;
	padding-top: 30px;
	width: 220px;
	z-index: 150;
	}

h3.alt{
	font-size: 13px;
	color: #FF9900;
	font-weight: 500;
	text-align: center;
	}	

img.alt {
	position: absolute;
	top: 190px; left: 535px;
	} 
	
img.header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	}
	
img.speed {
	position: absolute;
	top: 19px;
	left: 403px;
	z-index: 100;
	}
	
img.bottom {
	position: relative;
	left: -50px;
	z-index: 50;
	}

b.bold {
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	}
	
b.black {
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	color: #505050;
	}
	
p.side {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	text-align: center;
	}	

	

