body {
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	background-image: url(http://www.budgetautocentre.co.uk/car-dealer-images/side-sliver.jpg);
	background-repeat: repeat-y;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 110%;
}

#img {
	border: none;
}

#head {
	background-image: url(http://www.budgetautocentre.co.uk/car-dealer-images/sliver.jpg);
	background-repeat: repeat-x;
	padding-left:10px;
}

#content  {
	position: relative;
	top: 0px;
	left: 0px;
	padding-right: 20px;
	padding-left: 250px;
}

#footer {
	margin-top: 20%;
}

/******NAV*****/
#nav ul {
	position: absolute;
	top: 250px;
	left: 7px;
	padding: 0px;
	padding-left: 3px;
	margin: 0px;
	list-style: none;
	font-size: 12px;
	width:160px;
}

#nav a {
	padding: 2px;
	display: block;
	color: #000;
	font-weight: bold;
	border: 1px black solid;
	background-color: #F5F80C;
	text-decoration: none;
	width: 160px;
}

#nav a:hover {
	background-color: #03C;
	color: #fff;
}
	  
#topnav, #topnav ul {
	padding: 0;
	padding-left: 0;
	margin: 0;
	list-style: none;
	font-size: 10px;
	background-image:url(http://www.budgetautocentre.co.uk/car-dealer-images/top-nav-background.jpg);
	font-weight: bold;
	float: left;
	width: 100%;
	height:41px;
	text-align: center;
	border:none;
	/* width: 36em; total width 
	border: solid #039;
	border-width: 2px 0;*/
}

#topnav a {
	padding-top:0px;
	display: block;
	/*color: #039;*/
	border: thin black solid;
	background-color: #fff;
	text-decoration: none;
	width: 80px;
	height:25px;
	/*background:url(http://www.budgetautocentre.co.uk/car-dealer-images/button-up.jpg) no-repeat;*/
	/*padding: 0.25em 2em;*/
}

#topnav a:hover {
	/*background:url(http://www.budgetautocentre.co.uk/car-dealer-images/button-down.jpg) no-repeat;*/
	color: #fff;
	background-color: #000000;
}

#topnav li {
	float: left;
	width: 80px;
	padding-left: 0px;
	padding-right: 5px;
	/*width: 10%;*/
}

#topnav li ul {
	position: absolute;
	width: 80px;
	left: -999em;
	background-color: #fff;
	border-bottom: none;
	border-top: none;
	/*margin-top: 2px;*/
}

#topnav li:hover ul {
	left: auto;
}

#topnav li:hover ul, #topnav li.sfhover ul {
	left: auto;
}
/**Above is NAV**/

