html {
	height: 100%;
}

body {
	font-family: Arial, Sans-serif, Serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: #f1f4fa url(http://www.romfind.com/images/bg.png) top left repeat-x;
}

#chromefix {
	display: block;
	height: 100%;
	width: 1px;
	position: absolute;
	left: 0;
	top: 0;
}

a, a:visited {
	color: #00f;
}

img {
	border-style: none;
}

#page {
	width: 1000px;
	margin: 5px auto;
	border: 1px solid rgb(201, 215, 241);
	border-top-style: none;
	background-color: #fff;
	min-height: 500px;
}

#logo {
	text-align: center;
	margin-top: 50px;
}

#home_search {
	text-align: center;
	margin: 50px 0;
}

	#home_search input {
		width: 300px;
		font-size: 24px;
	}
	
	#home_search button, #home_search select {
		font-size: 24px;
	}

#home_description {
	text-align: center;
}

#top_bar {
	border-bottom: 1px solid rgb(201, 215, 241);
	height: 15px;
	padding: 5px;
}

	#top_bar_left {
		float: left;
	}
	
		#top_bar_left a {
			margin-right: 10px;
		}
		
		#top_bar_left a.selected {
			color: #000;
			font-weight: bold;
			text-decoration: none;
		}
	
	#top_bar_right {
		float: right;
	}
	
		#top_bar_right a {
			margin-left: 15px;
		}

#searchbar {
	height: 90px;
}

	#small_logo {
		float: left;
	}
	
	#search_items {
		float: left;
		padding: 30px 0 0 40px;
	}

		#search_items input.q {
			width: 250px;
			font-size: 16px;
		}
		
		#search_items button, #search_items select {
			font-size: 16px;
		}

#search_meta {
	clear: both;
	border-top: 1px solid #6b90da;
	background-color: #f0f7f9;
	height: 15px;
	padding: 5px;
}

	#meta_left {
		float: left;
	}
	
	#meta_right {
		float: right;
		text-align: right;
	}

#search_sky_ad {
	float: right;
	width: 160px;
	height: 600px;
	margin: 10px 10px 0 0;
}

#search_aboveresults_ad, #search_belowresults_ad {
	margin: 5px;
}

#search_results {
	margin: 10px;
	float: left;
}

.search_result {
	width: 800px;
	clear: both;
	margin-bottom: 20px;
}

	.search_logo {
		float: right;
		width: 135px;
		height: 60px;
	}

	.search_meta {
		width: 650px;
	}

		.search_title a {
			font-size: 16px;
		}
		
		.search_title a:visited {
			color: rgb(85, 26, 139);
		}
		
		.search_display_url {
			color: rgb(0, 128, 0);
			font-size: 13px;
		}
	
	.search_footer {
		width: 650px;
		font-size: 10px;
		margin-top: 5px;
	}
	
		.search_footer img {
			vertical-align: middle;
		}

#search_paging {
	
}

	#search_paging a, #search_paging a:visited {
		border: 1px solid #f1f4fa;
		padding: 3px 8px;
		font-size: 16px;
		text-decoration: none;
		color: #6b90da;
		margin-right: 3px;
	}
	
	#search_paging a.selected {
		font-weight: bold;
		background-color: #f0f7f9;
	}
	
	#search_paging a:hover {
		background-color: #f0f7f9;
		border: 1px solid #6b90da;
	}

.clear {
	clear: both;
}

#footer {
	clear: both;
	margin: 10px;
	text-align: center;
}

.search_listings {
	clear: both;
	width: 800px;
	margin: 10px 0 10px 150px;
}

	.search_listings div {
		width: 200px;
		float: left;
	}
	
	.search_listings ul {
		padding: 0;
	}

/* AdBrite */
.adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #0000FF;}
.adText {font: normal 10pt Arial; text-decoration: none; color: #000000;}