* {
    padding: 0;
    margin: 0;
} 

body {
	margin: 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: justify;
	background-color: #333;
}

ol, ul {
	list-style: inside;
	margin:0px;
	padding:0px;
}


div#container{
	margin: 0 auto;
	width: 800px;
	border: 1px #fff solid;
	background-color: #FFF;
}

div#header{
	float:left;
	width: 800px;
	background-color: #CC0000;
}

div#navigation{
	clear:both;
	width: 800px;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #CC0000;
	text-align: center;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

div#home{
	float:left;
	width:131px;
	height:30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

a.home {
    display: block;
    width: 131px;
    height: 30px;
    background: url("../_images/home_button.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.home {
    background-position: 0px -30px;
} 

div#drivinglessons{
	float:left;
	width:155px;
	height:30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

a.drivinglessons {
    display: block;
    width: 155px;
    height: 30px;
    background: url("../_images/training_button.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.drivinglessons {
    background-position: 0px -30px;
} 

div#prices{
	float:left;
	width:137px;
	height:30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

a.prices {
    display: block;
    width: 137px;
    height: 30px;
    background: url("../_images/prices_button.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.prices {
    background-position: 0px -30px;
} 

div#testimonies{
	float:left;
	width:191px;
	height:30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

a.testimonies {
    display: block;
    width: 191px;
    height: 30px;
    background: url("../_images/testimonies_button.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.testimonies {
    background-position: 0px -30px;
} 

div#contactform{
	float:left;
	width:182px;
	height:30px;
}

a.contactform {
    display: block;
    width: 182px;
    height: 30px;
    background: url("../_images/contactus_button.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.contactform {
    background-position: 0px -30px;
} 

div#maincontent{
	float:left;
	width: 510px;
	background-color: #FFF;
	padding: 20px;
}

div#sidepanel{
	float:left;
	width: 210px;
	background-color: #CCC;
	padding: 20px;
	text-align: center;
}

div#footer{
	clear:both;
	width: 800px;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #000;
	text-align: center;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a:link {
	text-decoration: underline;
	color: #FFF;
}

a:visited {
	text-decoration: underline;
	color: #FFF;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

a:active {
	text-decoration: underline;
	color: #FFF;
}

a.maincontent:link {
	text-decoration: none;
	color: #000;
}

a.maincontent:visited {
	text-decoration: none;
	color: #000;
}

a.maincontent:hover {
	text-decoration: underline;
	color: #000;
}

a.maincontent:active {
	text-decoration: none;
	color: #000;
}

a.headers:link {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a.headers:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a.headers:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

a.headers:active {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a.sidepanel:link {
	text-decoration: underline;
	color: #FFF;
}

a.sidepanel:visited {
	text-decoration: underline;
	color: #FFF;
}

a.sidepanel:hover {
	text-decoration: none;
	color: #FFF;
}

a.sidepanel:active {
	text-decoration: underline;
	color: #FFF;
}

label{
float: left;
width: 120px;
}

input, textarea{
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 15px;
	padding: 5px;
}

textarea{
	width: 250px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#submitbutton{
	width: 105px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 120px;
	background-image: url(../_images/submit_button.gif);
	height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#resetbutton {
	width: 92px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_images/reset_button.gif);
	height: 30px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.H1 {
	font-size: 18px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.H2 {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.H3 {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	width: 100px;
}

.sidetext {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

.subheaders {
	font-size: 14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Required {
	font-size: 12px;
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Verification {
	font-size: 14px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
