body {
	height: 100%;
	margin: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img {
	border: 0px;
}


#center {
	height: 100%;
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
}


#vertical {
	border: 0px solid #FF0000;
	position: absolute;
	top: 50%;
	left: 0px;
	height: 707px;
	width: 1000px;
	margin-top: -360px;
}

#header {
	border: 0px solid #FF00FF;
	position: relative;
	height: 120px;
	width: 1000px;
	background-image: url("../img/hp/bg_header.gif");
}

#nav_top {
	border: 0px solid #0000FF;
	position: relative;
	height: 40px;
	width: 1000px;
	background-image: url("../img/driver_training.gif");
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #9C9E9F;
}

#nav_img {
	border: 0px solid #0000FF;
	position: relative;
	height: 40px;
	width: 195px;
	background-image: url("../img/hp/bg_nav.jpg");
	float: left;
}

#nav {
	border: 0px solid #0000FF;
	position: relative;
	height: 20px;
	width: 680px;
	float: left;
	margin: 16px 0px 0px 0px; 
	padding: 0px 0px 0px 40px;
}

#nav li {
	list-style: none;
	display: block;
	float: left;
	background-image: url("../img/nav_border.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

#nav li.last {
	background: transparent;
}

#nav a{
	font-size: 13px;
	color: #FFFFFF;
	-moz-outline: none;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
}

#nav a:hover{
	color: #FDC613;
}

#content{
	height: 548px;
	width: 1000px;
	background-image: url("../img/hp/lkw.jpg");
}

#footer{
	font-size: 12px;
	position: absolute;
	width: 680px;
	left: 194px;
	top: 672px;
	color: #000000;
}


