@import url("layout_config.css");
/*************************************************************/
/*************************************************************/
/*************** ADJUST LAYOUT DIMENSIONS HERE ***************/
#wrapper {
	width: 941px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#left {
	float: left;
	width: 187px;
	margin: 20px;
	_margin: 20px 20px 20px 10px;
/*	background-imagek: url(../images/nav-bg.gif);*/
}
#main {
	float: left;
	width: 694px;
}

#footer {
}

#subfooter {
	font-size: 0.9em;
	background-color: #000000;
	width: 100%;
}