/* 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;
}

/* Set the page width */
#header {
	width: 900;
	margin: 0 auto;
	height: 226px;
	text-align: left;
}

#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; }

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

#header {
	background: transparent url('images/RealWeightLossHeader.jpg') no-repeat center top;
}

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

#header h2 {
   	margin: 0 0px;
	padding: 0;
	line-height: 2em;
	color: black;
	text-align: center;
	font-size: 130%; 
}

#content {
  	background-color: white; 
	line-height: 1em;
	padding: 10px;
	font-size: 100%; 
} 

#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;
}
h1 {
  	margin: 0 0px;
	padding: 0;
	line-height: 1em;
	color: #264949;
	text-align: center;
 	font-size: 175%;
}
h2 { 
	margin: 0 0px;
	padding: 0;
	line-height: 1em;
	color: #264949;
	text-align: center;
	font-size: 155%; 
}
h3 {
	margin: 0 0px;
	padding: 0; 
	line-height: 1em;
	color: #264949;
	text-align: center;
	font-size: 120%;
	background-color: yellow;
	}

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