/* CSS Document */

body, div, ul, li, h1, h2, h3, dl, dd, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html {
	background:#b1bea4 url('../images/html.jpg') 0 0 repeat-x;	
}

body {
	text-align: center;
}

p, div, li, div, h2, h3, h4, td, input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

a img, :link img, :visited img { border: none }

a:link, a:visited {
	color: #225FA3;
	text-decoration: underline;
}
a:hover, a:active {
	color: #6F5E47;
	text-decoration: underline;
}

#header span { display: none; }

#wrapper {
	background: #E8E6DC url(bg.bg.jpg) left top repeat-y;
	width: 600px;
	margin: 0 auto;
	text-align: left;
}


#procedures {
	background: url(bg/procedures.jpg) left bottom no-repeat;
	width: 600px;
	height: 45px;
}

	#procedures h1 {
		font-size: 16px;
		font-weight: bold;
		color: #6F5E47;
		padding-top: 10px;
		text-align: center;
	}

#beforeafter {
	background: url(bg/bna.jpg) left top no-repeat;
	width: 600px;
	height: 45px;
}

#images {
	background: url(bg/bg.jpg) left top repeat-y;
	width: 600px;
	height: 375px;
}

#nav {
	background: url(bg/bg.jpg) left top repeat-y;
	width: 600px;
	height: 25px;
}
	
#footer {
	background: url(bg/footer.jpg) left top no-repeat;
	width: 600px;
	height:50px;
	margin: 0 auto;
	clear: both;
}

select {
	background: #FCF4E3;
	border-color: #FFFFFF;
	margin-left: 50px;
}

#caption p {
	margin-left: 50px;
	margin-right: 35px;
}

#masthead {

	position:relative;

	background:url("bg/header.jpg");

	height:80px;

	}

	/* index page link within #masthead */		

	#masthead a {
	position:absolute;
	left:9px;
	width:581px;
	top:5px;
	height:67px;

		}

	#masthead a span {

		display:none;

  }

