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

#container {
	width: 968px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	font-size: 14px;
	background-color: #FFFDDE;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}#banner {
	background-image: url(images/CMAC-Banner.gif);
	height: 144px;
	width: 968px;
	position: static;
}
#banner_left {
	float: left;
	width: 684px;
	font-size: 10px;
	font-weight: bold;
}
#banner_right {
	float: right;
	width: 284px;
}
#info_bar {
	background-color: #FFFDDE;
	color: #900;
	border: medium solid #FFFFFF;
}
#left_column {
	float: left;
	width: 480px;
	background-color: #FFFDDE;
	position: static;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
#right_column {
	float: right;
	width: 480px;
	background-color: #FFFDDE;
	position: static;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	text-align: justify;
}
#container #column_container #right_column p {
	font-size: 12px;
}
#footer {
	text-align: center;
	padding: 1px;
	width: 968px;
	position: static;
	bottom: auto;
	float: left;
	vertical-align: middle;
	height: 30px;
}
