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

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

#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/car.png);
	min-height: 500px;
}

#footer 
{
clear: both;
height:80px;
background: #e2dbaf;
text-align:center;                 
}

#footer p
{
color:#656363; 
padding-top:35px;
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;
}
.table   tr   td  {
	padding: 5px;
	border: 1px solid #BD2929;
	text-align: left;
}


.form {
	width: 200px;
	border: 1px solid #222222;
	background-color: #EEEBD0;
}



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;
}
.disclaimer {font-size: 9px}

