@charset "utf-8";
body {
	background-image: url(images/sand_bg.gif);
	background-repeat: repeat;
}

#wrapper {
	width: 799px;
	margin: auto;
	background-color: #FFFFFF;
}
#wrapper #logo {
	height: 121px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #0753E0;
	border-bottom-color: #0753E0;
	background-image: url(images/Driver%20training%20logo.png);
	width: 799px;
}

#wrapper #header1Img {
	height: 200px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #0753E0;
	border-right-color: #0753E0;
	border-bottom-color: #0753E0;
	border-left-color: #0753E0;
	border-bottom-style: solid;
	z-index: 1;
}
* {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 10px;
}
a img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#wrapper #navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	text-align: center;
	background-repeat: repeat-x;
	border-top-color: #0753E0;
	border-right-color: #0753E0;
	border-bottom-color: #0753E0;
	border-left-color: #0753E0;
	height: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	z-index: 2;
	background-color: #FFE166;
}


#wrapper #bodyArea #left {
	width: 490px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-top: 50px;
	padding-left: 20px;
}
#wrapper #bodyArea #right {
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	height: 380px;
	float: right;
	padding-top: 130px;
}
#wrapper #bodyArea #main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	width: 750px;
	padding-left: 25px;
	padding-top: 40px;
	padding-bottom: 40px;
	height: auto;
	float: none;
}




#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 32px;
	clear: both;
	width: 799px;
	background-repeat: repeat-x;
	padding-top: 3px;
	color: #FFFFFF;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0753E0;
	background-color: #FFE166;
}



.style1 {
	color: #000000
}
a:link {
	color: #999999;
}
a:visited {
	color: #CCCCCC;
}
.style2 {color: #000000}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}   
a:hover {
	color: #FF0000;
	text-decoration: none;
}    
a:active {
	color: #000000;
	text-decoration: none;
}
