/* --- Main layout --- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/shadow.png);
	background-position: center;
	background-repeat: no-repeat;
}
a:link {
		color: #fffff; 
		text-decoration: none;}
a:visited {
		color: #fffff; 
		text-decoration: none;}
a:hover {
		color: #584116; 
		text-decoration: underline;}
a:active {
		color: #fffff; 
		text-decoration: none;}


#wrapper {
	width: 822px;
	margin: 0 auto;
	padding: 0;
	background-color:#FFFFFF;
	text-align: left;
}
	
#header {
	height: 230px;
	width: 822px;

}


#mainContent {
	width: 802px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color:#FFFFFF;
	color: #666666;
	padding: 10px;
}

#mainContent:after{ /*Add margin between mainContent and rest of content in Firefox*/
content: "."; 
display: block; 
height: 1; 
clear: both; 
visibility: hidden;
}


#Content {
	width: 802px;
	padding:10px;
	background-color:#FFFFFF;
	padding-bottom: 10px;
}

#text {
	width:530px;
	display: block;
	float:left;
}

#textSmall {
	width:510px;
	display: block;
	float:left;
}

#treatments {
	width:234px;
	float:left;
	border: 1px solid #637621;
	padding:5px;
	margin-right:7px;
	margin-left:7px;
}

#treatment {
	width:150px;
	border-top: 1px solid #637621;
	padding-top:8px;
  	float:left;
	margin-top:8px;

}

#prices {
	width:70px;
	border-top: 1px solid #637621;
	padding-top:8px;
	float:left;
	margin-top:8px;
	display: block;

}

#picture {
	width: 180px;
	display: block;
	float:left;
	margin-left: 14px;
	margin-bottom: 14px;


}

#pictureSmall {
	width: 204px;
	display: block;
	float:left;
	margin-left:15px;
}

#footer {
		background-color:#584116;
        clear: both;
		font-family: Arial, Helvetica, sans-serif;
        padding: 4px;
		border: 1px solid #ffffff;
        text-align: center;
        color: #C9E2F5;
        font-size:small;
        }

#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bold;
	color: #9CC318;	
}

#mainContent a:link {
		color: #637621; 
		text-decoration: none;}
#mainContent a:visited {
		color: #637621; 
		text-decoration: none;}
#mainContent a:hover {
		color: #584116; 
		text-decoration: underline;}
#mainContent a:active {
		color: #637621; 
		text-decoration: none;}

#footer a:link {
		color: #ffffff; 
		text-decoration: none;}
#footer a:visited {
		color: #ffffff; 
		text-decoration: none;}
#footer a:hover {
		color: #999999; 
		text-decoration: underline;}
#footer a:active {
		color: #ffffff; 
		text-decoration: none;}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #4F4F4F;
}

.greenTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #637621;
	font-weight: bold;
}
