body{
	background-color:#caa0d3;	
}
#container {
	width: 760px;
	margin: 80px auto;
	font-family: Arial;
}

#header {
	width: 760px;
	height: 87px;
	background-image: url(/images/header.jpg);
}

img#logo_top {
	position: relative;
	top: -26px;
	left: 0;
}

#navigation {
	width: 760px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	background-color: #9441a6;
	background-image: url(/images/logo_bottom.jpg);
	background-repeat: no-repeat;
}

#navigation ul {
	margin-left: 100px;
}

#navigation li{
	float: left;
}

#navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 9px 14px 9px 14px;
	border-left: 1px solid #caa0d3;
}

#navigation a:hover, #navigation_current {	
	background-color: #ba6cd2;
}
#sub_navigation {
	width: 200px;
	float:left;
	margin: 20px 20px 0 40px;
}

#sub_navigation ul {

}

#sub_navigation li {
	list-style-type: none;
}

#sub_navigation a {
	font-size: 12px;
	font-weight: bold;
 	display: block;
	background-color: #9441a6;
	padding: 6px;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #ba6cd2;
	letter-spacing:-1px;
}

#sub_navigation a:hover {
	background-color: #ba6cd2;
}

#sub_navigation #sub_navigation_current {
	background-color: #ba6cd2;
}
#content {
	background-color: #521066;
}

#content h1 {
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	border-bottom: 2px solid #caa0d3;
	padding: 20px 0 5px 0;
	margin: 0 30px 10px 30px;
}

#content h2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 30px 0 30px;
}

#content p {
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	margin: 0 30px 20px 30px;
}

#content img.dr_photo {
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 20px 30px;
	border: 5px solid #caa0d3;
}

#content p.dr_bio {
	float: right;
	width: 520px;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	padding-left:10px;
	margin: 0 30px 20px 0;
}

#content .dr_name {
	float: right;
	width: 520px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-left:10px;
	margin: 0 30px 5px 0;

}

#content p strong{
	font-size: 25px;

}

#content table.phones {
	color: #fff;
	width: 300px;
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 40px 30px;
	background-color: #fff;
	background-color: #852d97;
	border-top: 2px solid #9441a6;
		
}

#content table.phones td {
	border-bottom: 2px solid #9441a6;
	padding: 5px;
}


hr.paragraph_separator {
	clear: both;
	margin: 0 30px 20px 30px;
	border: 0;
	height: 2px;
	background-color: #6a2d7c;
}

#content a:link {
	color: #caa0d3;
}

#content a:visited{
	color: #caa0d3;
}

#content a:hover {
	color: #fff;
}

#content a:active {
	color: #caa0d3;
}

#footer {
	width: 760px;
	margin: 10px auto 20px auto;
	clear:both;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}

#footer a{
	color: #fff;
}
