body {
	background:url(../images/bg.jpg) repeat-x #0a2444;
	font-family: Trebuchet MS;
	font-size: 13px;
}
#wrap {
	width:773px;
	height:733px;
	margin:0 auto;
}
#header {
	background:url(../images/index_01.jpg);
	width:529px;
	height:158px;
	float:left;
}
#contactinfo {
	background:url(../images/index_02.jpg);
	width:244px;
	height:158px;
	float:left;
}
/* ----------- Global Nav Values ----------- */
ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navigation a.home,#navigation a.learning_to_drive,#navigation a.lessons,#navigation a.projects,#navigation a.contact,#navigation a.links{
	cursor: pointer;
	float: left;
	list-style: none;
	margin:0;
}
#navigation a {
	background: url(../images/nav.jpg) no-repeat top left;
	display: block;
	outline: none;
	position: relative;
	height: 48px;
	width:auto;
	text-decoration: none;
	margin:0;
}
#navigation a span {
	display:none;
}
#navigation li{
	float: left;
}
/* ----------- Standard Links ----------- */
#navigation a.home {
	background-position: 0px 0;
	width: 130px;
	z-index: 1;
}
#navigation a.learning_to_drive {
	background-position: -120px 0;
	width: 180px;
	z-index: 2;
}
#navigation a.lessons {
	background-position: -295px 0;
	width: 115px;
	z-index: 3;
}
#navigation a.pass_plus {
	background-position: -400px 0;
	width: 135px;
	z-index: 4;
}
#navigation a.contact_and_booking {
	background-position: -530px 0;
	width: 213px;
	z-index: 5;
}

/* ----------- Hovering Links ----------- */
#navigation .links span:hover {
	background: url(../images/nav.jpg) no-repeat top left;
	cursor: pointer !important;
	display: block !important; /* Overriding previous span hide */
	padding: 0 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 48px;
	width: 100%;
	z-index: 100;
}
#navigation a.home:hover {
	background-position: 0px -48px;
	width: 130px;
	z-index: 1;
}
#navigation a.learning_to_drive:hover {
	background-position: -120px -48px;
	width: 180px;
	z-index: 2;
}
#navigation a.lessons:hover {
	background-position: -295px -48px;
	width: 115px;
	z-index: 3;
}
#navigation a.pass_plus:hover {
	background-position: -400px -48px;
	width: 135px;
	z-index: 4;
}
#navigation a.contact_and_booking:hover {
	background-position: -530px -48px;
	width: 213px;
	z-index: 5;
}
/* ----------- End Links ----------- */
#shade {
	background:url(../images/index_04.jpg);
	width:773px;
	height:6px;
	float:left;
}
#content {
	background:url(../images/car.jpg) no-repeat bottom right #ffffff;
	width:773px;
	height:501px;
	float:left;
}
#inner {
	padding:10px;
}
#bottom {
	background:url(../images/index_06.jpg) no-repeat;
	width:773px;
	height:28px;
	float:left;
	text-align:center;
}
#bottom a {
	color:#777;
	font-size:11px;
}
#bottom a:hover {
	color:#d44;
}
#footer {
	text-align: right;
	float:left;
	width:773px;
	height:20px;
	color:#1a4067;
}
#footer p {
	margin:8px;
}
#footer a {
	color:#1a4067;
}
#footer a:hover {
	color:#3F80B6;
}

.alt {
	display: none;
}

h1 {
	color:#aa0000;
	font:24px arial;
}
h2 {
	color:#0055aa;
	font:16px arial;
}
