/* Express Fit styling */
#main {
	text-align:center;
	margin:0 auto;
	color:#09f;
	font:normal 12px/1.2em Arial, Helvetica, Verdana, sans serif;
}

#wrap {
	margin:5px auto;
	width:600px;
	height:722px;
	border:2px solid #f93;
}

#header {
	clear:both;
	margin:7px auto;
	width:590px;
	height:150px;
}

#leftcol {
	float:left;
	width:400px;
}
	#leftcol p {
		font-size:2em;
		line-height:1.2em;
		font-weight:bold;
	}
	#diff {color:#f93;}
		#leftcol p span {
			font-weight:bold;
			color:#f93;
		}
	#leftcol p#infofit {
		font-size:1.1em;
		text-align:right;
	}
	#leftcol ul {
		list-style-type:none;
		text-align:justify;
	}
	#leftcol li {margin:1em 0;}
		#leftcol li span {
			font-weight:bold;
			font-size:1.1em;
			color:#f93;
		}

#rightcol {
	float:left;
	width:200px;
	height:450px;
	text-align:justify;
}
	#rightcol ul {
		list-style-type:none;
		text-align:left;
	}
	#rightcol li {
		clear:both;
		margin-top:7px;
		height:50px;
	}
		#rightcol li span {
			font-weight:bold;
			color:#f93;
			margin-top:15px;}
	#rightcol img {
		width:50px;
		height:auto;
		float:left;
		margin-right:8px;
	}

#footer {
	clear:both;
	width:600px;
	height:100px;
	position:relative;
	top:-20px;
	color:#fff;
	background:transparent url(/expressfit/images/cmg-expressfit-footer.gif) 0 0 no-repeat;
}
	#ftr1, #ftr2 {
		font-size:1.1em;
		text-align:left;
		position:relative;
		top:60px;
		left:30px;
	}
	#ftr2 {top:48px;}