@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: #141d32;
	background-image: url(../images/bgtop.gif);
	background-repeat: repeat-x;
	height: 190px;
	margin-top: 0px;
}
#footercontainer {
	background-image: url(../images/bgbottom.gif);
	background-repeat: repeat-x;
	height: 116px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 116px;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#header {
	background-image: url(../images/header.jpg);
	height: 190px;
	width: 740px;
	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: 70px;
	padding-left: 70px;
}

