/* CSS Document */

body	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	margin:0;
	text-align:center;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#5c71a5;
	}
	
*	{
	margin:0px;
	padding:0px;
	}

#wrapper	{
	width:877px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#FFFFFF;
	}

#contentWrap	{
	width:866px;
	text-align:left;
	margin-left:5px;
	margin-right:5px;
	}

#header	{
	width:866px;
	height:104px;
	background-image:url(../images/BetterMMStitle.gif);
	background-repeat:no-repeat;
	}
#content	{
	width:866px;

	}

#leftCol	{
	width:204px;
	float:left;
	font-size:.90em;
	}
#centCol	{
	width:630px;
	float:right;
	margin-right:15px;
	font-size:.92em;
	}
#clearfix	{
	clear:both;
	float:none;
	height:0px;
	}
#footer	{
	width:866px;
	height:39px;
	background-image:url(../images/footer.gif);
	}
	
.imgFloatRT	{
	border:0px;
	float:right;
	}
	