@charset "UTF-8";
/* CSS Document */

#main_container{
	width:902px;
	height:475px;
	padding:0;
	border:2px solid #000;
	background-color:#C8BD98;
	
}

#locations{
	width:250px;
	height:475px;
	background-color:#D2C6A0;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	overflow:auto;
	
}

#locations a{
	display:block;
	width:220px;
	height:30px;
	text-decoration:none;
	font-weight:bold;
	margin-left:10px;
}

#locations a:link, #locations a:visited{
	color:#51290B;
}


#locations a:hover{
	color:#666;
}

.listing{
font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#51290B;
}


#map_holder{
	width:650px;
	height:475px;
	float:left;
	background-color:#C8BD98;
}

#map_container{
	width:650px;
	height:475px;
	background-color:#C8BD98;
	
}
ul{padding:0;
margin:0;
}

li{list-style:none;}

.lgfnt{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#51290B;
	font-weight:bold;
	margin:15px 0 10px 10px;
}
