body {
	background-color: #6e6e6e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: auto;
}

h1 {
	font-size: 1.8em;
	border-color:#FFFFFF
}

.navy_bg {
	background-color: #003366;
}
.main_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	color: #FFFFFF;
}
.heading_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
}
.dots {
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* Menu */

#menu {
	width: 712px;
	height: 35px;
	margin: 0 auto;
	padding-top: 10px;
	background-color: #006699;
	background: url(images/menu.jpg) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;

}

#menu li {
	float: left;
}

#menu a {
	padding: 10px 10px 10px 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial black, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-style: italic;
}

#menu a:hover, #menu .current_page_item a {
	color: #bdbbbb;
	text-decoration:underline
}

#menu a:hover {
	text-decoration: underline;
}


#header {
	width: 712px;
	height: 73px;
	margin: 0px auto;
	background: url(images/Footer.jpg) no-repeat center #FFFFFF;
	margin-top:auto
}

#header2 {
	width: 712px;
	height: 211px;
	margin: 0px auto;
	background: url(images/Barbells.jpg) no-repeat center #FFFFFF;
	margin-top: 20 px;
}

/* Logo */

#logo {
	width: 712px;
	height:168px;
	margin: 0 auto;
}

#logo h1 {
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	margin: 0 auto;
	text-transform: lowercase;
	font: 1.6em "Arial", Helvetica, sans-serif;
	
} 

#logo a {

}

#Footer {
	width: 712px;
	height: 100px;
	background: #55adb4 url(images/Footer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin:auto
}
