/* CSS Document */
#title {
	width:760px;
	height: 206px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	}
#menu {
	top:206px;
	width:760px;
	height:26px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color: #9AA56A;
	}
#image2 {
	top:332px;
	width:760px;
	height:208px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	}

a#approach {
	display: block;
    width: 126px;
    height: 26px;
    background: url('menu_images/home-approach.gif') center no-repeat;
    margin: 0 auto;
	}
a#approach:hover {background: url('menu_images/home-approach-on.gif') no-repeat}
a#well {
	display: block;
    width: 104px;
    height: 26px;
    background: url('menu_images/home-well.gif') center no-repeat;
    margin: 0 auto;
	}
a#well:hover {background: url('menu_images/home-well-on.gif') center no-repeat}
a#health {
	display: block;
    width: 107px;
    height: 26px;
    background: url('menu_images/home-health.gif') center no-repeat;
    margin: 0 auto;
	}
a#health:hover {background: url('menu_images/home-health-on.gif') center no-repeat}
a#special {
	display: block;
    width: 167px;
    height: 26px;
    background: url('menu_images/home-special.gif') center no-repeat;
    margin: 0 auto;
	}
a#special:hover {background: url('menu_images/home-special-on.gif') center no-repeat}
a#massage {
	display: block;
    width: 90px;
    height: 26px;
    background: url('menu_images/home-massage.gif') center no-repeat;
    margin: 0 auto;
	}
a#massage:hover {background: url('menu_images/home-massage-on.gif') center no-repeat}
a#contact {
	display: block;
    width: 88px;
    height: 26px;
    background: url('menu_images/home-contact.gif') center no-repeat;
    margin: 0 auto;
	}
a#contact:hover {background: url('menu_images/home-contact-on.gif') center no-repeat}
a .alt { display: none; }

