@charset "utf-8";


body, div, p, ul, h1, h2, h3, h4, li { margin: 0; padding: 0; } 
a {
	text-decoration: none;
	color: #333;
}


/* CSS Document */

body {
	background-color: #336699;
	background-image: url(../images/back-bluebamboo.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #483535;
	padding-bottom: 10px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #352727;
	text-transform: capitalize;
	font-size: 16px;
}
#wrap {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: 100%;
}
#topbar {
	background-image: url(../images/back-bluebar.jpg);
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	height: 35px;
	width: 100%;
	background-color: #FFF;
}
#header {
	background-image: url(../images/head_gym.jpg);
	background-repeat: no-repeat;
	height: 329px;
	width: 1000px;
	top: -35px;
	clear: both;
	background-color: #FFF;
}
#menu {
	background-color: #352727;
	width: 1000px;
	color: #FFF;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	clear: both;
	text-align: center;
}
#menu_sub {
	background-color: #817C76;
	width: 1000px;
	color: #000;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	clear: both;
	text-align: center;
}

#left {
	float: left;
	width: 320px;
	height: auto;
	padding: 10px;
	top: 0px;
	text-align: center;
	background-color: #FFF;
}
#right {
	float: left;
	width: 600px;
	padding: 30px;
	background-color: #FFF;
}
#right ul {
	padding-left: 40px;
}


#menu ul {
	text-decoration: none;
	list-style-type: none;
	float: left;
}
#menu ul li a {
	color: #817C76;
	text-decoration: none;
}

#menu ul .highlight {
	color: #FFF;
	background-color: #817C76;
	font-weight: bold;
}
#menu ul .highlight a {
	font-weight: bold;
	color: #FFF;
}


#menu ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration: none;
	color: #817C76;
	font-weight: normal;
	letter-spacing: 1pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #817C76;
	width: 166px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu ul .last {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 165px;
}

#menu_sub ul {
	text-decoration: none;
	list-style-type: none;
	float: left;
}
#menu_sub ul .highlight {
	color: #FFF;
	background-color: #817C76;
	font-weight: bold;
}
#menu_sub ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration: none;
	color: #352727;
	font-weight: normal;
	letter-spacing: 1pt;
	width: 249px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #352727;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #352727;
}
#menu_sub .resources li {
	float: left;
	width: 199px;
}

#menu_sub ul li a {
	color: #352727;
}
#menu_sub ul .highlight a {
	font-weight: bold;
	color: #FFF;
}


#menu_sub ul .last {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #352727;
}





#main {
	float: left;
	width: 960px;
	background-color: #FFF;
	padding: 20px;
	clear: both;
}
#main ul {
	padding-left: 40px;
}
#footer {
	float: left;
	background-color: #FFF;
	clear: both;
	width: 980px;
	padding: 10px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
