@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	text-align:center;
	background:#FFFFFF;
}

img {
	border:none;
}

#wrapper {
	position:relative;
	text-align:left;
	width:860px;
	margin-right:auto;
	margin-left:auto;
}

#header {	
		float:left;
		height:60px;
		padding-top:5px;
		width:840px;
		background-color:#2A638F;
}

#header h1 {
	color:#FFF;
	font: normal 38px 'Georgia, sans-serif';
	margin:0;
	padding:0;
}

#header h2 {
	color:#FFF;
	font: normal 12px 'Georgia, sans-serif';
	margin:0;
	padding:0;
}		

#logo {
	position:relative;
	float:left;
	left:10px;
	width:336px;
	height:74px;
}

#mainheadwrap {
	position:relative;
	float:left;
	width:840px;
	height:190px;
	background-color:#C8D5ED;
	border-bottom: 1px solid #FFF;
}

#coname {
	float:left;
	position:relative;
	top:-5px;
	left:10px;
}

#slogan {
	float:left;
	position:relative;
	top:-5px;
	left:80px;
}

#mainheadpic {
	position:relative;
	float:left;
	width:640px;
	height:190px;
}

#subpics {
	position:relative;
	float:right;
	right:10px;
	width:180px;
	height:190px;
}

#topsubimg	{
	position:relative;
	float:right;
	top:10px;
	width:180px;
	height:80px;
}

#botsubimg	{
	position:relative;
	float:right;
	top:20px;
	width:180px;
	height:80px;
}

#topsubimgsr	{
	position:relative;
	float:right;
	top:10px;
	bottom:px;
	width:180px;
	height:53px;
}

#midsubimgsr	{
	position:relative;
	float:right;
	top:15px;
	bottom:15px;
	width:180px;
	height:53px;
}

#botsubimgsr	{
	position:relative;
	float:right;
	top:20px;
	width:180px;
	height:53px;
}

#navigation {
	position:relative;
	float:left;
	font: normal 18px 'Georgia, sans-serif';
	margin: 0;
	padding: 0;
	border-bottom:1px solid #FFF;
}

#navigation ul {
	float:left;
	width:840px;
	background-color:#7496ba;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
	padding: 0;
}

#navigation a:link, #navigation a:visited {
	float:left;
	padding: 0.4em 0.4em 0.4em 0.4em;
	color:#FFFFFF;
	text-decoration: none;
	border-right:1px solid #FFFFFF;
}

#navigation a:hover {
	color:#000000;
}

#home #navhome a,
#massage-therapy #navmassage a,
#holistic-massage #navholisticmassage a,
#sports-massage #navsportsmassage a, 
#remedial-massage #navremedialmassage a {
	background-color:#C8D5ED;
	color:#000000;
}

#colwrapper {
	float:left;
	margin: 0px auto;
	padding: 0px;
	border:0 ;
	width: 840px;
	background:url(../images/maincolmast.gif) repeat;
}

#leftcol {
	clear:both;
	position:relative;
	float:left;
	width:122px;
}

#leftcolnav ul {
	clear:left;
	float:left;
	font: normal 16px 'Georgia, sans-serif';
	list-style: none;
	padding:0;
	margin:0;
}

#leftcolnav li {
	border-bottom: 1px solid #CCC;
}

#leftcolnav a:link, #leftcolnav a:visited {
	width:100px;
	display:block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left:12px solid #7496ba;
	border-right:1px solid #7496ba;
	background-color:#2A638F;
	color:#FFFFFF;
	text-decoration: none;
}

#leftcolnav a:hover {
	color: #000000;	
}

#about #navabout a,
#contact #navcontact a,
#rates #navrates a,
#areascovered #navareascovered a,
#qualifications #navqualifications a,
#charitywork #navcharitywork a,
#clubs #navclubs a,
#faqs #navfaqs a,
#sitemap #navsitemap a {
	background-color:#7496ba;
	color:#000000;
}

#midcol {
	float:left;
	width:518px;
	min-height:100px;
	background-color:#FFF;
	font:normal 12px 'Georgia, sans-serif';
}

h1 {
	font: italic 28px 'Georgia, sans-serif';
	color:#2A638F;
}

h2 {
	font: 18px 'Georgia, sans-serif';
	color:#2A638F;
}

p {
	font: 14px 'Georgia, sans-serif';
	line-height:1.5;
}

#midcol hr {
	border:none;
	background-color:#2A638F;
	color:#2A638F;
	height:1px;
	width:80%;
}

#midcol ul {
	font: 14px 'Georgia, sans-serif';
}

#nobullets ul {
	list-style:none;
}

#midcol p2 {
	font:normal 12px 'Georgia, sans-serif';
	color:#2A638F;
}

#rightcol {
	float:right;
	width:200px;
	text-align:center;
}

#rightcol h3 {
	font: italic 16px 'Georgia, sans-serif';
	color:#2A638F;
}

.bottomnav {
	float:left;
	width:840px;
	background-color:#7496ba;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
}

.bottomnav a {
	text-decoration: none;
	color:#FFFFFF;
	margin-top:0;
}

#footer {
	float:left;
	width:840px;
	margin-top:0;
	text-align:center;
	font-size:80%;
	color:#FFFFFF;
	background-color:#2A638F;
}

#footer p {
	margin-top:0;
	margin-bottom:0;
}

.clear {
	clear:both;
}

.indent {
	padding:5px 20px 5px 20px;
}

#tabindent {
	padding:0 10px 0 10px;
}

.textcenter {
	text-align:center;
}