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

h1 {
	font-family:verdana, arial;
	font-size:30px;
	line-height:36px;
	text-align:center;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#383838;
}
#bg {
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	height: 337px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	background-image: url(../images/header2.jpg);
	height: 206px;
	width: 680px;
	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;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-right: 40px;
	padding-left: 40px;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 128px;
	width: 680px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
