
body{margin:0; padding:0;background-color:#000;
 	background-image: url("images/back/metal-mesh-1b.jpg");

  background-repeat: no-repeat;
    background-position:top;
    background-attachment: fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
.clearfix {clear:both;}
#header, #header3 {
width:900px; /* was 800 now 870 */
height:500px;

background-image:url("images/classic-cars-bg-11.png"); background-repeat:no-repeat; background-position:bottom;

}

#header2{
width:900px;
/* height:125px; */
}

#header3{ background-image:url("images/group-classics-800-b.jpg"); background-repeat:no-repeat;background-position:bottom;}

#header4{ width:900px; height:500px; background-image:url("images/castrol-one-800.png"); background-repeat:no-repeat; background-position:bottom;}

#header5{ width:900px; height:500px; background-image:url("images/classic-cars-bg-11.png"); background-repeat:no-repeat; background-position:bottom;}

#header6{ width:900px; height:550px; background-image:url("images/race-prep-3.png"); background-repeat:no-repeat; background-position:bottom;}

#header7{ width:900px; height:500px; background-image:url("images/classic-cars-bg-20.png"); background-repeat:no-repeat; background-position:bottom;}

#main, #main2{
width:950px; /* was 820, now 900 */
margin:auto;
background-color:;
}
#main2{width:980px;}
#main2 p{padding:10px;}

#content {
	background-color:#fff;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;
	padding:10px;
	

}
#content p, #content table{font-size:14px;}

tbody {vertical-align:top;}
th {min-width:90px; text-align:left;}
td{padding-bottom:10px;}
#footer{
	clear:both;
	width:100%;
	padding:5px;
	margin-bottom:10px;
	}

.lefty, lefty2{
	float:left;
	width:48%;
	padding:5px;

	}
.righty{
	float:right;
	width:48%;
	padding:5px;
	}
	
.rightover{
	float:right;
	width:25%;
	padding:5px;
	}		
	
.lefty img{float:right;}
.lefty2 img{float:left;}
.lefty p{padding-left:50px;	font-size: 14px;}
.righty img{float:left}
.righty p{padding-right:50px;	font-size: 14px;}

#topRight{color:yellow; padding-left:340px; padding-top:10px;}
#topLeft{ color:yellow;}
#topLeft h2{text-align:left;}
#content h2{text-align:center;font-style:italic; padding-top:10px;}
#middle{padding:10px 50px;}

.topbit{padding:0px 50px; }

.shadows {
position:relative;
	margin:10px 0;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:12px;
			
	-webkit-box-shadow: 5px 5px 10px #aaa;
	   -moz-box-shadow: 5px 5px 10px #aaa;
	        box-shadow: 5px 5px 10px #aaa;
}
.central {
	width:80%;
	margin:auto;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

.corners {
	margin:10px 0;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:12px;	
}

.linker { color:skyblue; font-size:0.8em; float:right;}

h1, h2{font-weight:normal; font-style: italic;}

/* test blues */

.blueBG{ background: rgb(30, 52, 142); }

#content2 {
	background-color:#fff;
	background: rgb(30, 52, 142);
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px; 
	
	font-size:1em;
}

.gallery { width:1050px;
}

.gallery img { 
    float: left;
	margin:10px;}
	
.centerImage
{
 display:block;
 margin-left:auto;
 margin-right:auto;

}