
html, body{ 
 margin:0; 
 padding:0; 
 font-size:12px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 } 

a:link {
color:#000000;
font-weight:bold;
text-decoration:none;
}

a:visited {
color:#000000;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#000000;
font-weight:bold;
text-decoration:none;
background-color:#feb8f0;
}


h1{
 color:#0094d1;
 font-size:20px;
}

h2{
 color:#0094d1;
 font-size:16px;
}

table{
border-style:solid;
border-width:2px;
border-color:#0094d1;
}
td {
padding-left:2px;
padding-right:2px;
background-color:#feb8f0;
border-style:solid;
border-width:2px;
border-color:#0094d1;
}
#pagewidth{ 
width:100%;
}

/* Header Area */ 
#header{
 position:relative; 
 height:200px; 
 background-image:url(images/headerbackground.gif);
 background-repeat:repeat-x;
 width:100%;
} 


#banner{
 position:relative; 
 text-align:center;
 height:184px;
 width:710px; 
 background-image:url(images/banner.gif);
 background-repeat:no-repeat;
 margin-left:0px;
 margin-right:auto;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:18px;
 padding-bottom:5px;
}

#selected{
 background-color:#feb8f0;
 color:#ffffff;
 border-color:#000000;
 border-style:solid;
 border-width:1px;
 }
 
 .navlinks{
 padding-top:160px; }
 
 .navlinks a:link{
	color:#000000;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	font-weight:normal;
}

.navlinks a:visited{
	color:#000000;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	font-weight:normal;
}

.navlinks a:hover{
	color:#ffffff;
	background-color:#0094d1;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	font-weight:normal;
}
/* Content Area */
#maincol{
 min-height:300px;
 padding-left:30px;
 padding-right:30px;
 }

/* Footer Area */
#footer{
 height:16px; 
 padding-top:2px;
 font-size:10px;
 text-align:center;
  background-color:#0094d1; 
 color:#ffffff;
 } 
 
#footer a:link{
	color:#ffffff;
	text-decoration:none;
}

#footer a:visited{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover{
	color:#000000;
	background-color:#feb8f0;
	text-decoration:none;
}
 
#button_therapies{
	width:477px;
	height:120px;
	background-image:url(images/button_therapies.gif);
	background-repeat:no-repeat;
}

#button_consultation{
	width:477px;
	height:120px;
	background-image:url(images/button_consultation.gif);
	background-repeat:no-repeat;
}

#button_about{
	width:477px;
	height:120px;
	background-image:url(images/button_about.gif);
	background-repeat:no-repeat;
}
.button{
	padding-left:110px;
	padding-top:5px;
	padding-right:30px;
	}
	
.button h1{
 color:#0094d1;
 font-size:20px;
 margin-bottom:0px;
}


input{
	color: #000000;
	}
	
select{
	color: #000000;
	}
	
textarea{
	color: #000000;
	}
.contactform{
width:340px;
text-align:right;
}

.testimonial{
padding-left:10px;
padding-right:10px;
border-width:1px;
border-style:dashed;
border-color:#999999;
}