@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

#wrapper{
	width:969px;
	margin:0 auto;
}

#content{
	width:954px;
}

#decision_support{
	width:954px;
	height:430px;
}

#secondary_wrapper{
	width:954px;
}

#secondary_left_column{
	width:452px;
	float:left;
	margin-bottom:30px;
}

#secondary_right_column{
	width:452px;
	float:right;
	margin-bottom:30px;
}

#footer{
	clear:both;
	width:954px;
	height:100px;
}