body {
	background: #E9E9E9;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
}

#main {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	position: relative;
	width: 752px;
	height: auto;
	margin: 0px auto;
	voice-family: inherit;
	border: 1px solid #9A0032;
	border-left: 1px solid #9A0032;
	border-bottom: 1px solid #9A0032;
	border-right: 1px solid #9A0032;
}

#main a:link, #main a:visited {
	color: #9A0032;
	font-weight: bold;
	text-decoration: underline;

}

#main a:hover {
	color: #9A0032;
	font-weight: bold;
	text-decoration: none;
}

/* structure divs */

#header {
	width: 752px;
	height: 136px;
	background: url("http://www.kentjones.co.uk/img/header.jpg");
	float: left;
}

#nav {
	width: 752px;
	height: auto;
	float: left;
	text-align: center;
	font-size: 13px;
	font-style: bold;
	line-height: 150%;
	letter-spacing: 1px;
	word-spacing: 2px;
	background: url("http://www.kentjones.co.uk/img/nav.jpg") #E9BA2E;
	margin: auto;
	border-top: 3px solid #9A0032;
	border-bottom: 3px solid #9A0032;
}

#nav a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #9A0032;
	border-right: 1px solid #9A0032;
}

#nav a:link, #nav a:visited {
	color: #9A0032;
	background: transparent;
	text-decoration: none;	
}

#nav a:hover {
	color: #E9BA2E;
	background: #9A0032;
	text-decoration: none;
}

#content {
	background-color: #FFF;
	width: 742px;
	height: auto;
	float: left;
	color: #404040;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
}

#footer {
	background: #E9BA2E;
	background: url("http://www.kentjones.co.uk/img/footer.jpg");
	width: 752px;
	height: 20px;
	float: left;
	color: #9A0032;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding: 0px;
	padding-top: 42px;
	border-top: 4px solid #9A0032;
}

#footer a:link, #footer a:visited {
	color: #9A0032;
	font-weight: bold;
	text-decoration: underline;

}

#footer a:hover {
	color: #9A0032;
	font-weight: bold;
	text-decoration: none;
}

/* content divs */

#rightside {
	height: auto;
	width: auto;
	padding: 3px;
	float: right;
	text-align: center;
}

#salesholder {
	margin: 0px;
	height: auto;
	width: 700px;
	padding: 1px;
	float: left;
}

#salesleftcol {
	height: auto;
	width: auto;
	padding: 5px;
	float: left;
	text-align: left;
}

#salesrightcol {
	height: auto;
	width: auto;
	padding: 5px;
	float: left;
	text-align: left;
}


/* font divs */

h1 {
	color : #9A0032;
	font-weight: bold;
	font-size: 14px;
 	padding: 0px;
}

h2 {
	color : #9A0032;
	font-weight: bold;
	font-size: 12px;
 	padding: 0px;
}

/*special divs */

#adminlinks {
	width: 120px;
	height: auto;
	float: left;
	background: #9A0032;
	padding: 5px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	line-height: 120%;
}

#adminlinks a:link, #adminlinks a:visited {
	color: #E9BA2E;
	font-weight: normal;
	text-decoration: underline;
}

#adminlinks a:hover {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

#admincontent {
	width: 607px;
	height: auto;
	float: left;
	background: transparent;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}

/* table divs */

table.resultstable td {
	border-right: 1px #E9BA2E solid;
	border-bottom: 1px #E9BA2E solid;
}

table.resultstable {
	border-top: 1px #E9BA2E solid;
	border-left: 1px #E9BA2E solid;
}

table.frontresultstable td {
	border-right: 1px #9A0032 solid;
	border-bottom: 1px #9A0032 solid;
}

table.frontresultstable {
	border-top: 1px #9A0032 solid;
	border-left: 1px #9A0032 solid;
}
/* ADDED MIKE */
<!--
.listings_seen {
	background-color: #E9BA2E;
	border: 2px solid #9A0032;
}
.listings_new {
	background-color: #ffffff;
	border: 2px solid #9A0032;
}
.listings_header {
	font-weight: bold;
	color: #FFFFFF;
}
.formbox {
	font-size: 10px;
}
.formfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 150px;
}
.formbox1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 300px;
}
-->
/* ADDED END */
