@charset "utf-8";
/* CSS Document */

#container {
	width: 802px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	color: #0C0;
	background-color: #eaeaea;
	background-repeat: repeat;
}
#banner {
}

#header {
	background-image: url(images/logo_background.jpg);
	height: 24px;
	width: 730px;
	padding-top: 96px;
	padding-left: 72px;
}
#main {
	background-color: #FFF;
	height: auto;
	width: 802px;
}
#footer {
	background-image: url(images/footer1.jpg);
	height:100px;
	width: 802px;
}
