﻿* {margin: 0; padding: 0;}

body{
	background-color:#222222;
	font-family: Tahoma;
	font-size: 14px;
	color: #222222;
	margin-bottom: 20px;
}

#container 
{
	width: 1024px;
	margin: 40px auto;
	background-color:#ffffff;
}
h1 {color: #BD2929}


#header {
	height: 80px;
	background: #e2dbaf;
	padding-top: 10px;
	text-align: center;
}

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

#rightColumn 
{
	width: 820px;
	float: right;
	background-repeat:no-repeat;
	background-position:right bottom;
	background-image: url(preston-driving-instructor-graphics/mark-with-car.png);
}
#rightColumn2 {
	width: 820px;
	float: right;
}

#footer 
{
	clear: both;
	background: #e2dbaf;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 15px;
}


#footer p
{
	color:#656363;
	font-family:Arial;
	font-size:10px;
}

#nav {
	list-style: none;
	z-index: 2;
	margin-top: 30px;
	margin-left: 30px;
}


#nav li a {
	display: block;
	width: 140px;
	height: 24px;
	background-color: #E2DBAF;
	padding-left: 5px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	line-height: 24px;
}

#nav li a:hover {
	background-color: #BD2929;
	color: #FFFFFF;
}

#current a {
	color: #BD2929;

}
#links {
	width: 156px;
	margin-left: 23px;
	margin-top: 30px;
	text-align: center;
}



#textbox
{
	text-align: justify;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
	height: auto;
}
#textbox h1 {
	font-size: 14px;
	color: #C12A2D;
	margin-top: 10px;
}

#textbox p {
	line-height: 150%;
	font-size: 12px;
}
#textbox ul {
	margin: 10px;
}
#textbox li {
	line-height: 150%;
	font-size: 12px;
	list-style-position: inside;
}





h3{
	font-size:15px;
	color:#c12a2d;
	font-weight: bold;
	padding-right: 0px;
	padding-top: 20px;
}

a {color:#434343;}
a:visited {color:#434343;}
a:active {color:#434343;}
a:hover {
	text-decoration:none;
	color: #BD2929;
}
