@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #1D3D29;
}
#outer_wrapper {
	position:relative;
	background-color: #FFFFFF;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	width: 920px;
	height: 114px;
	background-image: url(../images/splash_banner.jpg);
	background-repeat: no-repeat;
}
#navbar {
	width: 920px;
	height: 30px;
	background-image: url(../images/splash_navbar.gif);
	background-repeat: no-repeat;
}
#content {
	width: 920px;
	background-image: url(../images/splash_page_repeat.gif);
	background-repeat: repeat-y;
}
#content h1 {
	font-size: 20px;
	margin-left: 24px;
	margin-top: 0px;
	margin-right: 40px;
	color: #C6691B;
	line-height: 120%;
	margin-bottom: 10px;
}
#content p {
	font-size: 12px;
	margin-left: 24px;
	margin-right: 40px;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #420042;
	text-align: center;
}
#footer {
	width: 920px;
	background-image: url(../images/splash_footer.gif);
	background-repeat: no-repeat;
	height: 36px;
}
