/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.container{
	width:800px;
	margin:0px auto;
	padding:0px;
	background:top center no-repeat;
	height:800px;
}
#content_strip{
	background-color:#EAE4D8;
	padding:24px 15px 24px;
}
#content_strip #nav_section{
	float:left;
	width:20%;
	padding:40px 0px 0px;
}
#content_strip #content_section{
	width:55%;
	float:left;
	color:#666;
	font-size:12px;
}
#content_strip #content_section p,#content_strip #content_section img{
	margin-left:20px;
	margin-right:20px;
}
#content_strip #add_section{
	float:right;
	width:25%;
	padding:40px 0px 0px;
	font-size:10px;
	color:#666;
}
#content_strip #add_section .procedure_guides_headline{
	color:#934D36;
	display:block;
	text-align:center;
	margin:0px 0px 8px;
}
#content_strip #push_section{
	clear:both;
}
/* Background Images for the container */
#container_home_page{
	background-image:url(../images/main-backgrounds/home.jpg);
}
#container_meet_page{
	background-image:url(../images/main-backgrounds/meet.jpg);
}
#container_breast_page{
	background-image:url(../images/main-backgrounds/breast.jpg);
}
#container_body_page{
	background-image:url(../images/main-backgrounds/body.jpg);
}
#container_face_page{
	background-image:url(../images/main-backgrounds/face.jpg);
}
#container_consultation_page{
	background-image:url(../images/main-backgrounds/consult.jpg);
}
#container_contact_page{
	background-image:url(../images/main-backgrounds/contact.jpg);
}
#footer{
	width:800px;
	margin:0px auto;
	background-color:#5F4734;
	color:#fff;
	text-align:center;
	padding:10px 0px 14px;
	clear:both;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
}
#footer a{
	color:#fff;
}
#footer a:hover{
	text-decoration:none;
}