/* CSS Document */

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

body {
	text-align:center;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	background-color: #582D01;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	padding-top:50px;
}	

img {
	border:0;
}


#frame {
	width: 750px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	background-color: #FDFDF2;
}


#header {
	padding: 0px 0px 0px 0px;
	width: 750px;
	font-size: small;
	text-align:center;
	height:150px;
	background-image:url(images/topimg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	border:1px solid black;
}



#mainbody {
	width: 750px;
	float:left;
	background-color: #FDFDF2;
}	


.mainarea {
	width:550px;
	float:left;
	padding-bottom: 10px;
	border-top: 1px solid #666666;
	background-color: #FDFDF2;
}	

.mainareasingle {
	border-top: 1px solid #666666;
	background-color: #FDFDF2;
}	

.plain {
	width: 750px;
	float:left;
	padding-bottom: 10px;
	margin-left: 5px;
}

.rightcolumn {
	width:200px;
	float: right;
	border-top: 1px solid #666666;
	background-image:url(images/dot.jpg);
	background-repeat:repeat-y;
	text-align:center;
}


.clear {
clear:both;
}


.treatments {
float:left;
border: 1px solid black;
margin-right:2px;
margin-left:2px;
margin-bottom:2px;
display:inline;
}

.treatments2 {
clear:both;
height:auto;
}

#frame #footer {
	color: #716F64;
	text-align: center;
	width: 750px;
	float:left;
	border-top: 1px solid #666666;
	clear:both;
}

/* --------------menu------------- */

#menu {
    float:left;
    width:750px;
	height:40px;
	background-color: #FDFDF2;
}
	  
#menu ul {
	margin:0;
	padding: 0px 0px 0px 50px;
	list-style:none;
}
	  
#menu li {
    display:inline;
    margin:0;
}
	  
#menu a {
    float:left;
    background:url("images/tableftflower.jpg") no-repeat left top;
    margin:0;
    padding: 10px 10px 10px 30px;
    text-decoration:none;
	color:black;
}
	  
#menu a span {
    float:left;
    display:block;
    padding: 5px 15px 9px 6px;
}
	  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
	
/* End IE5-Mac hack */
#menu a:hover span {
    color:black;
	text-decoration:underline;
}
	  
#menu a:hover {
    background-position:0% -42px;
}
	  
#menu a:hover span {
    background-position:100% -42px;
}  


/* font styles */

p {
	margin-top: 5px;
	padding-left:5px;
	padding-right:5px;
	color:black;
	font-size:small;	
}

h2 {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 1px;
	color: #FF9900;
	padding-top: 8px;
	border-bottom: 1px;
	border-bottom-style:dotted;
	border-bottom-color:#FF9900;
	padding-left:5px;
}

h3 {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 1px;
	color:#623100;
	font-style:italic;
}

a {
	color: #402000;
	font-size: small;
	letter-spacing: 1px;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: none;
}