@charset "utf-8";
/* CSS Document */

#container {
	width: 900px;
	background: #000000;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	padding-bottom: 15px;
}#banner {
	position: relative;
	height: 238px;
	width: 900px;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 10px;
	text-align: center;
	font-size: xx-large;
}
#menu {
	height: 35px;
	width: inherit;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#contact {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#footer {
	background-color: #FFFFDF;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	margin-bottom: 5px;
}

