#map_box {
	width: 100%;
	border: 1px solid #FF0000;
	float:left;
}
#address_box {
	width:99%;
	margin-bottom: 10px;
}
#content {
	margin: auto;
	width: 99%;
}
#map {
	overflow: hidden; 
	width:79%; 
	margin-left:5px;
	height:500px;
	float:left;
}
#sidebar { 
	overflow: auto; 
	height: 400px; 
	width:20%;
	font-size: 11px; 
	color: #000;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
ul.ref_menu {
	background-color:#333333;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}
p {
	text-indent: 1em;
}
ul.ref_menu li {
	display:inline;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.ref_menu li a {
	background-color:#333333;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #AC2525;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
ul.ref_menu li a:hover {
	background-color: #AC2525;
	border-bottom-color: #333333;
}
.doctor {
	background-color:#FFFFFF;
	margin: 5px;
	padding: 5px;
	clear: both;
	float:left;
	width: 80%;
}
.doctor:hover { background-color:#FFE8E8; }
.lefty {
	width:40%;
	float:left;
}
.righty {
	width:55%;
	float:left;
}