
/*grand prix development style page*/

body{
	margin:0;
	text-align:center;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
	font-size:16px; 
	height:100%;
	width:100%;
	background-color:#000000;
	}
	

h3{padding-top:5px;}

a{text-decoration:none; border:none; color:#900;}
	
a:hover{color:#FF9;}
	
ul{list-style:none;}

img{padding:0; margin:0;}

	#wrapper{
	  position:relative;
	  width: 1024px;
	  min-height:900px;
      height:auto !important;
      height:900px;	
	  margin:25px auto;
	  padding:0;
	  border-color:#900;
	  border-width:thick;
	  border-style:double;
	  text-align: left;/*ie fix*/
	  background-color:#000000;
	}
	
	#header{
		position:relative;
		text-align:left;
	    margin:0 auto;
		border-bottom:double;
		background-color:#000;
		width:95%;
		}
		
	#specs{margin:0 0 0 175px;padding:5px 0 5px 0;}
	
	#front{float:right;margin-right:70px;}
		
	
	#contentHolder{position:relative;
					margin:0 auto;
					padding:0 15px 0 15px;
					min-height:800px;
  		            height:auto !important;
  		            height:800px;
					background:#600;
					width:950px;
					}
					
	#content{padding:0 5px 5px 5px;
	        margin:0 0 0 175px;
			min-height:750px;
  		    height:auto !important;
  		    height:750px;}
			
	.pushitdown{padding-top:25px;}
	
	#minius{float:right;clear:both; margin:0 70px 50px 0;}
	/*footer outside wrapper*/
	#link{margin-top:100px; font-size:10px;}
	#contactInfo {
		position:relative;
		margin: 50px auto;
		text-align:center;
		color:#900;
		background:#000000;
		width:500px;
		}