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

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	line-height:30px;
	color:#221709;
	font-weight:bold;
	text-align:center;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:21px;
}
#bg {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#headercontainer {
	background-image: url(../images/upperbg.gif);
	background-repeat: repeat-x;
	height: 197px;
	width: 100%;
	overflow: hidden;
}
#header {
	background-image: url(../images/header.jpg);
	height: 197px;
	width: 736px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 596px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-right: 70px;
	padding-left: 70px;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 102px;
	width: 736px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
