*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff;
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
}

img
{
	border: 0;
}

#header
{
	margin: 0px auto;
	width: 800px;
	height: 88px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url('../images/ipm-van-hire-derby.jpg') left no-repeat;
}

#banner
{
	margin: 0px auto;
	width: 800px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

#banner ul
{
	list-style-type: none;
}

#banner ul li
{
	display: inline;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 9px;
}

#vans
{
	margin: 0px auto;
	width: 800px;
	height: 240px;
	background: url('../images/transit-van-hire-nottingham.jpg') left no-repeat;
}

#body
{
	margin: 0 auto;
	width: 800px;
	padding: 10px;
	border-top: 1px solid #c0c0c0;
	margin-bottom: 10px;
	line-height: 24px;
	border-bottom: 1px solid #c0c0c0;
}

h1, h2
{
	color: #ef2f0b;
	font-size: 18px;
	margin-bottom: 12px;
	text-indent: 34px;
	font-style: italic; 
	background: url('../images/h1.jpg') left no-repeat;
}

span
{
	color: #ef2f0b;
}

p
{
	margin-bottom: 12px;
}

#footer
{
	line-height: 16px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	width: 780px;
	color: #ef2f0b;
	text-transform: capitalize;
	text-decoration: none;
}

#footer a
{
	color: #ef2f0b;
	text-decoration: none;
}

.clear
{
	clear: both;
}

#map
{
	width: 280px;
	height: 222px;
	margin-top: 10px;
	float: right;
	border: 1px solid #c0c0c0;
}

#copyright
{
	display: none;
}