@charset "utf-8";
/* CSS Document */

#container {
	width: 1024px;
	background: #000000;
	padding-left: 3px;
	padding-right: 0px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}#banner {
	background-image: url(../Assets/Design%20Images/Web2banner5.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 1024px;
}
#text_links {
	height: 40px;
	width: 1024px;
}
#left_column {
	float: left;
	width: 200px;
}
#column_container {
	float: left;
	width: 824px;
}
#right_column {
	float: right;
	width: 180px;
}
#center_column {
	width: 624px;
	padding-right: 10px;
	padding-left: 10px;
}
#copyright {
	background-image: url(../Assets/Design%20Images/Footer.jpg);
	width: 1024px;
	height: 50px;
}
