* {
	margin:0; padding:0;	
}

body {
	background:url(../images/bg.jpg) repeat-x #FFF;	
	font-family:Arial, Helvetica, sans-serif;
	margin:30px 0 0 0;
	font-size:12px;
}

#wrapper {
	width:906px;
	margin:0 auto;
}


#banner {
	background:url(../images/logo.jpg);
	width:179px;
	height:113px;
	float:left;
}

#bannerText {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	float:right;
	padding:22px 0 0 0;
}

#menu {
	background:url(../images/menu.jpg);
	width:906px; height:42px;
	clear:both;	
}

#menu li {
	list-style:none;
	float:left;
	margin:12px 12px 10px 12px;
}

#menu li#home {
	margin:12px 12px 10px 17px !important;
	margin:12px 12px 10px 10px;
}


#menu li a {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

#menu li.active a {
	background:url(../images/arrow.jpg) no-repeat center;
	padding:13px 0 15px 0;
}

#body {
	background:url(../images/bodytop.jpg) #FFF no-repeat;
}

#leftColumn {
	width:406px;
	float:left;
}

#rightColumn {
	width:489px;
	float:left;
}

#quote {
	background:url(../images/quote.jpg);	
	margin:7px;
}
	#quote p {
		font-size:14px;
		font-weight:bold;
		font-style:italic;
		padding:10px;
		letter-spacing:1px;
	}
	
#car {
	margin:7px 0 0 2px;	
}

#instructorTop {
	background:url(../images/instructortop.jpg) no-repeat;
	width:403px; height:21px;
}

#instructor {
	background:url(../images/instructor.jpg) repeat-y;	
}

#instructor h1 {
	padding:0 0 0 18px;	
}

#instructor p {
	font-size:13px;
	padding:10px 20px 10px 30px;
}
	
#instructor li {
	font-size:12px;
	margin:0 0 0 60px;
	line-height:18px;
}
	#instructor li strong {
		font-weight:normal;
	}
	

#instructorBottom {
	background:url(../images/instructorbottom.jpg) no-repeat;
	width:403px;
	height:24px;
}

#instructorPage li {
	font-size:12px;
	margin:0 0 0 30px;
	line-height:18px;
}

#lessons {
	margin:10px;	
	height:200px;
	overflow:auto;
}

#lessons li {
	font-size:12px;
	margin:0 0 0 30px;
	line-height:18px;
}

#content {
	background:url(../images/content.jpg) no-repeat;	
	width:894px;
	margin:7px 10px 0 7px !important;
	margin:7px 10px 0 3px;
	float:left;
}

	#content h2 {
		padding:0 10px 0 10px;
		color:#000;
		font-size:17px;
	}
	
	#content h3 {
		padding:0 0 0 10px;
		font-size:14px;
	}
	
#content p {
	padding:10px;
}

#links li {
	margin:0 0 0 20px;
	list-style:none;
	font-size:14px;
	line-height:25px;
}
	#links li a:hover, #content li a:visited {	
		color:#000;
	}
	
	

.onlyButton {
	background:url(../images/only50.jpg);
	width:107px; height:33px;
	border:0;
	float:right;
	margin:0 20px 0 0;
}

#bodyBottom {
	background:url(../images/footer.gif);
	width:906px;
	height:10px;
}

h1, h2 {
	font-size:14px;
	color:#ff0000;
}

h2 {
	margin:10px 0 10px 0;	
}

#footer {
	float:right;	
}
	#footer p {
		padding:10px;
		font-size:11px;
	}

.gap {
	height:20px;	
}
	
.clear {
	clear:both;	
}