#sitewrapper {
	/*the background colour here will be seen in the left nav*/
	background-color: #fff;
	text-align: left;
	margin: 0 auto;
	width: 1000px;
}
#container {
	/*the background colour here will be seen in the left nav*/
	background-color: #fff;
	text-align: left;
	width: 1000px;
	float: left;
	margin: 0;
	padding: 0;
	/*background-image: url(../images/leftnav_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	*/
}
#branding {
	width: 100%;
	background-color: white;
	
}
#columnswrapper {
	margin: 0px;
	padding-top:15px;
}
#featurenav {
	display: inline;
	float: left;
	/* total of width and margins
	should equal left nav size */
	margin: 0px;
	width: 160px;
	background-color:#fff;
}

#contentarea {
	/*width: 468px;*/
	width: 485px;
	display: inline;
	float: left;
	margin: 0 5px 17px 5px; /* left padding bad on forum page -move to fnav rhs instead */
}

.subIndexItem {
width:100%;
overflow:hidden;
}

.subIndexItem div.pic{
float:left;
margin:5px;
}

.landingSection {
width: 225px; 
float: left; 
}

.landingSection h3{
text-align:center;
font-size:120%;
padding-top: 1px; 
padding-bottom: 1px;
}

.landingSection h4{
text-transform:none;
}

#mpu {
position:absolute;
text-align: center;
margin:-230px 0pt 0pt 300px;
}


#CAsubsPromo {
	position: absolute;
	margin: 80px 0 0 160px;
	width: 581px;
	height: 100px;
	padding:4px;
	border: 1px solid #8788af;
}

#CAsubsPromo h3{
font-size:120%;
}

#CAsubsPromo img{
float:right;
}

#promotions {
	background-color: #fff;
	float: right;
	width: 120px;
	margin: 0 12px 0 0;
	padding: 0px;
}


#commercial {
	float: right;
	width: 120px;
	margin: 0px 0 0 0;
}

#legal {
	padding: 10px 0;
	width: 100%;
	background-color: #779CCA;
	text-align: center;	
}

