
 
body {
	 background-color: #b7bab0;
	 padding: 0px;
	 font-size: 12px;
	 font-family: arial, verdana, helvetica, sans-serif;
	 color: #000000;
	 text-align: center;
}

h1{
    color: #993017;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

h2 {
    font-size: 14px;
}

a:link, a:visited {
    color: #993017;
    text-decoration: underline;
    font-weight: bold;
}

#page {
	margin: 0 auto;
 	text-align:left;
 	width: 810px;
}

#header {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	color: #ffffff;
	background-image: url(images/home_photos.jpg);
	background-repeat: no-repeat;
	width: 810px;
	height: 200px;
}

#utility_nav {
	float: right;
	margin: 10px 10px 0px 0px;
	color: #ffffff;
	font-size: 14px;
}

a.utility, a.utility:link, a.utility:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
a.utility:hover {
	text-decoration: underline;
}

#home {
	width:400px;
}

#theme {
	clear: right;	
	width: 800px;
	position: relative;
	top: 145px;
	padding-left: 5px;
	z-index: 10;
}

.theme_text {	
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	padding-right: 35px;
}

#content_head {
	width: 810px;
	background-color: #ffffff;
	position: relative;
	top: 157px;
	z-index: 10;
}

#nav_container {
	background-color: #efb34f;
	width: 100%;
	overflow: hidden;
}

#sidebar {
	background-color: #ffffff;
	width: 170px;
	float: right;
	position: relative;
	top: 50px;	
}


#primary_nav {
	width: 145px;
	color: #000000;
	background-color: #ffffff;
	font-weight: bolder;
	padding-left: 20px;
	float: left;
	position: relative;
	top: 50px;
	/* height: 175px; */
}

a.primary_nav, a.primary_nav:link, a.primary_nav:visited {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	background-image: url(images/nav_dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 25px;
}


#content_container {
	margin-left: 165px;
	background-color: #efb34f;	
	
}

#content {
	float:left;
    padding: 45px 10px 0px 10px;
    width: 455px;
    min-height: 500px;
    background-color: #ffffff;
    position: relative;
    top: 0px !important;
    top: 25px;
    top/**/:/**/-150px;
    
}

#content em {
	color: #993017;
	font-weight: bold;
}


#footer {
    color: #ffffff;
    text-align: center;
    clear: both;
}

a.footer, a.footer:link, a.footer:visited {
    color: #ffffff;
    text-decoration: none;
	font-weight: normal;
}

#sidebar_content {
    font-size: 10px;
    margin: 10px 3px 5px 5px;
}

#sidebar_content h2 {
    font-size: 13px;
    color: #efb34f;
}

#sidebar_content p {
	color: #949690;	
}

#sidebar_content em {
	color: #993017;
}

#get_fit {
	background-image: url(images/get_fit_now.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 135px;
}

a.fit_contact, a.fit_contact:link, a.fit_contact:visited {
	color: #ffffff;
	position: relative;
	top: 114px;
	margin-left: 30px;
	text-decoration: none;
}

a.fit_contact:hover {
	text-decoration: underline;
}

#coachs_tips {
	margin-top: 10px;
	margin-bottom: 15px;
	background-image: url(images/coachs_tips.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 126px;
	
}

#coachs_tips p{
	size:10px;
}

div#tips {
	padding-top: 2px;
	margin-left:32px;
	width: 110px;	
}

a.tips, a.tips:link, a.tips:visited {
	color: #ffffff;
	text-decoration: none;
	position: absolute;
    padding-top:10px;
}
a.tips:hover{
	text-decoration: underline;
}

#sidebar_article {
    width: 120px;
    margin: 0px 0px 10px 20px;
    font-size: 11px;
}

#sponsors {
	width: 132px;
	margin: 0px 0px 10px 20px;	
}

/*form styles */
form {
    margin-left: 50px;
}

input {
     font-size: 11px;
     border: 1px solid #000000;
}

select {
    font-size: 11px;    
    border: 1px solid #000000;
    width: 150px;
}

textarea {
    font-size: 11px;
    overflow: auto;
    border: 1px solid #000000;
}

.form_submit
{
  font-size: 10px;
  color: #000000;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  cursor: hand;
  cursor: pointer;
  width: 100px;
  height: 20px;
  text-decoration: underline;
  padding: 0px;
  margin: 0px;
  float: right;
  position: relative;
  top: -10px;
}
