body {
}

#container {
	width: 650px;
	height: auto;
}

/* ---------------- Header ---------------- */

#header {
	width: 650px;
	height: auto;
	background: url(../images/headerLogo.jpg) left top no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

#header p {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff9ed;
	line-height: 14px;
	margin: 15px 15px 0 0;
}

#header strong {
	font-size: 14px;
}

#header a:link, #header a:visited {
	color: #fff9ed;
	text-decoration: underline;
}

#header a:hover, #header a:active {
	color: #fff9ed;
	text-decoration: none;
}

/* Mast */

#mast {
	display: none;
}

/* ---------------- Top Nav ---------------- */

#topNav {
	display: none;
}

/* ---------------- Column Container ---------------- */


#columnContainer {
	width: 650px;
	height: auto;
	margin-top: 35px;
}

/* ---------------- sideNav ---------------- */

#sideNav {
	display: none;
}

/* ---------------- content ---------------- */

#content {
	width: 600px;
	height: auto;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 5px 0 0 0;
	padding: 0;
}

#content h2 {
	font-size: 12px;
	margin: 0 0 25px 0;
	padding: 0;
}

#content h3 {
	font-size: 14px;
	color: #191919;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

#content p {
	margin: 0 0 25px 0;
	padding: 0;
	line-height: 18px;
}

#content ul {
	
}

#content ul li {
	line-height: 18px;
}

#content ol {
	
}

#content ol li {
	line-height: 18px;
}

#content img {
	
}

#content a:link, #content a:visited {
	color: #74816f;
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover, #content a:active {
	color: #1c5057;
	text-decoration: underline;
	font-weight: bold;
}

.testimonial {
	width: 210px;
	height: auto;
	float: right;
	border: 1px solid #333333;
	color: #fff9ed;
	margin: 0 0 10px 10px;
	padding: 9px 0 0 0;
}

.testimonial p {
	font-size: 11px;
	line-height: 13px !important;
	padding: 0 12px !important;
	margin: 0 0 5px 0 !important;
}

.testimonial img {
	float: left;
	margin: 0 9px 5px 0;
}

.patient {
	width: 186px;
	height: 41px;
	background: url(../images/patient_name.jpg) bottom left no-repeat;
	text-align: right;
	padding: 5px 12px 0 12px;
}

.testimonialsBox {
	width: 400px;
	height: auto;
	background: #706a5e url(../images/testimonialBkgd.jpg) left top no-repeat;
	margin: 10px 25px;
	padding: 10px 0 0 0;
	color: #fff9ed;
}

.testimonialsPatient {
	background: url(../images/testimonialBkgdBtm.gif) bottom left no-repeat;
	padding-bottom: 10px;
}

.testimonialsBox p {
	margin-bottom: 0 !important;
	padding: 10px !important;
}

.galleryBA {
	text-align: center;
	color: #fff9ed;
	font-weight: bold;
	padding: 5px 0;
}

.galleryDescription {
	margin-right: 5px !important;
}

/*---------------------*/

#contactInfo {
	color: #74816f;
	font-size: 11px;
	text-align: center;
	margin: 25px 0 0 0;
}

/* ---------------- Footer ---------------- */

#footer {
	display: none;
}

#disclaimer {
	color: #CCCCCC;
}

/* ------------------------------------------------ */

