body {
	margin:0;
	font-size:12px;
	font-family:sans-serif;
	padding-bottom:20px;
	text-align: center;
	background:#482b0d url(../images/bg.gif) center repeat-y;
}

#wrapper {
	text-align: left;
	width:850px;
	margin:0 auto;
	}

h1 {font-size:150%;}

h2 {font-size:125%;}

h3 {font-size:110%;}

h1,h2,h3 {
	font-weight:bold;
	color:#6A3F0C;
}

.implant #optio, .implant .optioFooter {
	display: none;
	}
	


p {text-align:justify; line-height: 1.5em}

br.clearFloat {
	display:block;
	height:0;
	line-height:0;
	font-size:1px;
	clear:both;
}

.beforeAfter table {
	margin-top:20px;
	}

/* Header */

#Header {
	position:relative;
	float:left;
	height:255px;
	width:850px;
	background-color:#6a3f0c;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:left 30px;
}

#Header ul {
	position:relative;
	left:0px;
	top:225px;
	width:850px;
	height:30px;
	color:white;
	padding:0;
	margin:0;
}

#Header li {
	float:left;
	list-style-type:none;
	border-left:1px solid white;
	height:26px;
	margin-top:2px;
}

#box .left {
	float: left;
	width: 47.5%;
}

#box .right {
	float: right;
	width: 47.5%;
}

#box .right p {
	padding: 0;
}

#box .left p {
	padding: 0;
}

#box br {
	clear: both;
}

#Header li:hover {background-color:#7F4F17}

#Header li#FirstItem {border:none;}

#Header li a {
	color:white;
	text-decoration:none;
	line-height:26px;
	padding:0 10px;
}

#Header li a:hover {
	color:#FBF0CC;
}

/* Left Column */

#LeftColumn {
	position:relative;
	float:left;
	clear:left;
	border-top:solid 4px #fff;
	background-color:#fbf0cc;
	width:175px;
	min-height:500px;
	padding:20px;
	color:#8e6b3c;
}


#LeftColumn > p {margin-top:30px;}

#LeftColumn a {
	color:#8e6b3c;
	text-decoration:none;
	font-weight:bold;
}

li {
	line-height: 1.3em;
	}


#LeftColumn a:hover {color:#6A3F0C;}

#LeftColumn > p label {
	float:left;
	width:45px;
}

#LeftColumn img {
	margin-top:30px;
	margin-bottom:10px;
}

#LeftColumn .Input {
	background-color:#fdf8e6;
	border:2px solid #dbcb99;
	width:170px;
}

#LeftColumn > label { display:block;}

#LeftColumn .Submit {margin-top:8px;}

/* Right Column */

#RightColumn {
	position:relative;
	float:left;
	background: #fff;
	border-top:solid 4px #fff;
	width:594px;
	border-left:none;
	min-height:498px;
	padding:20px;
}


/* Address */

address {
	position:relative;
	clear:both;
	float:left;
	margin-top:4px;
	width:850px;
	height:46px;
	background-image:url(../images/address.png);
}

/* IE6 Hacks */

* html #RightColumn {height:484px;}

