/* CSS Styles */

body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: black;
	background-color: #B4CFF5;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menubox {
/*	background-color: #e5f0fc; */
	background-color: red;
    border: 1px solid black;
    padding: 2px;
    line-height: 1em;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
}
#menubox a{ color: white; text-decoration: none; }
#menubox a:hover{ color: #666; text-decoration: none; }

#attention a{ color: red; font-size: 120%; text-decoration: none; }
#attention a:hover{ color: #666; text-decoration: none; }

/* Set the page width */
#header, #header2, #header3, #header4, #header5, #header6, #header7 {
	width: 900px;
    height: 226px;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top, #wrapper-content, #wrapper-footer {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: transparent url('images/StripThatFatHeader.jpg') no-repeat center top;
}
#header2 {
	background: transparent url('images/TopSecretHeader.jpg') no-repeat center top;
}
#header3 {
	background: transparent url('images/FatLossHeader.jpg') no-repeat center top;
}
#header4 {
	background: transparent url('images/BurnTheFatHeader.jpg') no-repeat center top;
}
#header5 {
	background: transparent url('images/TurbulanceHeader.jpg') no-repeat center top;
}
#header6 {
	background: transparent url('images/BMICalcHeader.jpg') no-repeat center top;
}
#header7 {
	background: transparent url('images/FreeExerciseHeader.jpg') no-repeat center top;
}


#header h1 {
	margin: 0 0px;
	padding: 0;
	line-height: 1em;
	color: #264949;
	text-align: center;
/*	font-size: 230%; */
}

#header h2 {
	margin: 0 0px;
	padding: 0;
	line-height: 1em;
 	color: black;
	text-align: center;
	font-size: 130%; 
}
#wrapper-content {
	background: white url('images/bg02-white-left.png') no-repeat left top;
} 

#content {
  	background-color: white;
    font-family: Arial, Helvetica, sans-serif;
  	font-size: 100%;
} 

#box, #box2 {
	background-color: #85C57E;
	font-size: 90%;
}

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 auto;
	background-color: #e5f0fc;
	line-height: 1em;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
}

h2 { 
	margin: 0 0px;
	padding: 0;
	line-height: 1em;
 	color: black;
	text-align: center;
	font-size: 110%; }
	
h3 { font-size: 100%; }

a:link, a:visited { color: blue; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }
