body {
   background: #2e2e2e;
   background-image: url('/images/background.gif');
   background-repeat: repeat-x;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

.searchBoxText {
	width: 600px;
	height: 50px;
	border: 2px solid #ffae00;
	font-size: 35px;
	color: #ffce65;
	float:letf;	
}

.numberOfResults {
	text-align:right;
	font-weight:bold;
}

.button {
	clear: both;
	background: url(../images/search.gif);
	width: 77px;
	height: 28px;
	border: 0px;
}

.result {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.title {
  
}

.description {

}

.displayUrl { 
	color:green;
}

.page {

}

.pageCurrent {
	text-decoration:none;
	font-weight:bold;
}

.map {
	float: right;
}