html, body {
	margin: 0;
	padding: 0;
	background-image: url(back.gif);
	background-color: white;	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 0px;
	padding: 0%;
	width: 700px;
	background-color: white;	
}

#Header {
	clear: both; 
	left: 0px;
	margin: 0;
	padding: 0%;
	height: 174px;
	width: 700px;
	background-image: url(header.jpg);
	position: absolute;	
	z-index: 100; 
}

#menu {
	float: left;
	top: 174px;
	width: 150px;
	margin: 0 10% 10% 10px;
	padding: 0px;
	background-color: White;
	position: absolute;
}

#content {
	float: left;
	top: 174px;
	left: 175px;
	width: 515px;
	margin: 0px;
	padding: 0px;
	background-color: White;
	position: absolute;
	z-index: 3;
}

#footer {
	clear: both;
	left: 0px;
	margin: 0px;
	padding: 0%;
	height: 47px;
	width: 700px;
	background-image: url(footer.jpg);
	position: absolute;
	z-index: 5;
}

#footer2 {
	clear: both;
	left: -175px;
	margin: 0px;
	padding: 0%;
	height: 47px;
	width: 700px;
	background-image: url(footer.jpg);
	position: absolute;
}

.tophead {
	font-size: 9px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 210px;
}

.foottxt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	margin-left: 65px;
}

.menulinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6633;
	font-weight: bold;
	font-size: 20px;
}

.dirlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6633;
	font-weight: bold;
	font-size: 16px;
}

#dirbox {
	left: auto;
	float: left;
	width: 500px;
	position: relative;
	clear: both;
}

#dircol {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 33%;
	position: relative;
}

hr{ border: 1px #c0c0c0 solid; }

.resultsbox {
	float: left;
	width: 496px;
	border: none;
	padding: 2px;
	clear: both;
}

.resright {
	float: left;
	width: 132px;
	position: relative;
}
.resleft {
	float: left;
	width: 357px;
	position: relative;
}

.resulturl {
	font-size: 11px; 
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

.resulttxt {
	font-size: 11px; 
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.spacer {
	height: 20px;
}

.suggested {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}