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

#bg {
	background-color: #000000;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}
#header1 {
	background-image: url(header.jpg);
	margin-right: auto;
	margin-left: auto;
	height: 159px;
	width: 750px;
}
#navcontainer {
	height: 23px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#header2 {
	background-image: url(header2.jpg);
	height: 47px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(contentbg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 680px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 35px;
	padding-left: 35px;
	overflow: hidden;
	text-align: center;
}
#headline {
	background-image: url(headline.html);
	height: 129px;
	width: 599px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#footer {
	background-image: url(footer.jpg);
	height: 100px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	overflow: hidden;
}
