body  {
	margin: 0;
	padding: 0;
	background-color: #0066FF;
	background-image:url(Images/backgroundleft.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	z-index: 0;
	}
	
#Bodytwo  {
	background-image:url(Images/backgroundright.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 1;
}

#Header {
	margin: auto;
	position: relative;
	top: 4px;
	width: 800px;
	height: 118px;
	z-index:2;
	background-image: url(Images/WebsiteHeader2.png);
	/*background-color: #0033FF;*/
	}

#Navigation {
	position: absolute;
	margin-top: 118px;
	width: 800px;
	height: 38px;
	z-index: 3;
	/*display: block;
	background-color: #CCCCCC;
	margin: auto;*/
	}	
									
 #Wizard {
	width: 800px;
	height: 38px;
	background: url(Images/nav.png) no-repeat;
	position: absolute;
	margin: auto;
	z-index: 6;
	}	
	
 #Wizard li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 6;
}
	
#Wizard a {
    height: 38px; 
	display: block;
	
	}	
	
	#Overview {left: 0px; width: 107px;}
	#WheelRefurbishment {left: 107px; width: 176px;}
	#Customising {left: 283px; width: 114px;}
	#CarServices {left: 397px; width: 111px;}
	#Faq {left: 508px; width: 99px;}
	#Location {left: 607px; width: 92px;}
	#Contact {left: 699px; width: 101px;}
	
  #Overview a:hover {
    background: transparent url(Images/nav.png)
    0px -38px no-repeat ;}
  #WheelRefurbishment a:hover {
    background: transparent url(Images/nav.png)
   -107px -38px no-repeat;}
  #Customising a:hover {
    background: transparent url(Images/nav.png)
    -283px -38px no-repeat;}
  #CarServices a:hover {
    background: transparent url(Images/nav.png)
    -397px -38px no-repeat;}
  #Faq a:hover {
    background: transparent url(Images/nav.png)
    -508px -38px no-repeat;}
  #Location a:hover {
    background: transparent url(Images/nav.png)
    -606px -38px no-repeat;}
  #Contact a:hover {
    background: transparent url(Images/nav.png)
    -699px -38px no-repeat;}	
			
#Container {
	position: relative;
	margin: auto;
	margin-top: 43px;
	width: 800px;
	height:636px;
   /* background-color: #FFFFFF;*/
	background-image:url(Images/border.png);
	color: #000000;
	font-family: Lucida Sans Unicode, arial;
	font-size:12px;
	z-index:4;

}

#Container hr {
	border: 0px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	width: 750px;
	height: 1px;
	margin-bottom: 0px;
}
	
#Footer {
	position: relative;
	margin: auto;
	width:800px;
	height:78px;
	background-image:url(Images/Border2.png);
	margin-top: 0px;
	z-index: 4;
	/*background-color: #000000;*/
	}
		
#Footer p {
	position: absolute;
	margin-top: 10px;
	font-family: Lucida Sans Unicode;
	font-size: 10px;
	color: #999999;
	left: 72px;
	height: 42px;
	width: 660px;
	}
	
#Footer a:link {
	text-decoration: none;
	color: #999999;
	}
#Footer a:visited {
	text-decoration: none;
	color: #999999;
	}
#Footer a:active {
	text-decoration: none;
	color: #999999;
	}
#Footer a:hover {
	text-decoration: underline;
	color: #0066FF;	
	}




 			

