/* generated by csscreator.com */ 
html, body{ 
	margin: 0; 
	padding: 0; 
	text-align: center;
	font-family: helvetica, arial, sans-serif;
} 

a {
	text-decoration: none;
	color: #625042;
}

a:hover {
	text-decoration: underline;
}
 
#pagewidth{ 
	width: 900px; 
	text-align: left;  	
	margin-left: auto; 
	margin-right: auto;  
	margin-top: 20px;
} 
 
#header{
	position: relative; 
	height: 100px; 
	background-color: #625042;
	width: 100%;
} 

#header h1 {
	color: #F0C9B1;
	margin-left: 20px;
	padding-top: 20px;
	font-family: helvetica, arial, sans-serif;
	font-size: 200%;
	font-weight: bold;
}

#header h2 {
	color: #EAE1FF;
	margin-left: 20px;
	margin-top: -20px;
	margin-bottom: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 140%;
	font-weight: lighter;
}

#menubar {
	position: relative;
	height: 30px;
	background-color: #F0C9B1;
	width: 100%;
}

.menu {
	display: inline;
	margin-left: 20px;
	line-height: 1.75em;
}

.menu li {
	display: inline;
	font-size: 70%;
	text-transform: lowercase;
}

.menu li a {
	text-decoration: none;
	color: #625042;
}

.menu li a:hover {
	text-decoration: underline;
}

.tagline {
	position: absolute;
	right: 10px;
	color: #625042;
	font-family: helvetica, arial, sans-serif;
	font-size: 100%;
	margin-right: 10px;
}

#maincol{
	background-color: #FFF;  
	float: right; 
	display: inline; 
	position: relative; 
	width: 100%;
	color: #625042;
	font-size: small;
	height: 400px;
}

#maincol h2 {
	color: #625042; 
	margin-top: 30px;
}

.ms_head {
	background-color: #605042;
	color: #FFF;
	width: 300px;
	height: 2em;
	line-height: 1.75em;
	padding-left: 10px;
	margin-left: 20px;
}

.cont_par {
	margin-bottom: -15px;
}

.test_head {
	font-size: small;
	color: #625042;
}

.test_quote {
	margin-top: -15px;
	font-family: helvetica, arial, sans-serif;
	font-size: 80%;
	color: #625042;
} 

.heal_list li {
	margin-top: 15px;
	font-weight: bold;
}
		

#footer{
	text-align: center;
	height:20px; 
	background-color:#FFF;
	color: #625042;
	clear:both;
	font-size: xx-small;
	margin-top: 20px;
	text-transform: lowercase;
	font-weight: lighter;
} 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

