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

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:21px;
	text-align:left;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	line-height:40px;
	text-align:center;
}
#bg {
	background-color: #222222;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	background-image: url(../images/header.jpg);
	height: 242px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 60px;
	padding-left: 60px;
	overflow: hidden;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 164px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
