﻿body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-color: rgb(255,255,204);
	color: rgb(0,0,0);
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	visibility: visible;
	z-index: 1;
}
#container {
	position: absolute;
	width: 850px;
	margin-left: -425px;
	z-index: 2;
	visibility: visible;
	left: 50%;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.header_text {
	margin-top: 1.25em;
	margin-right: auto;
	margin-bottom: 1.25em;
	margin-left: auto;
	width: 700px;
	text-align: center;
}
#navigation {
	text-align: center;
}
#main_content {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 10px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-small;
	text-align: center;
	line-height: 200%;
	margin-top: 5px;
}
#main_body {
	background-position: center;
}
/* clearfix replacement to clear all floats */
.clear_container {
	width: 100%;
	overflow: hidden;
}
a:link
{
	color: rgb(128,0,128);
}
a:visited
{
	color: rgb(204,153,0); 
} 
a:active 
{
	color: rgb(255,0,0);
}
p {
	font-size: 95%;
	font-style: normal;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	text-align: left;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	line-height: 1.25em;
}
h1
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 200%;
	font-style: bold;
	color: rgb(0,0,255);
	text-align: center;
}
h2
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 18pt;
	font-style: normal;
	color: rgb(0,0,255);
}
h3
{
	font-size: 14pt;
	font-style: normal;
}
h4
{
	margin: 1.25em auto 1.25em auto;
	font-size: 12pt;
	font-style: normal;
	text-align: center;
	font-weight: bold;
}
h5 {
	font-size: 90%;
	font-style: normal;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	text-align: left;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	line-height: 1.25em;
}
h6
{
	font-size: 10pt;
	font-style: bold;
}
a:link
{
	color: rgb(128,0,128);
}
a:visited
{
	color: rgb(128,0,128);
}
a:active 
{
	color: rgb(255,0,0);
}
a:hover
{
	color: rgb(204,153,0); 
}
.photo_left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	vertical-align: middle;
}
.photo_right {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.align_text_right {
	text-align: right;
}
.centered_text {
	align: center;
	text-align: center;
}
.center_objects {
	margin-right: auto;
	margin-left: auto;
}
.margin_top_bottom_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wide_500 {
}
.text_down_50 {
	margin-top: 50px;
}
#main_menu_nav {
	background-position: left center;
	width: 750px;
	padding-left: 25px;
	background-image: url('images/Buttons/2pixel_square.gif');
	background-repeat: repeat-x;
	float: left;
	list-style: none;
	margin-bottom: 20px;
	position: absolute;
	left: 50%;
	margin-left: -375px;
}
#main_menu_nav li {
	font-size: 1.12em;
	font-weight: bold;
	text-align: center;
	border: medium solid #CC6600;
	margin: 0 12px 0 0;
	width: 131px;
	float: left;	/* This is what makes the menu horizontal */
}
#main_menu_nav a {
	color: #0000FF;
	text-decoration: none;
	background: #FFFFCC;
	background-image: url('images/Buttons/weightman_tab_master_1.jpg');
	background-repeat: repeat-x;
	padding: 4px 8px 4px 8px;
	display: block;	
}
#main_menu_nav a:hover {
	color: #FF0000;
	background-image: url('images/Buttons/weightman_tab_master_2.gif');
	background-repeat: repeat-x;
}
#main_menu_nav a:active {
	color: #000000;
}