a img {
	border-style: none;
}

h1 {
	font: 15px Verdana;
	margin: 5px 0 5px;
}

h2 {
	font: 13px Verdana;
	margin-top: 8px;
}

img.thumb {
	margin-top: 5px;
	width: 70px;
}

#search_results h2 {
	margin: 14px 0 0;
	font: 15px Verdana;
}

#search_results h3 {
	margin: 4px 0 0;
	font: 11px Verdana;
	line-height: 140%;
}

#search_results h3 a:link, #search_results h3 a:visited, #search_results h3 a:hover {
	color: black;
	font-weight: normal;
}

#search_results p {
	margin: 4px 0 0;
}

.fo {
	color: #F3F;
	font-weight: bold;
	font-size: 11px;
}

.status_msg {
	background-color: #F1FFEB;
	border: solid black 1px;
	width: 400px;
	padding: 10px;
	font-weight: bold;
}

td {
	vertical-align: top;
	font: 12px Verdana;
}

body {
	font: 14px Verdana;
	/* min-width:640px;    (not sure what this was for)    */
}

input.text {
	font: 16px Verdana;
	background-color: #F1FFEB;
}

input.btn {
}

a:link, a:visited, a:hover {
	color: #267D00;
	font-weight: bold;
}

#homepage_logo {
	margin-bottom: 2px;
}

#search {
	margin-bottom: 6px;
}

#results_bar {
	background-color: #C7FFAE;
	border-top: solid #267D00 1px;
	border-bottom: solid #267D00 1px;
	padding: 3px;
	margin: 15px 0 5px;
	position: relative;
}

#rss {
	width: 380px;
	padding-right: 10px;
	text-align: right;
	position: absolute;
	top: 3px;
	right: 0;
	font-size: smaller;
}

#rss img {
	vertical-align: middle;
	margin-bottom: 3px;
}

#rss a:link, #rss a:visited, #rss a:hover {
	color: black;
	font-weight: normal;
}

.page_nav {
	margin: 5px 0 0;
	font-size: 12px;
}

.page_nav strong {
	font-size: 16px;
}

.page_nav a:link, .page_nav a:visited {
	color: #267D00;
	text-decoration: none;
}

.page_nav a:hover {
	color: #267D00;
	text-decoration: underline;
}

.no_under { text-decoration: none; }

#footer {
	padding-bottom: 8px;
	font-size: smaller;
	clear: both;
	text-align: center;
	line-height: 170%;
	margin-top: 12px;
}

.thumbs img {
	cursor: pointer;
}



/**
 * The next two div classes handle the page centering
 */

DIV.center {

	/*
		Un-comment this to resume vertical centering.
		Note that margin-left and margin-top should be 50% of width/height

		position: absolute;
		left: 50%;
		top: 50%;
		width: 300px;
		height: 300px;
		margin-left: -150px;
		margin-top: -150px;
		text-align: center;
	*/

	text-align: center;
	margin-top: 30px;
}



#search_page_search {
	position: absolute;
	left: 175px;
	top: 74px;
}



#search_results, #ads {
	overflow:hidden;
	display:inline-block
}

#towns {
	font-size: 12px;
	padding: 0 10%;
	text-align: justify;
}

div.flickr_row   { clear: left; }
div.flickr_m img { display: block; margin-bottom: 5px; }
div.flickr_m     { width: 230px; float: left; margin: 0 15px 15px 0; }

/* safari and opera need this */
#search_results {float:left}
#ads {float:right; text-align:right; padding-right:5px; }
#header {width:49%}

/* leaving room for rounding error (MSIE5.5) */
#search_results {width:75%; padding-left: 3px; }
#ads {width:20%; margin-top: 12px;}
