@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	margin-top:0px;
	}

a:link {
	color: #ffff00;
	text-decoration: underline;
}
a:visited {
	color: #ffff00;
	text-decoration: underline;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:active {
	color: #ffff00;
	text-decoration: underline;
	
}

#container {
	width:1000px;
	clear:both; 
	margin: 0px auto 0px auto; 
	background-color:#000;
	}

#container2 {
	width:750px;
	clear:both; 
	margin: 0px auto 0px auto; 
	background-color:#000;
	}

#header {
	background:url('../images/bg.jpg') repeat-x;
	height:215px;
	}
	
#header2 {
	background: url('../images/mechanicsheader.jpg') no-repeat;
	width:750px;
	height:334px;
	}
	
#text1 {
 width:920px;
 margin: 0px auto 0px auto; 
 text-align:center;
 }
 
#text2 {
 width:920px;
 margin: 0px auto 0px auto;
 }
 
#ways {
 width:920px;
 margin: 0px auto;
 border:1px dashed;
 margin-bottom:15px;
 }
 
#ways2 {
 width:730px;
 border:1px dashed;
 background:#000000 url(../images/bg3.jpg) repeat-x;
 padding:7px; 
 }
 
#voting {
 width:920px;
 margin: 0px auto;
 color:#000000;
 font-size:11px;
 background-color:#FFFFFF;
 margin-bottom:15px;
 }
 
#footer {
 width:920px;
 margin: 10px auto;
 text-align:center;
 height:133px;
 }
 
#footer2 {
 width:750px;
 margin: 10px auto;
 text-align:center;
 height:133px;
 }
 
#clear{
 clear:both;
 }


#logout {
	margin-top:5px;
	padding:2px;
	font-size:12px;
	font-weight:bold;
}

#logout a{
	color:#000;
	color:#993300;
	text-decoration:underline;
}	


