* {
	margin: 0px;
	padding: 0px;
	}
body {
	background: url("../images/background.gif") fixed center repeat-y #d9d9d9;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	text-align: center;
}
#mainPage {
	width: 704px;
	background-color: #FFFFFF;
	margin: auto;
	position: relative;
}
#header {
	height: 72px;
	margin-bottom: 6px;
	position: relative;
}
#headerLogo {
	position: absolute;
	bottom: 0;
	left: 16px;
}
#headerNav {
	position: absolute;
	bottom: 0;
	right: 13px;
}
#pageImage {
	margin-bottom: 8px;
	text-align: center;
	position: relative;
}
#pageImageHome {
	background: url('../images/doctor-charles-hammonds.jpg') center no-repeat;
	width: 694px;
	height: 229px;
	position: relative;
	margin: auto;
}
#pageImageHomeWrapper {
	float: left;
}
#pageImageHome .text {
	width: 400px;
	text-align: left;
	color: #FFFFFF;
	font-size: 24px;
	letter-spacing: -2px;
	margin: 80px 0 0 14px;
}
#content {
	margin-bottom: 12px;
	position: relative;
	min-height: 250px;
	_height: 250px;
}
#content2 {
	margin-bottom: 12px;
	position: relative;
	min-height: 385px;
	_height: 385px;
}
#content3 {
	margin-bottom: 12px;
	position: relative;
}
#contentLeft {
	width: 385px;
	float: left;
	text-align: left;
}
#contentLeftText {
	width: 335px;
	margin-left: 16px;
}
#contentLeftText p, #contentLeftText ul {
	line-height: 10.5pt;
}
#contentRight {
	float: right;
}
#contentRightWrapper {
	margin-right: 12px;
	float: none;
}
#contentRightHome {
	text-align: right;
	width: 260px;
	height: 70px;
	background-color: #6b3730;
	color: #FFFFFF;
}
#contentRightHome .text {
	padding: 7px;
	font-size: 18px;
}
#contentRightHome .text #one {
	letter-spacing: -4px;
}
#contentRightHome .text #two {
	font-size: 24px;
	letter-spacing: -4px;
	padding: 4px 0 0 0;
}
#footer {
	background: url('../images/horz-tile.gif') top repeat-x;
	width: 694px;
	height: 30px;
	position: relative;
	margin-left: 6px;
	text-align: left;
}
#footerNavWrapper {
	float: left;
}
#footerNav {
	margin: 8px 0 0 12px;
}
#footerNav a, #headerNav a {
	text-decoration: none;
	color: #7a342c;
}
#footerNav a:hover, #headerNav a:hover {
	text-decoration: underline;
	color: #838383;
}
#footerNav img, #headerNav img {
	margin: 0 2px -2px 2px;
}
h1, h2, h3, h4 {
	margin: 6px 0 6px 0;
	font-weight: bold;
	color: #7a342c;
	letter-spacing: -2px;
}
h1 {font-size: 30px;}
h2 {font-size: 24px;}
h3 {font-size: 18px;}
h4 {font-size: 12px;}
p {
	margin: 6px 0 6px 0;
}

ul {
	margin: 6px 0 6px 18px;
	}
ul li.noindent {
	margin: 0 0 0 -18px;
	list-style: none;
	}



/* From http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */