/***************************************************************************

* Lean Body Fitness - Design 1 *

***************************************************************************/

* {
padding:0;
margin:0;
}

body {
	color: #000;background-color:#fff;
    font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:100%;
width:65%; min-width:650px;
	margin:0 auto;
	}
	
p { 
font-family:Verdana,Tahoma,Arial,sans-serif;
font-size:100%;
color: #000;background-color:transparent;
line-height:1.2em;padding-bottom:1.3em;
}

li, dd {margin-left:2em;line-height:1.2em;margin-bottom: 1em;margin-top:1em;}

a {
	color: #4794b0;background-color: #fff;
	font-weight: normal;
	text-decoration: underline;
	}

a:hover {
	color: #4794b0;	background-color: #fff;
	font-weight: normal;
	text-decoration: none;
	}

#container{
	margin:0 auto;
	width:100%;
	}

#slogan {
	float:left;
	height:115px;width:150px;
	padding:6px;
	color: #4794b0;
	background: #fff url(images/logo_lean.jpg) no-repeat top left;
	font-size:100%;
	font-style:normal;
	font-weight: normal;
	text-align:left;
	}
#slogan2 {
	float:right;
	width:50%;height:115px;
	padding:6px;
	color: #4794b0;
	background: #fff;
	font-size:100%;
	font-style:normal;
	font-weight: normal;
	text-align:left;
	}
	

#navbar { 
	clear:both;
	float:left;
	color:#000;background-color:#ccc;
	width:100%;
	}
 
#navbuttons {
	float:left;
	text-align:left;
	color:#000;background-color: #fff;
	margin-bottom: 0px;width:100%;
	}

#navbuttons ul {
	list-style:none;
	margin: 5px;
	padding: 0; 
	}

#navbuttons li {
	display: inline;margin-left:0;
	} 


#navbuttons a:link, #navbuttons a:visited {
	color:#eee;background-color:#4794b0;
	font-size:1em;
	padding: 2px 10px 2px 10px;
	text-decoration: none;border:#4794b0 solid 1px;
	}

#navbuttons a:hover {
	padding: 2px 10px 2px 10px;
	color:#000;background-color:#fff;
	border: 1px solid #000;
	}
	
#navbuttons a:active, #navbuttons a:focus {
	color:#000;background: #fff;border:#000 solid 1px;
	}

#maincontent {
	color:#000; background: transparent url(images/watermark.jpg) no-repeat;
	background-position:top center;
	float:left;
	width:100%;
	font-size:100%;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	padding-left:10px;	padding-right:10px;
	}


.mainlistli{
	color:#1A3640;background-color:transparent;
	font-family:Verdana,Tahoma,Arial,sans-serif;font-size:100%;font-weight: bold;margin-left:2em;
	line-height:1.2em;margin-bottom: 1em;
	}

#maincontent h2 {
	color:#4794b0;background-color:transparent;
	font-size:110%;margin-top:0.8em; margin-bottom:0.5em;
	}

#maincontent h3 {
	color:#1A3640;background-color:transparent;
	font-size: 100%; margin-bottom:30px;margin-top:30px;line-height:1.2em;
	font-family:Verdana,Tahoma,Arial,sans-serif; font-weight:bold;
	}


#footer {
	color:#333333;background-color:#fff;
	margin-top:10px;
	font-size:85%;
	width: 100%;
	text-align:center;
	clear:both;
	border-top:1px solid #4794b0;
	}
