@charset "utf-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}
#header {
	height: 215px;
}
#footer {
	border-top: 1px solid #E1E1E1;
	font-size: 9px;
	text-align: center;
	color: #CCC;
	padding-top: 10px;
}
#container {
	width: 900px;
	margin: auto;
	position: relative;
}
#nav_left {
	float: left;
	overflow: auto;
	margin-left: 185px;
	display: inline;
	width: 200px;
}
#nav_right {
	float: right;
	overflow: auto;
	margin-right: 150px;
	display: inline;
	width: 200px;
}
#nav_about {
	background-image: url(../images/nav_about.jpg);
	height: 180px;
	width: 82px;
	float: left;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: left;
}
#nav_about:hover {
	background-image: url(../images/nav_about.jpg);
	height: 180px;
	width: 82px;
	float: left;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: right;
}
#nav_contact {
	background-image: url(../images/nav_contact.jpg);
	height: 195px;
	width: 82px;
	float: left;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: left;
}
#nav_contact:hover {
	background-image: url(../images/nav_contact.jpg);
	height: 195px;
	width: 82px;
	float: left;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: right;
}
#nav_programs {
	background-image: url(../images/nav_programs.jpg);
	height: 195px;
	width: 82px;
	float: left;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: left;
}
#nav_programs:hover {
	background-image: url(../images/nav_programs.jpg);
	height: 195px;
	width: 82px;
	float: left;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: right;
}
#nav_location {
	background-image: url(../images/nav_location.jpg);
	height: 180px;
	width: 82px;
	float: left;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: left;
}
#nav_location:hover {
	background-image: url(../images/nav_location.jpg);
	height: 180px;
	width: 82px;
	float: left;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: right;
}
#main_content {
	clear: both;
	min-height: 50px;
	font-size: 11px;
}
#home #main_content {
	background-image: url(../images/fitcouple.jpg);
	background-repeat: no-repeat;
	height: 461px;
	background-position: 105px;
}
#about #nav_about, #contact #nav_contact, #programs #nav_programs, #location #nav_location {
	background-position: right;	
}
#logo {
	position: absolute;
	left: 383px;
	top: 14px;
}
#home_blurb {
	width: 280px;
	font-size: 11px;
	left: 355px;
	top: 254px;
	margin-left: 460px;
	margin-bottom: 40px;
	padding-top: 80px;
	overflow: auto;
}
.red {
	color: #F00;	
}
a:link, a:visited {
	color: #F00;
	text-decoration: none;	
	font-weight: bold;
}
a:hover {
	color: #000;	
}
#getfit, #seemore {
	width: 101px;
	height: 101px;
	float: left;
	margin-left: 20px;
	background-repeat: none;
	margin-top: 20px;
}
#getfit:hover, #seemore:hover {
	background-position: bottom;	
}
#getfit {
	background-image: url(../images/getfit.jpg);	
}
#seemore {
	background-image: url(../images/seemore.jpg);	
}
#contact_form {
	padding-top: 50px;
	padding-left: 180px;
	padding-bottom: 20px;
}
#programs_box {
	width: 300px;
	padding-left: 180px;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: auto;
}
#about_box {
	width: 250px;
	padding-top: 50px;
	padding-left: 180px;
	padding-bottom: 50px;
}
#programs #main_content {
	background-image: url(../images/programs.jpg);
	background-repeat: no-repeat;
	background-position: 450px;
}
#about #main_content {
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	background-position: 450px;
}
#location #main_content {
	background-image: url(../images/location.jpg);
	background-repeat: no-repeat;
	background-position: 450px;
}
#location_box {
	width: 200px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 200px;
}
#contact_blurb {
	text-align: center;
	padding-right: 180px;
}
#phone_number {
	font-size: 16px;
	color: #F00;
	font-weight: bold;	
}
