@charset "utf-8";
#container {
	margin: auto;
	padding: auto;
	height: auto;
	width: 900px;
}
#top_banner {
	height: 424px;
	width: 900px;
}
#menu {
	height: 173px;
	width: 900px;
}

#text {
	padding-left: 35px;
	padding-right: 35px;
	height: auto;
	width: auto;
}
#footer {
	background-image: url(images/bottom_bar.jpg);
	height: 69px;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #000000;
}
#footer_text {
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 25px;
}
