body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	background: #011537 url('../images/price_bg.jpg') repeat-x;
}

#wrapper {
	margin: 0 auto;
	width: 686px;
}

#content_background {
	margin: 18px 0 0 0;
	padding: 1px 0 2px 0;
	width: 686px;
	background: #ffffff;
}

#content {
	margin: 7px;
	padding: 7px;
	width: 656px;
	border: 1px solid #727376;
}

#content_right {
	float: right;
	padding: 0 12px;
	width: 303px;
	color: #282828;
	font-size: .82em;
	line-height: 1.4em;
	background: url('../images/practice_bg.jpg') repeat-y;	
}

#contact_info {
	float: left;
	width: 278px;
	margin-right: 11px;
	padding: 0 20px;
	font-size: .82em;
	color: #282828;
}

#footer {
	padding: 5px 10px 20px 10px;
	margin-bottom: 40px;
	color: #bbc1ca;
	font-family: Helvetica, sans-serif;
	font-size: .70em;
}

#footer a {
	color: #bbc1ca;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

.logo {
	margin: 22px 0 0 0;
	width: 686px; 
	height: 93px;
}

.tagline {
	margin-top: 7px;
	width: 665px;
	text-align: center;
	color: #bbc1ca;
	font-family: Helvetica, sans-serif;
	font-size: .90em;
}

.dr_price {
	float: left;
	margin-right: 11px;
	width: 316px;
	height: 455px;
}

.first {
	margin-top: 7px;
	padding-top: 0;
}

.map_link {
	float: right;
	width: 310px;
	font-size: .75em;
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

a {
	color:#282828;
	text-decoration: none;
}

a:hover {
	color: #223972;
}

/* 
Clearfix (easy clearing of floats)
http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display: block;}
* html .clearfix {height:1px} /* For IE */