body{
	margin:5px 0px 0px 0px;
	background-color:#FFF9D5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6e6a62;
}
#wrapper{
	width:960px; 
	margin:0px auto;
	background-color:#FFEDC9;
}
#header{
	width:100%;
	margin-bottom:10px;
}

#nav{
	margin:0 auto 10px auto;
	text-align:center;
}

#leftColumn{
	float:left;
	width:200px;
}

a{
	text-decoration: none;
	color:#6e6a62;
	font-weight: bold;
}

a:hover{
	color: #aa9e85;
}

.leftColumn {
	background-image:url(../images/leftloop.jpg);
	width:200px;
	display:block;
}

.rightColumn {
	background-image:url(../images/rightloop.jpg);
	width:200px;
	display:block;
}

.bottomLeft{
	background-image:url(../images/leftbottom.jpg);
	width:200px;
	height:40px;
}

.bottomRight{
	background-image:url(../images/rightbottom.jpg);
	width:200px;
	height:40px;
}

#options{
	background-image:url(../images/options.jpg);
	width:200px;
	height:40px;
}

#navigate{
	background-image:url(../images/navigate.jpg);
	width:200px;
	height:40px;
}

#topRight{
	background-image:url(../images/findtreatment.jpg);
	width:200px;
	height:60px;
}

#bottomRight{
	background-image:url(../images/majorcities.jpg);
	width:200px;
	height:40px;
}


#rightColumn {
	float:left;
	width:200px;
}

#middleColumn {
	float:left;
	width:560px;
}

#middleTop{
	background-image:url(../images/contactus.jpg);
	width:520px;
	height:40px;
	margin:20px auto 0px auto;
}

#contentTop{
	background-image:url(../images/bodytop.jpg);
	width:560px;
	height:40px;
	margin:20px auto 0px auto;
}

#contact{
	background-image:url(../images/contactloop.jpg);
	background-repeat:repeat-x;
	width:520px;
	margin:auto;
}

#content{
	background-image:url(../images/bodyhorizloop.jpg);
	background-repeat:repeat-x;
	background-color:#E5D2AD;
	width:520px;
	margin:auto;
}



.pad{
	padding:0px 20px;
}

img{ 
	border-style: none;
}

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix {
display: inline-block;
}
/* start commented backslash hack \*/ * html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */


