@charset "utf-8";
/* CSS Document */
html {
	margin:0px;
	padding:0px;
}

/* Content Containers */

#flashMessage{
	position:relative;
	padding:3px;
}

#flashMessageContent{
	background-color:#babf62;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}

#mainContent{
	position:relative;
}

#contentLeft{
	margin: 0 auto;
	width:183px;
	min-height:600px;
	background-image:url(/img/site/img-logo.png);
	background-repeat:no-repeat;
}
#contentSpacer {
	margin:0 auto; 
}
#contentLinks{
	margin:0 auto;
	width:100%;
	background:url(/img/site/img-link-slide-bg.png);
}
#contentLinksBottom{
}
#contentLinksWeather{
	margin:0 auto;
	background:url(/img/site/bg-weather.png);
	background-repeat:no-repeat;
	width:197px;

}
#weather{
	padding:12px 12px 0px 12px;
}
#contentTop{
	padding:0px;
	margin:0px;
	height:41px;
	clear:both;
	background:url(/img/site/img-member-login.png);
}
#contentTopTop{
	margin-left:400px;
	padding:5px;
	top:8px;
}
#contentTopBottom{
	padding:0px;
	margin:0px;
	height:21px;
}

/* CONTAINERS */
#container1{
	width:100%;
	
}
#container2{
	width:1070px;
	margin:0 auto;
}
#container3{
	width:220px;
	float:left;
	background:url(/img/site/bg-nav.png);
}
#container4{
	width:850px;
	float:left;
}
#container5{
	width:845px;
	height:62px;
	background:url(/img/site/bg-top.jpg);
	float:left;		
	}
#container6{
	width:850px;
}
#container7{
	width:850px;
	min-height:500px;
	background:url(/img/site/top-bg.png) repeat-y;
	position:relative;
	padding:5px;
	}
#container8{
	height:25px;
	width:850px;
	
}
#container9{
}
#container10{
}
