html, body {
	background: #ffffff ;
}

#banner-img {
	display: none;
}
#content {
	padding: 0;
	width: 900px;
	height: 465px;
}

h2 {font-size: 13px ; font-weight: bold; color: #666; line-height: 17px; margin: .83em 0;}
p {color: #666;}

a.home-fitness {
	float: left;
	display: block;
	width: 670px;
	height: 225px;
	margin: 5px 0 0;
}

a.home-personal {
	float: left;
	display: block;
	width: 333px;
	height: 225px;
	margin: 5px 0;
}

a.home-retreats {
	float: left;
	display: block;
	width: 332px;
	height: 225px;
	margin: 5px 0 5px 5px;
}

a.home-location:link, a.home-location:visited, a.home-location:active {
	float: left;
	background: url(/images/home-location.gif) top left no-repeat;
	display: block;
	width: 205px;
	height: 100px;
	margin: 5px 0 5px 5px;
	padding: 125px 0 0 20px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #d7df21;
	text-decoration: none;
}
a.home-location:hover {
	text-decoration: underline;
	color: #d7df21;
}

a.home-email:link, a.home-email:visited, a.home-email:active {
	float: left;
	background: url(/images/home-email.gif) top left no-repeat;
	display: block;
	width: 205px;
	height: 100px;
	margin: 5px 0 0 5px;
	padding: 125px 0 0 20px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #5a4a41;
	text-decoration: none;
}
a.home-email:hover {
	text-decoration: underline;
	color: #5a4a41;
}

a.sidenav:link, a.sidenav:visited {
	background: #ffffff url(/images/bullet-blue.gif) center right no-repeat;
}

a.sidenav:hover {
	color: #00bece;
}

a:link {color: #333333; text-decoration: underline;}
a:visited {color: #333333; text-decoration: underline;}
a:hover {color: #d7df21; text-decoration: underline;}
a:active {color: #d7df21; text-decoration: underline;}
