	body {
		margin: 0;
		padding: 0;
		font: 15px Arial, Helvetica, sans-serif;
		color: #666;
		background: url(/images/bg.jpg);
	}
	
	h1 {
		font: 23px Arial, Helvetica, sans-serif;
		/*color: #c16d55;*/
		color: #8697B7;
		line-height: 130%;
		padding-bottom: 6px;
	}
	
	.clear {
		clear: both;
	}
	
	.subhead {
		font-weight: bold;
		display: block;
	}
	
	.subhead2 {
		font-weight: bold;
		display: block;
		color: #C16D55
	}
	
	div#wrapper {
		margin: 0 auto;
		padding-right: 2px;
		width: 760px;
		background: url(/images/wrapper_bg.jpg);
	}
	
	div#header {
		width: 760px;
		height: 174px;
		background: url(/images/header.jpg) left top no-repeat;
	}
	
	div#contactInfo {
		/*padding: 28px 10px 0 500px;*/
		padding: 63px 10px 0 585px;
		width: 200px;
		/*font: 17px Arial, Helvetica, sans-serif;*/
		font: 17px Arial, Helvetica, sans-serif;
		font-weight: 600;
		color: #faf0ec;
	}
	
	ul#mainnav {
		width: 760px;
		/*margin: 70px 0 0 30px;*/
		margin: 35px 0 0 30px;
		padding: 0;
		list-style: none;
	}
	
	ul#mainnav li {
		float: left;
		margin-right: 8px;
		padding: 5px;
	}
	
	ul#mainnav li ul li {
		margin-left: 12px;
		padding: 1px 0 0 0;
	}
	
	ul#mainnav a {
		font: 13px Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #f9f1ee;
		text-decoration: none;
	}
	
	ul#mainnav a:hover {
		color: #f1ddd8;
	}
	
	div#leftCol {
		float: left;
		width: 360px;
		/*padding-left: 5px;*/
		padding-right: 15px;
	}
	div#leftCol2 {
		float: left;
		width: 380px;
		/*padding-left: 5px;*/
		padding-right: 15px;
	}
	
	div#rightCol {
		float: left;
		margin: 24px 0 0 10px;
		width: 375px;
	}
	div#rightCol2 {
		float: left;
		margin: 24px 0 0 10px;
		width: 355px;
	}
	
	img.pic {
		margin-top: 24px;
	}
	
	div#flash {
		width: 352px;
		height: 267px;
		/*background: url(/images/flash_bg.jpg);*/
	}
	
	ul#about_subnav {
		/*margin: 0 0 0 384px;*/
		position: absolute;
		left: 384px;
		top: 134px;
		width: 80px;
		font-size: 11px;
		list-style: none;
	}
	
	ul#about_subnav li {
		margin: 1px;
	}
	
	ul#about_subnav a {
		display: block;
		padding: 3px 5px 0;
		width: 80px;
		height: 20px;
		color: #fff;
		text-decoration: none;
		background-color: #ccc;
	}
	
	ul#about_subnav a:hover {
		color: #ccc;
		text-decoration: none;
		background-color: #eee;
	}
	
	body#choose_surgeon div#main_pic {
		width: 352px;
		height: 242px;
		background: url(/images/choose_surgeon.jpg) no-repeat;
	}
	
	body#financing div#main_pic {
		margin-left: 1px;
		width: 352px;
		height: 224px;
		background: url(/images/financing.jpg) no-repeat;
	}
	
	body#procedures div#main_pic {
		margin-left: 1px;
		width: 352px;
		height: 212px;
		background: url(/images/procedures.jpg) no-repeat;
	}
	
	body#privacy div#main_pic {
		margin-left: 1px;
		width: 352px;
		height: 203px;
		background: url(/images/privacy.jpg) no-repeat;
	}
	
	body#faq div#main_pic {
		margin-left: 1px;
		width: 352px;
		height: 218px;
		background: url(/images/faq.jpg) no-repeat;
	}
	
	body#links div#main_pic {
		margin-left: 1px;
		width: 352px;
		height: 224px;
		background: url(/images/links.jpg) no-repeat;
	}
	
	body#contact div#main_pic {
		margin-left: 1px;
		width: 352px;
		height: 218px;
		background: url(/images/contact.jpg) no-repeat;
	}
	
	body#contact div#main_pic2 {
		margin-left: 1px;
		width: 352px;
		height: 218px;
		background: url(/images/surgeon_form.jpg) no-repeat;
	}
	
	#financing ul {
		list-style-type: none;
		padding-left: 0;
	}
	
	ul.cosmeticList {
		list-style-image: url(/images/bullet.gif);
	}
	
	ul.cosmeticList li {
		margin-left: 20px;
		padding: 0 0 3px 0;
	}
	
	a {
		color: #ae6f09;
	}
	
	/*
	ul.cosmeticList a, #links a {
		color: #ae6f09;
	}
	*/
	
	/*
	ul.cosmeticList a:hover {
		color: #f39e01;
	}
	*/
	
	ul.horizList {
		/*width: 325px;*/
		width: 100%;
		font-size: 11px;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	ul.horizList li {
		float: left;
	}
	
	ul.horizList a {
		padding: 2px 3px;
		width: 110px;
		height: 24px;
		display: block;
		color: #AD5E48;
	}
	
	ul.horizList a:hover {
		padding: 2px 3px;
		width: 110px;
		height: 24px;
		display: block;
		color: #AD5E48;
		background-color: #F3E3DF;
	}
	
	.currSelection {
		padding: 4px 6px;
		width: 110px;
		height: 24px;
		display: block;
		color: #AD5E48;
		background-color: #F3E3DF;
	}
	
	.textSml {
		font-size: 13px;
	}
	
	.yellow {
		font-weight: bold;
		color: #f39e01;
	}
	
	/* contact form */
	/*div#contact_form {
		width: 350px;
	}*/
	
	#form1 { 
		width: 225px;
		font: 12px Arial, Helvetica, sans-serif;
		font-weight: bold;
		/*color: #c16d55;*/
		padding-left: 3px;
	}
	
	#form1 fieldset { 
		border: none;
	}
	
	#form1 legend { 
		border: none; 
	}
	
	#form1 .textfield, #form1 textarea, #form1 select {
		width: 225px;
		font-size: 12px;
		margin-bottom: 6px;
		display: block;
	}
	
	.form_btn {
		width: 65px;
		color: #666;
		background-color: #f4f4f4;
		border: solid 1px #666;
		cursor: pointer;
	}
	
	/* end contact form */
	
	div#footer {
		height: 56px;
		margin-top: 20px;
		padding: 10px;
		border-top: solid 1px #dbb1a6;
	}
	
	div#footer2 {
		height: 38px;
		background: url(/images/footer_tile.gif);
	}
	
	.disclaimer {
		font-size: 9px;
	}