@charset "UTF-8";
/* CSS Document */
html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../images/background_pattern.png);
	background-repeat:repeat;
}

h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
}

#greenbar {
	height: 10px;
	width: 100%;
	position: relative;
	background-color: rgb(105,161,27);
}

#eaglefitness {
	height: 120px;
	width:960px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/header.jpg);	
}

#eaglefitness h1 {
	display:none;
}

#nav_background {
	height: 35px;
	width: 100%;
	position:relative;
	background-image: url(../images/nav_background_04.jpg);
	background-repeat:repeat-x;
}

#nav_background_green {
	height: 5px;
	width: 100%;
	position:relative;
	background-color: rgb(105,161,27);
}

#nav_buttons {
	width: 960px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
}

.button {
	width: 192px;
	height: 35px;
	float:left;
}

.button a{
	width: 192px;
	height: 35px;
	display: block;
	cursor: pointer;
}

.button span {
	display:none;
}
	
.button:hover {
	background-position: 0 -35px;
}

#about {
	background-image: url(../images/buttons/about.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#member {
	background-image: url(../images/buttons/membership.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#services {
	background-image: url(../images/buttons/services.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#facilities {
	background-image: url(../images/buttons/facilities.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#contact {
	background-image: url(../images/buttons/contact.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#page_marker_slider {
	width: 960px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}


#page_marker {
	height: 14px;
	width: 192px;
	background-image: url(../images/page_marker.png);
	background-repeat: no-repeat;		
}

#content_containter {
	margin-right:auto;
	margin-left:auto;
	position: relative; 
	width:960px;
}

#footer {
	width: 100%;
	height: 150px;
	position: relative;
	background-color:rgb(20,20,20);
	padding-top:10px;
}

#footer p {
	color: rgb(105,161,27);
	font-family:'Antic', sans-serif;
}

#footer_containter {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#footer_left {
	width:50%;
	float:left;	
}

#footer_right {
	width:50%;
	float:left;
	text-align:right;	
}

#footer_left p {
	margin-left:40px;
}

#footer_right p {
	margin-right:40px;
}


#footer a {
	text-decoration:none;
	color: rgb(105,161,27);
	font-family:'Antic', sans-serif;
}

#footer a:hover {
	color:rgb(220,255,220);
}

#greenfooterbar {
	width: 100%;
	height: 5px;
	position: relative;
	background-color:rgb(105,161,27);
	clear: both;
}

#greenoverflow {
	width: 100%;
	height:100%;
	background-color: rgb(20,20,20);
	position:fixed;
}
