body {
	background: white;
	color: black;
	font-family: verdana;
	font-size: 0.8em;
}

h1 {
	color: #666666;
	border-bottom: 1px dotted #666666;
	font-size: 250%;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2, h3 { 
	font-size: 130%;
}

h4 {
 font-size: 100%;
 margin-top: 2px;
 color: #FF6600}

.h1link {
	color: #666666;
	text-decoration: none;
}

.nostyle {
	color: black;
	text-decoration: none;
}

div#menu {
	text-align: center;
	padding: 5px;
	background-image: url('images/menu.gif');
	border: 1px solid silver;
	
}

div#search, #tblPopular {
	margin: 5px; 
	border: 1px dashed #FF6600;
	background-color: #E5E5E5;
}

.menulink {
	text-decoration: none;
}

.orangelink {
	font-weight: bold;
	color: #FF6600;
}

div#search {
	padding: 3px;
	font-weight: bold;
}

.lblTown {
	display: block;
	background-color: silver;
	padding: 2px;
	padding-left: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	}

#main {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
}
#main2 {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#left {
	background-image: url('images/gerkin.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#right {
	width: 175px;
}

#officepic {
	padding: 2px;
	border: 1px solid silver
}

td {
	vertical-align: top;
	text-align: left;
}

.imgright {
	display: block;
	margin-bottom: 1px;
}

#footer {
	background-color: #E5E5E5;
	border-top: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 6px;
	text-align: center;	
	}