@charset "UTF-8";
/* CSS Document */

#container {
	width: 775px;
	margin: 0px auto 0px auto;
	
}

#links {
	float:left;
	width: 775px;
	height:34px;
	background-color:#000000;
}

#header_left {
	float: left;
	width:334px;
	height:280px;
}

#header_right {
	float: right;
	width: 441px;
	height:280px;
}

#content {
	float:left;
	width: 775px;
	background-image:url(../images/bg_content.gif);
	background-repeat:repeat-y;
}

#single_column {
	float:left;
	width:775px;
	background-image:url(../images/bg_single_column.gif);
	background-repeat:repeat-y;
}

#home_copy {
	float:left;
	width:497px;
/*	height:330px*/;
}

#home_sidebar {
	float:left;
	width:278px;
	height:301px;
}
/*
#home_gutter {
	float:left;
	width:10px;	
}
*/
#home_stats {
	float:left;
	width:278px;
	height:170px;
	background-image:url(../images/home_stats.gif);
	background-repeat:no-repeat;

}

#home_maps {
	float:left;
	width:278px;
	height:157px;
	background-image:url(../images/home_maps.gif);
	background-repeat:no-repeat;
}

#footer {
	float:left;
	clear:both;
	width:775px;
	height:195px;
	background-color:#000000;
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
}

#footer_left {
	float:left;
	width:222px;
	height:195px;
}

#footer_center {
	float:left;
	width:301px;
	height:195px;
}

#footer_right {
	float:left;
	width:252px;
	height:195px;
}
