body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(http://www.kent-tractors.co.uk/images/bg.jpg);
	background-repeat:repeat-x;
	}
#Layer1 {
	width:900px;
	z-index:1;
	margin: 0 auto;
	text-align: left;
	height: auto;
}
#Layer2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
#Layer3 {
	position:absolute;
	width:185px;
	height:80px;
	z-index:1;
	top: 40px;
}
#Layer4 {
	position:absolute;
	width:286px;
	height:38px;
	z-index:2;
	top: 42px;
	margin-left: 225px;
}
#Layer5 {
	position:absolute;
	width:237px;
	height:27px;
	z-index:3;
	top: 89px;
	margin-left: 225px;
}
h3 {
	color: #FFFFFF;
}
h1 {
	font-size: 28px;
}
#Layer6 {
	position:relative;
	width:900px;
	height:39px;
	z-index:4;
	top: 134px;
	background-image: url(http://www.kent-tractors.co.uk/images/menubg.jpg);
	background-repeat:repeat-x;
	text-align: center;
}
body,td,th {
	font-size: 12px;
}
#footer {
	background-color: #3B3B3B;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #8FA910;
	color: #FFFFFF;
	padding: 5px;
	position:absolute;
	left: 0px;
	width: 99%;
	top:auto;
}
.style3 {font-size: 9px}
#Layer7 {
	position:relative;
	width:860px;
	height:auto;
	z-index:5;
	top: 150px;
	margin-bottom: 170px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.imglh {
	position: absolute;
	height: 136px;
	width: 33%;
	text-align: center;
	top: 54px;
}
.imgce {
	position: absolute;
	height: 136px;
	width: 33%;
	top: 54px;
	left: 272px;
	text-align: center;
}
.imgrh {
	position: absolute;
	height: 136px;
	width: 33%;
	top: 54px;
	left: 541px;
	text-align: center;
}

/* table alternative layout starts here*/

#container
{
	width: 100%;
}

#content-container
{
	float: left;
	width: 100%;
	}
#content
{
	clear: left;
	float: left;
	width: 160px;
	height: 150px;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#aside
{
	float: right;
	width: 550px;
	height: 150px;
	display: inline;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

