﻿/* ================ */
/* = The 1Kb Grid = */     /* 14 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */


.grid_1 { width:1100px;
background-image:url('../images/car-header.jpg');
background-repeat:no-repeat;
height:366px }

.grid_2 { width:1100px;
background-image:url('../images/car-bg.jpg');
background-repeat:repeat;

 }
 
 .footer{ width:1100px;
 background-image:url('../images/car-footer.jpg');
background-repeat:no-repeat;
height:90px;
color:#ffffff;
font-size:11px;
text-align:center;
padding-top:25px
}
 #footer a {
		color:#fff;
		text-decoration:none;
		font-size:11px;

	}
#footer a:hover {
		text-decoration:underline;
	
}
a {
		color:#fff;
		text-decoration: underline;
	
	}
a:hover {
	color:#fdb812
	
}


 
.left-title {
	width:300px; 
	margin-left:200px;
	margin-top:80px;
	color:#0266b5;
	font-size:18px
	
}
#coursework{
	width: 100%;
	padding:5px;
	border:3px #9ac269 solid; 
	font-size:12px;
	background-color:#fff;
		color:#333333


	}
.tablesubhead {
	background-color:#9ac269;
	
	color:#FFFFFF;
	padding:3px;
}


