body{margin:0; padding:0;background-color:#000;}
.clearfix {clear:both;}
#header{
width:750px;
height:400px;

background-image:url("images/car-trio-4.png");
}

#header2{
width:750px;
height:125px;
}

#main{
width:750px;
margin:auto;
background-color:#000;
}
#content {
	background-color:#fff;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px; 
}

#footer{
	clear:both;
	width:100%;
	padding:5px;
	margin-bottom:10px;
	}

.lefty{
	float:left;
	width:48%;
	padding:5px;
	}
.righty{
	float:right;
	width:48%;
	padding:5px;
	}
	
.rightover{
	float:right;
	width:25%;
	padding:5px;
	}		
	
.lefty img{float:right;}
.lefty p{padding-left:50px;}
.righty p{padding-right:50px;}

#topRight{color:yellow; padding-left:340px}
#topLeft{clear:both;margin-top:150px; color:yellow;}
#topLeft h2{text-align:left;}
#content h2{text-align:center;font-style:italic; padding-top:10px;}
#middle{padding:10px 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;
}
.corners {
	margin:10px 0;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:12px;	
}

.linker { color:skyblue;}