body {
	color: black;
	font-size: 15px;
	font-family: "Optima", sans-serif;
}
#wrapper {
	position: relative;
	width: 900px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 185px;
}
#mainnav {
	position: absolute; top: 150px; left: 20px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
} 
#nav a {
	display: block;
	width: 9em;
	text-decoration: none;
} 
#nav li {
	float: left;
	width: 9em;
	background-color: rgb(219,112,42);
	border: 2px outset rgb(219,112,42);
	margin-right: 6px;
	line-height: 1.3em;
}
#nav li ul {
	position: absolute;
	width: 9em;
	font-size: 14px;
	left: -999em;
} 
#nav li:hover ul, #nav li.sfhover ul {  
	left: auto;
}
#nav li ul ul {
    margin: -2.7em 0 0 9em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
     left: -999em; 
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
     left: auto;
} 
a {
	color: white;
}
a:hover {
	color: rgb(251,203,9);
}
.top {
	text-align: center;
	line-height: 1.5;
}
#content-area {
	width: 100%;
	clear: left;
}
.practioners {
	background-color: rgb(235,210,156);
	border: 2px solid rgb(219,112,42);
	font-size: 13px;
	padding: 0;
	margin: 0;
	width: 25%;
	vertical-align: top;
}
table.drs {
	border-collapse: collapse;
	font-size: 10px;
	color: gray;
	padding: 0px;
	margin: 0px;
}
td.bb {
	border-bottom: 2px solid rgb(219,112,42);
	vertical-align: middle;
	width: 48px;
}
td.blb {
	border-left: 2px solid rgb(219,112,42);
	border-bottom: 2px solid rgb(219,112,42);
	vertical-align: middle;
}
.content {
	background-image: url('images/awc_web_background2.jpg');
	background-repeat: no-repeat;
	background-color: rgb(248,232,199);
	height: 488px;
	border: 2px solid rgb(219,112,42);
	vertical-align: top;
	margin-top: 10px;
}
.text {
	padding-top: 15px;
}
.highlight {
	font-weight: bold;
}
.txt_cntr {
	text-align: center;
}
img.bio {
	float: right;
	padding-left: 15px;
	padding-bottom: 5px;
}
.bottom-box {
	width: 100%;
	font-size: 10px;
	text-align: center;
}
a.links:link, a.links:visited {
	color: rgb(219,112,42);
	text-decoration: none;
}
a.links:hover {
	color: black;
	text-decoration: none;
}
#details {
	margin-top: 75px;
	background-color: rgb(248,232,199);
	border: 2px solid rgb(219,112,42);
	width: 100%;
}
a.highlight {
	font-weight: bold;
	color: black;
}

h1 {
font-size:18px;
font-weight:bold;
padding:0px;
margin:0px;
}
