@charset "UTF-8";
/* CSS Document */

h1 {
	font-family:verdana, arial;
	font-size:30px;
	line-height:36px;
	text-align:center;
}
h3 {
	font-family:verdana, arial;
	font-size:22px;
	color:#003366;
	line-height:25px;
	text-align:center;
}
h4 {
	font-family:verdana, arial;
	font-size:18px;
	color:#cc0000;
	line-height:24px;
	text-align:center;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:21px;
	color:#383838;
}
#bg {
	background-color: #16374e;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	height: 226px;
	margin-top: 0px;
}
#headerseenon {
	background-image: url(../images/header_as-seen-on.jpg);
	height: 247px;
	width: 810px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#header {
	background-image: url(../images/header.jpg);
	height: 226px;
	width: 810px;
	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: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-right: 80px;
	padding-left: 80px;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 162px;
	width: 810px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
