@charset "UTF-8";
/* CSS Document */

body {
	background-color: #BDDBDF;
}

a:link {
	color: #58595B;
	text-decoration: none;
}
a:visited {
    color: #58595B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #B5BD9C;
}
a:active {
    color: #58595B;
	text-decoration: none;
}

.leftside{
	background-image: url(../images/interface/left_bar.jpg);
	background-repeat: repeat-y;	
}

.rightside{
	background-image: url(../images/interface/right_bar.jpg);
	background-repeat: repeat-y;	
}

.textbg{
    background-color: #FFFFFF;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.2;
}
.sitemaptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A3B2AD;
	line-height: 1.2;
}

.bodyTextList li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.2;
	margin-top: 9px;
}

.quoteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.2;
	font-style: italic;
}
.titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #231112;
	font-weight: bold;	
}
   	
.contactbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border : 1px solid #cccccc;
	width: 250px;
	resize: none;
}

.contactcheck {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border : 1px solid #cccccc;
}

.contactsend {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #dae3b8;
}
#news {
	margin-top:0px;
	margin-left:0px;
	width: 360px;
	height: 90px;
	color:#FFFFFF;
	overflow-y: scroll;
	overflow-x:hidden;
	overflow: scroll;
}
#microdermabrasion {
	margin-top:0px;
	margin-left:0px;
	width: 411px;
	height: 200px;
	color:#FFFFFF;
	overflow-y: scroll;
	overflow-x:hidden;
	overflow: scroll;
}

#sitemap{
	float: left;
	width: 872px;
	height: 190px;
	padding: 20px;
	margin: 0px;
	text-align:center;
	background-image: url(../images/sitemapbg2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #B0C6C4;
		
}
