body{
	text-align:center;
	margin:0px;
	padding:0px;
}
#wrapper{
	width:763px;
	text-align:left;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left:37px;
}
#header{
	width:763px;
	height:178px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	float:left;
}
#left_buttons{
	width:124px;
	float:left;
	padding-top:57px;
	text-align:right;
}
#categories{
	margin-bottom:50px;
	padding-right:16px;
	width:108px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
#categories a{
	color:#666666;
	text-decoration:none;
}
#categories a:hover{
	color:#6CB244;
	text-decoration:underline;
}

/* Set the UL to have no list item and give it a height */
#left_buttons ul {
	border: none;
	width: 124px;
	list-style-type: none;
	z-index: 1;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

#left_buttons ul li {
	/* This allows each li to line up next to each other on a single line */
	display: inline;
	/* This allows each item to be horizontal */
	float: left;
	/* This will be used later for dropdowns */
	position: relative;
	}

#left_buttons ul li a {
	/* change each anchor item to a block so that it takes up space */
	display: block;
	text-decoration: none;
	/* WIN IE5 hack */
	height: 80px;
	}

/* Hide the text on the top nav bar */
#left_buttons ul li a span {
	display: none;
	}

/* On over move the viewable portion of the image up */
#left_buttons ul li a:hover {
	background-position: 0 -80px;
	}

/* No active state here so make sure it shows the default portion of the image */
#left_buttons ul li a:active {
	background-position: 0 -80px;
	}
#left_signup a {
	background-position: 0 0;
	width: 124px;
	background-image: url(/images/lean_signup.gif);
	background-repeat: no-repeat;
	}
#left_signup a:hover, #left_signup a:active, #left_signup .selected {
	background-position: 0 -28px;
	}
#left_try a {
	background-position: 0 0;
	width: 124px;
	background-image: url(/images/lean_try.gif);
	background-repeat: no-repeat;
	}
#left_try a:hover, #left_try a:active, #left_try .selected {
	background-position: 0 -28px;
	}
#content{
	width:522px;
	float:left;
	padding-top:46px;
	padding-bottom:35px
}
#content_trainers{
	width:522px;
	float:left;
	padding-bottom:35px
}
#content_sec{
	width:512px;
	float:left;
	padding-top:20px;
	padding-left:10px;
	padding-bottom:20px
}

#lean_guarantee{
	width:310px;
	height:104px;
	background-image:url(../images/lean_guarantee.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding-left:213px;
	padding-top:15px;
	padding-right:20px;
	float:left;
}
.img_holder{
	width:110px;
	height:73px;
	float:left;
	padding:5px;
}
.img_holder a{
	display:block;
	padding:5px;
	background-color:#666666;
}
.img_holder a:hover{
	background-color:#6eb647;
}

#footer{
	width:720px;
	height:52px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	padding-bottom:20px;
}
.clear{
	clear:both;
}