@charset "UTF-8";
/* CSS Document */
p {
	font-family:Verdana;
	font-size:14px;
	line-height:21px;
}
h1 {
	font-family:Verdana;
	font-size:30px;
	line-height:36px;
	text-align:center;
	margin-top:0px;
}
h2 {
	font-family:Verdana;
	font-size:18px;
	text-align:center;
	margin-top:0px;
}
#bg {
	background-image: url(bg1.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#headercontainer {
	background-image: url(bg2.jpg);
	background-repeat: repeat-x;
	height: 298px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
}
#header {
	background-image: url(header.jpg);
	height: 298px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(contentbg.gif);
	background-repeat: repeat-y;
	width: 620px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-right: 30px;
	padding-left: 30px;
}
#footer {
	background-image: url(footer.jpg);
	height: 134px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
