
body {
    margin: 0;
    padding: 0;
	font: 76% "Trebuchet MS",arial,sans-serif;
	color: #333;
}
html {
    margin: 0;
    padding: 0;
    background: url(images/background.png) top right repeat;
    color: #000000;
    }

* html #footer {
	height:1px;
}

#wrap {
	background: #fff;
	margin:0 auto;
	margin-top: 40px;
	width:800px;
	border: #666; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	
   }

#topbanner {
	background: url(images/BodyBalance.jpg) top right no-repeat;
	height: 150px;
	width: 770px;
	border: #ffffff; 
	border-style: solid;
	border-width: 3px;
}

#topmenu {
	background: #ffffff;
	width: 800px;
	margin-top: 10px;
	height: 26px;
	color: #666666;
}

#topmenu table {
	padding-left: 4px;
	padding-right: 4px;
	border-spacing: 0px;
	border-width: 0px;
}

#topmenu a {
	color: #666666;
	margin-left: 4px;
}

#topmenu a:hover {
	color: #000000;
	text-decoration: none;
}

#mainleftpanel {
	width: 550px;
	margin-top: 35px;
	margin-left: 15px;
	margin-bottom: 20px;
	float: left;
	background: #fff;
}

#mainrightpanel {
	width: 200px;
	margin-right: 15px;
	margin-top: 35px;
	margin-bottom: 35px;
    float: right;
	background: #fff;
	text-align: center;
}

img {
	border: #666; 
	border-style: solid; 
	border-width: 1px; 
}

p {
	margin-left: 0.3cm;
	margin-right: 0.3cm;
}

h1 {
	color: #666666;
	line-height: normal;
	margin-top: 0.2cm;
	margin-bottom: 0.2cm;
	margin-left: 0.3cm;
	text-align: left;
	font-size: 120%;
	font-weight: normal;
}

h2 {
	color: #666666;
	line-height: normal;
	margin-top: 0.2cm;
	margin-bottom: 0.2cm;
	margin-left: 0.3cm;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}

a {
	color: #666666;
	text-decoration: none;
}

#mainleft {
	background: #fff;
	margin-top: 25px;
	margin-left: 15px;
}

#mainleft a {
	text-decoration: none;
}

#mainleft td.top {
	vertical-align: top;
}

#mainright {
	background: #fff;
	margin-top: 25px;
	margin-right: 15px;
}
#mainright a {
	text-decoration: none;
}

#mainright td.top {
	vertical-align: top;
}

div#menu{width:100%;overflow:auto;background: #fff;padding-top: 5px; border-bottom: 1px solid #666;}
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{padding-left:10px}
ul#nav li{float:left;width:110px;height:25px;margin-right:2px;text-align: center;}
ul#nav a{float:left;width:110px;height:25px;text-decoration:none;background: #bff2e4;color: #666;padding-top:3px;}
ul#nav li.active a,ul#nav a:hover{color: #000}
ul#nav li.active a{background:#b1d9ce; color: #666}

#footer {
	background: #bff2e4;
	margin: 25px 15px 15px;
	width: 762px;
	text-align: center;
	font-size: 80%;
	padding: 5px;
	clear: both;
	color: #666;
}

#footer a {
	color: #666;
}

#content {
	float: right;
	width: 600px;
	padding:10px;
	background: #e9f6f3;
	margin-top: 25px;
	margin-right: 15px;
}

#content table {
	margin-left: 10px;
}


#leftbox {
	clear: both;
	float: left;
	width: 135px;
	margin-left: 15px;
	margin-top: 15px;
	background: #e9f6f3;
	text-align: left;
}

#leftbox a {
	color: #666666;
	text-decoration: none;
}



