* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #2A416B;
	background-image: url("images/bkg.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}

#container {
	width: 750px;
	background: transparent;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: relative;
}

#container2 {
	width: 750px;
	height: 100%;
	background: #ffffff;
	position: relative;
	background-image: url("images/container_bkg.jpg");
	background-position: top center;
	background-repeat: repeat-y;
}

#header {
	width: 750px;
	height: 100px;
	background: transparent;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#top_pic {
	width: 750px;
	height: 264px;
	background: #ffffff;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#leftcol {
	width: 500px;
	background: #ffffff;
	position: relative;
	float: left;
	text-align: center;
}

#leftcontent {
	width: 470px;
	background: transparent;
	position: relative;
	overflow: auto;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
}

#gallerycol {
	width: 750px;
	background: #ffffff;
	position: relative;
	float: left;
	text-align: center;
}

#gallerycontent {
	width: 720px;
	background: transparent;
	position: relative;
	overflow: auto;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
}

#rightcol {
	width: 249px;
	background: transparent;
	position: relative;
	float: right;
	text-align: center;
	height: 100%;
}

#rightcontent {
	width: 220px;
	background: transparent;
	position: relative;
	overflow: auto;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0px 0px 20px 0px
}

#footer {
	position: relative;
	top: 10px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 180%;
	font-weight: normal;
	color: #cccccc;
}

.footertext a:link, .footertext a:active, .footertext a:visited {
	color: #cccccc;
	text-decoration: none;
}

.footertext a:hover {
	color: #6c8aa5;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 175%;
	font-weight: normal;
	color: #2A416B;
	padding-bottom: 5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 160%;
	font-weight: normal;
	color: #2A416B;
	padding-bottom: 5px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
	font-weight: normal;
	color: #375387;
}

.bodytext a:link, .bodytext a:active, .bodytext a:visited {
	color: #375387;
	text-decoration: none;
}

.bodytext a:hover {
	color: #2A416B;
	text-decoration: underline;
}

.gallerytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
	font-weight: bold;
	color: #375387;
	text-decoration: underline;
}

.gallerytext a:link, .gallerytext a:active, .gallerytext a:visited {
	color: #375387;
	text-decoration: underline;
}

.gallerytext a:hover {
	color: #EE9C2C;
	text-decoration: underline;
}

#clearing {
	clear: both;
}

.back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	color: #bbbbbb;
}

.back a:link, .back a:active, .back a:visited {
	color: #bbbbbb;
	text-decoration: underline;
}

.back a:hover {
	color: #2A416B;
	text-decoration: underline;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	color: #375387;
	font-style: normal;
	font-size: 11px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	border: 2px solid #6c8aa5;
	padding: 4px;
	text-align: left;
}

/* Mainmenu old

#mainmenu {
	width: 750px;
	height: 34px;
	background: #2A416B;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-bottom: 1px solid #bbbbbb;
}

#mainmenu img{
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 30px;
}

#mainmenu li{
	float: left;
	list-style-type: none;
}

#mainmenu li#left{
	width: 31px;
	border-right: 1px solid #687998;
}

#mainmenu li#home{
	width: 77px;
	border-left: 1px solid #001e3c;
	border-right: 1px solid #687998;
}

#mainmenu li#about{
	width: 82px;
	border-left: 1px solid #001e3c;
	border-right: 1px solid #687998;
}

#mainmenu li#face{
	width: 78px;
	border-left: 1px solid #001e3c;
	border-right: 1px solid #687998;
}

#mainmenu li#breast{
	width: 83px;
	border-left: 1px solid #001e3c;
	border-right: 1px solid #687998;
}

#mainmenu li#nose{
	width: 78px;
	border-left: 1px solid #001e3c;
	border-right: 1px solid #687998;
}

#mainmenu li#reconstructive{
	width: 188px;
	border-left: 1px solid #001e3c;
	border-right: 1px solid #687998;
}

#mainmenu li#contact{
	width: 86px;
	border-left: 1px solid #001e3c;
	border-right: 1px solid #687998;
}

#mainmenu li#right{
	width: 31px;
	border-left: 1px solid #687998;
}

#mainmenu li.active{
	background: #2A416B;
}

#mainmenu a{
	text-decoration: none;
	color: #fff;
	font: normal 12px Arial, Geneva, sans-serif;
	display: block;
	margin: 0;
	padding: 10px 0 10px 0;
}

#mainmenu a:hover{
	background: #ffffff;
	color: #2A416B;
	border-bottom: 1px solid #ffffff;
}
*/

#mainmenu { 
	background: url("images/mainmenu.gif") no-repeat; 
	width:750px; 
	height:34px; 
	margin-bottom:0; 
	}

#mainmenu span { display: none; }

#mainmenu li, #mainmenu a { height: 34px; display: block; }

#mainmenu li { float: left; list-style: none; _display: inline; }

#left { width: 37px; margin-left: 2px;}
#home { width: 63px;}
#about { width: 88px;}
#body { width: 66px;}
#breast { width: 73px;}
#face { width: 65px;}
#bariatric { width: 125px;}
#testimonials { width: 113px;}
#contact { width: 84px;}
#right { width: 34px;}

#left a:hover {background: transparent url("images/mainmenu_over.gif")   0px no-repeat;}
#home a:hover {background: transparent url("images/mainmenu_over.gif")  -39px no-repeat;}
#about a:hover {background: transparent url("images/mainmenu_over.gif") -102px no-repeat;}
#body a:hover {background: transparent url("images/mainmenu_over.gif") -190px no-repeat;}
#breast a:hover {background: transparent url("images/mainmenu_over.gif") -256px no-repeat;}
#face a:hover {background: transparent url("images/mainmenu_over.gif") -329px no-repeat;}
#bariatric a:hover {background: transparent url("images/mainmenu_over.gif") -394px no-repeat;}
#testimonials a:hover {background: transparent url("images/mainmenu_over.gif") -519px no-repeat;}
#contact a:hover {background: transparent url("images/mainmenu_over.gif") -632px no-repeat;}
#right a:hover {background: transparent url("images/mainmenu_over.gif") -716px no-repeat;}

.aboutOn {background: transparent url("images/mainmenu_over.gif") -102px no-repeat;}
.bodyOn {background: transparent url("images/mainmenu_over.gif") -190px no-repeat;}
.breastOn {background: transparent url("images/mainmenu_over.gif") -256px no-repeat;}
.faceOn {background: transparent url("images/mainmenu_over.gif") -329px no-repeat;}
.bariatricOn {background: transparent url("images/mainmenu_over.gif") -394px no-repeat;}
.testimonialsOn {background: transparent url("images/mainmenu_over.gif") -519px no-repeat;}
.contactOn {background: transparent url("images/mainmenu_over.gif") -632px no-repeat;}

#leftcontent img {
	text-align: left;
	padding: 0px 8px 5px 0px;
}

p {
	margin-bottom: 10px;
}
