/* TWO COLUMN LAYOUT */

body {
	background-color:#000;
	margin:0px;
	}
#main_wrapper {
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	position:relative;
	width:943px;
	margin-left:auto;
	margin-right:auto;
	
}

#header {
	background-image:url(images/header_rpt_bkgd.png);
	background-repeat:repeat-x;
	height:120px;
	
}

#header_inner {
	position:relative;
	width:943px;
	margin-right:auto;
	margin-left:auto;
	height:120px;
}

#header h2 a {
	position: absolute;
	left:600px;
	display: block;
	width: 306px;
	height: 40px;
	text-indent: -9000px;
	background: url(images/appointment_bkgd.png) no-repeat 0px -5px;
	
}

#header h2 a:hover {
	background-position: 0px -48px;
}

#header h1 {
	position:absolute;
	left:20px;
	top:30px;

}

#primary_nav {
	width:200px; /* this width + content width must total 100% */
	position:absolute;
	top:100px;
	left:-4px;
	
	
	}
div#content {
	}
#footer {
	}
	
.clear_both{
	clear:both; /* makes the footer sit below whichever column is longest */
	}
	


#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}

#nav_inner {
	padding:0 /* creates space between the box and the content */
	
	}
div.flash_content { 
	margin-left:-15px;
	margin-top:75px;	
	}
#footer_inner {
	padding:1em; /* creates space between the box and the content */
	padding-top:275px;

	text-align:center;
	}
	
#logo {
	position:relative;
	top: 95px;
	left: 44px;	
}



#bio {
padding-right:30px;
}

#content p, h3, h4, {
	padding-top:0px;
	padding-left:50px;
	padding-right:0px;
	
}

#content div.flash_content {

	margin-left:45px;
	margin-bottom:30px;
}

#services p, h3, h4, {
	padding:0px;
	margin:0px;


}

#services {
	width:600px;
	margin:0px auto;

}

#testimonials, #gallery, #bio {
	margin-left:45px;
}

#testimonials p{
	padding-left:30px;
}


#testimonials img{
	float:left;
	margin-right:3px;

}


#addOn{
	margin-left:20px;
	


}
