* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #696969;
	text-align: center;
	font-family: arial, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 0.5em;
}

#centering {
	width: 779px;
	margin: 0 auto;
	text-align: center;
}

#header {
	width: 779px;
	height: 174px;
	background-image: url('/images/header.jpg');
	text-align: right;
}

#header a {
	font-size: 0.9em;
	color: #ffffff;
	text-decoration: none;
	padding-right: 2.0em;
	padding-top: 0.3em;
	float: right;
}

table.content {
	width: 779px;
}

table.content td.navigation_buttons {
	vertical-align: top;
	background-image: url('/images/button_background.jpg');
}

table.content td.navigation_buttons a, table.content td.navigation_buttons  a:link {
	width: 199px;
	height: 82px;
	text-indent: -999em;
	display: block;
}

table.content td.navigation_buttons a.coaches, a.coaches:link {
	background-image: url('/images/meet_coaches.jpg');
}

table.content td.navigation_buttons a.faq, a.faq:link {
	background-image: url('/images/faq.jpg');
}

table.content td.navigation_buttons a.register, a.register:link {
	background-image: url('/images/register.jpg');
}

table.content td.navigation_buttons a.pictures, a.pictures:link {
	background-image: url('/images/pictures.jpg');
}

table.content td.navigation_buttons a.oneonone, a.oneonone:link {
	background-image: url('/images/1on1.jpg');
}

table.content td.navigation_buttons a:hover {
	background-position: 0 82px;
}

body.coaches table.content td.navigation_buttons a.coaches, a.coaches:link {
	background-position: 0 82px;
}

body.faq table.content td.navigation_buttons a.faq, body.faq table.content td.navigation_buttons a.faq:link {
	background-position: 0 82px;
}

body.register table.content td.navigation_buttons a.register, body.register table.content td.navigation_buttons a.register:link {
	background-position: 0 82px;
}

body.pictures table.content td.navigation_buttons a.pictures, body.pictures table.content td.navigation_buttons a.pictures:link {
	background-position: 0 82px;
}

body.oneonone table.content td.navigation_buttons a.oneonone, body.oneonone table.content td.navigation_buttons a.oneonone:link {
	background-position: 0 82px;
}

table.content td.navigation_buttons img.button {
	border: none;
	width: 199px;
	height: 82px;
}

body.home table.content td.content {
	background-image: url('/images/home_background.jpg');
}

table.content td.content h1 {
	color: #ffffff;
	padding: 35px 0 0 0;
	font-size: 3em;
}

table.content td.content h2 {
	color: #000000;
	padding: 0.5em 0 0 0;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
}

table.content td.content p {
	margin: 1.0em 0.5em 1.0em 0.5em;
}

table.content td.content {
	text-align: left;
	width: 580px;
	min-height: 430px;
	height: auto;
	background-image: url('/images/body_background.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	vertical-align: top;
	padding: 0.3em 1.0em 2.0em 15px;
	border-right: 2px solid #000000;
}

table.content td.content div.right_column {
	margin: 0 0 0 0;
	padding: 20px 0 0 1.0em;
	float: right;
	width: 165px;
}

table.content td.content div.right_column h1 {
	color: #000000;
	font-size: 1.1em;
	padding: 5px 0 3px 0;
}

table.content td.content div.right_column h2 {
	color: #b18042;
	font-size: 1.1em;
	padding: 5px 0 0px 0;
	margin: 0 0 0 6px;
	font-style: normal;
	font-weight: bold;
}

table.content td.content div.right_column img {
	width: 153px;
	height: 130px;
}


table.content td.content div.right_column p.tagline {
	margin-top: 0.5em;
	color: #b18042;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	width: 130px;
}

/* for Internet Explorer */
/*\*/
table.content td.content {
height: 400px;
}
/**/

#footer {
	clear: both;
	width: 779px;
	height: 43px;
	text-align: right;
	background-image: url('/images/footer.jpg');
	color: #ffc32a;
}

#footer span {
	padding-right: 2.0em;
	float: right;
	margin-top: 1.3em;
}

#copyright {
	font-size: 0.8em;
}

#copyright a {
	color: #0000ff;
	text-decoration: none;
}

#copyright a.black {
	color: #000000;
}

label {
	display: block;
	float: left;
	width: 11em;
}

div.error {
	border: 1px solid #ff0000;
	padding: 0.4em;
}

div.error ul {
	margin-left: 30px;
}

#registration_error {
	border: 1px solid #ff0000;
	padding: 0.5em;
}

fieldset legend {
	font-weight: bold;
}

div.checkbox_container {
	float: left;
}
div.checkbox_container label {
	margin-left: 12em;
	width: 50%;
}
div.first_checkbox_container label {
	margin-left: 0.5em;
	width: 50%;
}
