@charset "UTF-8";
/* CSS Document */
#wrapper{
	width:550px;
	margin:auto;
	margin-top:10px;
}

#form{
	background-image:url("../images/finder.jpg");
	position:relative;
	width:550px;
	height:86px;
}

#button{
	position:absolute;
	left: 409px;
	top: 37px;
}

#fields{
	position:absolute;
	left: 82px;
	top: 41px;
	width: 323px;
}
#top_results{
	width:500px;
	height:22px;
	background:url("../images/top.jpg");
	padding-left:40px;
	padding-top:9px;
}
#results{
	background:url("../images/mid.jpg");
	margin-left:5px;
}
#location{
	position:relative;
	height:100px;
	margin-bottom:0px;
}
#left{
	padding-left:40px;
	padding-right:40px;
	padding-top:5px;
	text-align:left;
}
#bottom_image{
	margin-left:5px;
	margin-top:-18px;
	padding-top:0px;
}
#right{
	position:absolute;
	right:30px;
	top:10px;
	border-left:solid #fde432 1px;
	text-align:center;
	width:230px;
	height:20px;
	padding-top:25px;
	padding-bottom:25px;
}
h3{
	font-size:16px;
	margin:0px;
	padding:0px;
}
h3 a{
	color:#333;
	text-decoration:none;
}
h3 a:hover{
	color:#fde432;
}
