/* CSS Document */
#banner {
	width:760px;
	height: 50px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	}
#image {
	top:50px;
	width:760px;
	height: 100px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	}
#menu {
	top:150px;
	width:760px;
	height:20px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color: #4F6715;
	}
#heading {
	top:170px;
	width:760px;
	height:46px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color: #BEC497;
	}
#content {
	top:220px;
	width:760px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#BEC497;
	background-repeat: no-repeat;
  	background-position: center;
	overflow: visible;
	}
.centre-header {
	font-family: "Verdana";
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC0000;
	text-decoration: none;
}
.centre-body {
	font-family: "Verdana";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
}
.centre-body:link {
	text-decoration: underline;
	color: #cc3300;
	font-weight: bold;
}
.centre-date {
	font-family: "Verdana";
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	letter-spacing: normal;
	text-align: left;
}

.centre-body-header {
	font-family: "Verdana";
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.centre-body-title {
	font-family: "Times";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #475C06;
	text-decoration: none;
}
.centre-body-title-uplow {
	font-family: "Times";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #475C06;
	text-decoration: none;
}
.centre-body-bold {
	font-family: "Verdana";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.background {
	background: #BEC497;
}

.centre-link {font-family:"Times"; font-weight:bold; font-size:12px;}
.centre-link a:link {color:#475C06; text-decoration:underline}
.centre-link a:visited {color:#475C06; text-decoration:underline}
.centre-link a:hover {color:#666633; text-decoration:none;}
.centre-link a:active {color:#475C06; text-decoration:underline}

.home-wrap {background: url('menu_images/home-on.gif') no-repeat;}
a#home {
	display: block;
    width: 76px;
    height: 20px;
    background: url('menu_images/home.gif') center no-repeat;
    margin: 0 auto;
	}
a#home:hover {background: url('menu_images/home-on.gif') no-repeat}
a#approach {
	display: block;
    width: 123px;
    height: 20px;
    background: url('menu_images/approach.gif') center no-repeat;
    margin: 0 auto;
	}
a#approach:hover {background: url('menu_images/approach-on.gif') no-repeat}
a#well {
	display: block;
    width: 103px;
    height: 20px;
    background: url('menu_images/well.gif') center no-repeat;
    margin: 0 auto;
	}
a#well:hover {background: url('menu_images/well-on.gif') center no-repeat}
a#health {
	display: block;
    width: 111px;
    height: 20px;
    background: url('menu_images/health.gif') center no-repeat;
    margin: 0 auto;
	}
a#health:hover {background: url('menu_images/health-on.gif') center no-repeat}
a#special {
	display: block;
    width: 159px;
    height: 20px;
    background: url('menu_images/special.gif') center no-repeat;
    margin: 0 auto;
	}
a#special:hover {background: url('menu_images/special-on.gif') center no-repeat}
a#massage {
	display: block;
    width: 90px;
    height: 20px;
    background: url('menu_images/massage.gif') center no-repeat;
    margin: 0 auto;
	}
a#massage:hover {background: url('menu_images/massage-on.gif') center no-repeat}
a#contact {
	display: block;
    width: 98px;
    height: 20px;
    background: url('menu_images/contact.gif') center no-repeat;
    margin: 0 auto;
	}
a#contact:hover {background: url('menu_images/contact-on.gif') center no-repeat}
a .alt { display: none; }

