html { height: 100%; margin-bottom: 1px; }
img{
	border:0;
	}
h1{
	font-size:20px;
	}
#container{
	margin: 0 auto;
  width: 800px;
  text-align:left;
  background-color:#fff;
	}
#siteNav{
	background-color:#293244;
	color:#d6d4d8;
	padding:5px;
	font-weight:bold;
	font-size:13px;
	}
#siteNav a{
	color:#d6d4d8;
	text-decoration:none;
	}
#siteNav a:hover{
	color:#bc0000;
	text-decoration:underline;
	}
#mainContent{
	padding:5px;
	overflow:hidden;
	}
#siteFooter{
	background-color:#293244;
	color:#d6d4d8;
	padding:5px;
	}
a{
	color:#4c5868;
	}
table.townLinks{
	font-size:10px;
	}
table.townLinks td{
	vertical-align:top;
	background-color:#f7faff;
	}
div.tlHead{
	font-size:11px;
	padding:2px 0 2px 4px;
	background-color:#b90808;
	font-weight:bold;
	}
div.tlHead a{
	text-decoration:none;
	color:#f6f5f7;
	}
div.mainSubNav{
	font-size:14px;
	font-weight:bold;
	}
div.mainSubNav a{
	padding:0 0 5px 0;
	}
div.mainSubNav a.active{
	background-color:#b90808;
	color:#fff;
	}
div.frontContent{
	margin:3px 0 10px 0;
	}
#new-adverts{
	background-color:#a6d563;
	text-align:center;
	}
img.newAdvert{
	margin:5px;
	width:116px;
	height:123px;
	}
#townQuickNav{
	border:solid 1px black;
	position:absolute;
	background-color:#e6e4e9;
	padding:5px;
	width:250px;
	height:300px;
	overflow-y:scroll;
	}
.clear{	
	clear:both;
	}
.listingBox{
	float:left;
	/*margin:5px 5px 0 0;*/
	width:392px;
	
	overflow:hidden;	
	}
.listingLink{
	font-weight:bold;
	font-size:110%;
	}
.listingLink a{
	color:#598527;
	}
.listingLinkB a{
	color:#438cca;
	}
.listingLocation{
	font-size:80%;
	color:#438cca;
	}
.listingLocation a{
	font-weight:bold;
	text-decoration:none;
	color:#438cca;
	}
.listingText{
	padding:10px 0 10px 0;
	}
.listingPic{
	float:right;
	border:solid 1px #4c5868;
	width:94px;
	height:61px;
	}