/*CSS for containers that make up page layout*/

#container_2col {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	background: url(../images/fpo_pagebg.gif) left top;
	min-height: 100%;
	}
	
	
#container_inner {
	margin: 0;
	
	}
	
#masthead {		/* main image at top of page*/
	height: 100px;
	}
#masthead_main{
	height: 100px;
	width:574px;
	float: left;
	background: url(../images/masthead/masthead_01.jpg) no-repeat;
	background-position:center;
}
#masthead_right{
	height: 100px;
	width:226px;
	float: left;
	background: url(../images/masthead/stumps.jpg) no-repeat;
	background-position:bottom;
}

#pullNav {		/* Settings for links that are set into masthead */
	float: right;
	width: 226px;
	height: 22px;
	}
	
#pullNav a {		/* Settings for links that are set into masthead */
	text-decoration:none;
	border:none;
	padding:0px;
	}
#pullNav img {
	margin: 0px;
	padding: 0px;
	border:none;
}	
	
#content {
	border-top: 5px solid #e5e5e5;
}
		
#advert {
	text-align: center;
	background-color:#ffffcc;
	padding-bottom: 5px;
	padding-top:10px;
	border-bottom: 5px solid #228B22;
}

#leftCol {	/*Settings for the left column*/
		float: left;
		padding-left:4px;
		padding-bottom:10px;
		padding-right:16px;
		padding-top:10px;
		/*background: url(assets/sidebar_top.gif) repeat-x;*/
		width: 180px;
		}
#mainCol {	/*Settings for the main column*/
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		float: left;
		width: 565px;
}
		
#boxout {		/*THIS ADDS A BOX IN TOP RIGHT OF MAIN COLUMN IF ACTIVATED, LIKE A THIRD COLUMN USED FOR SPONSORS!!!!*/
		float: right;
		background-color:#FFFFFF;
		width: 147px;
		padding: 0px 0px 5px 5px;
		/*border-left: 1px solid #898989;
		border-bottom: 1px solid #898989;*/
		margin: 0px 0px 10px 10px;
		text-align:center;
		
}


#boxout img{
		padding-bottom: 10px;
		border: 0px none;
}



#footer {
		clear: both;
		/*padding: 10px;*/
		text-align: right;
		border-top: 1px solid #bbbbbb;
		margin: 10px 10px;
		}
		
#footerLeftCol {	/*Settings for the footer left column*/
		float: left;
		text-align:center;
		width: 190px;
		}
#footerMainCol {	/*Settings for the footer main column*/
		text-align:right;
		float: left;
		width: 590px;
		}
	
		
/* End of Containers */

.averages_aggregates_left_col{
	width:285px;
	float: left;

}
.averages_aggregates_right_col{
	width:285px;
	float: left;

}

