body{
	background: #E0D1FF url(i/wall_2.gif) repeat-y top left;
	margin:0;
	padding:0;
	}
#ribbon{
	width:270px;
	padding:0 15px;
	margin:0;
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	}
h1{	
	background: url(i/finder.jpg) center top no-repeat;
	width:165px;
	height:60px;
	margin:0 auto;
	padding:0;
	display: block;
	text-indent: -3000px;
	border-bottom:3px dotted #444;
	}
	
.off{
	display:none;
	}
.on{
	display:block;
	}
	
/*  -------------FAUX BUTTONS---------  */	

.faux_button {
	background:url(i/faux_button_states.png) no-repeat top center;
	height:28px;
	padding:3px 0 0 0;
	margin:5px auto;
	width:90px;
	display:block;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
	text-decoration:none;
	}
	.faux_button:hover {
		background:url(i/faux_button_states.png) no-repeat center -31px;
		text-decoration:underline;
		}
	.faux_button:active {
		background:url(i/faux_button_states.png) no-repeat center -62px;
		text-decoration:none;
		}
/*  -------------MAP---------  */	

#map_2{
	margin:10px 10px 10px 300px;
	background: #FFF url(i/top_right.gif) top right no-repeat;
	}
#map_1{
	margin:0;
	padding:20px 20px 20px 0;
	background: url(i/bottom_right.gif) bottom right no-repeat;
	}
#map{
	display:block;
	width:100%;
	height:600px;
	}
	
/*  -------------LISTINGS---------  */	
p{
	font-size:.9em;
	}
h2{
	text-align:center;
	border-top:2px solid #94BD60;
	border-bottom: 2px solid #94BD60;
	font-size:1em;
	}
.bubble h3{
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	text-align:center;
	}
.bubble{
	text-align:center;
	}
#results{
	overflow:auto;
	border-top:1px solid #E0D1FF;
	}
	#results div{
		font-size:.7em;
		border-bottom:1px solid #E0D1FF;
		padding:3px 5px 1px 3px;
		}
	#results div.selected{
		background-color:#EEE;
		}
	
