@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:100%;
background-color:#333333;
}

 h1{
 color:#0099FF;
 }
 strong{
 color:#0099FF;
 }

#outer{
width:775px;
margin:auto;
border:10px solid #ffffff;
background-color:#FFFFFF;
}

#inner{
width:775px;
border:1px solid #0099ff;
}

/* start of top menu*/
#topmenu{
 margin:0px;
 padding:0px;
 height:66px;
 }
 
 #topmenu ul{
 margin:0px;
 padding:0px;
 }

 #topmenu li{
 margin:0px;
 padding:0px;
 list-style-type:none;
 float:left;
 }
 
 #topmenu li a{
 	background-repeat:no-repeat;
	display:block;
}


#topmenu li a span{
	position:absolute;
	left:-1000px;
}

#one a{
	background-image:url(../images/buttons/one.jpg);
	height:66px;
	width:130px;
}

#one a:hover{
	background-image:url(../images/buttons-over/one.jpg);
}

	
#two a{
	background-image:url(../images/buttons/two.jpg);
	height:66px;
	width:130px;
}

#two a:hover{
	background-image:url(../images/buttons-over/two.jpg);
}


#three a{
	background-image:url(../images/buttons/three.jpg);
	height:66px;
	width:130px;
}

#three a:hover{
	background-image:url(../images/buttons-over/three.jpg);
}

	
#four a{
	background-image:url(../images/buttons/four.jpg);
	height:66px;
	width:130px;
}

#four a:hover{
	background-image:url(../images/buttons-over/four.jpg);
}

	
#five a{
	background-image:url(../images/buttons/five.jpg);
	height:66px;
	width:130px;
}

#five a:hover{
	background-image:url(../images/buttons-over/five.jpg);
}
	
#six a{
	background-image:url(../images/buttons/six.jpg);
	height:66px;
	width:125px;
}

#six a:hover{
	background-image:url(../images/buttons-over/six.jpg);

}
/* end of top menu */

#banner{
width:775px;
height:185px;
}

#strapline{
width:775px;
height:45px;
}

#textarea{
width:765px;
min-height:305px;
_height:305px;
padding:5px;
font-size:75%;
background-image:url(../images/neckpain.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#content{
width:495px;
text-align:justify;
}

#footer{
text-align:center;
padding-top:15px;
height:25px;
background-color:#0099ff;
font-size:75%;
color:#ffffff;
}

#footer a{
color:#ffffff;
}
#footer a:hover{
color:#003399;
}