#header {
	display: none;
}
#outerContainer {
	background-image: none;
	/*background-image: url(../images/splashmiddle_bg.png);*/
}
#innerContainer {
	padding: 0px 10px 0px 10px;
	margin: 0px;
	min-height: 470px;
	background-image: url(../images/splashcontent.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#content {
	width: 980px;
	float: none;
}
#sidebar {
	display: none;
}
#copyright {
	background-image: url(../images/splashfooter.jpg);
}
#splashnav {
	padding: 0px;
	margin: 0px;
}
#splashnav a {
	display: block;
	float: left;
	height: 30px;
	width: 110px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #370901;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/splashnav.jpg);
}
#splashnav a .innercircle {
	display: block;
	line-height: 30px;
	height: 30px;
	width: 85px;
	padding-left: 25px;
	background-image: url(../images/navlogo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#splashnav a:hover {
	background-position: 0 -30px;
	color: #83493f;
}
#splashnav a.selected, #splashnav a.selected:hover {
	background-position: 0px -30px;
}
.splashcontent {
	margin: 10px 30px 0px 40px;
	padding: 0px;
}
.headline {
	padding: 0px;
	margin: 0px;
}
.splashcontent td.tl {
	height: 20px;
	width: 20px;
	background-image: url(../images/corners_tl.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.splashcontent td.t, .splashcontent td.l, .splashcontent td.middle, .splashcontent td.r, .splashcontent td.b  {
	background-color: #FFF;
}
.splashcontent td.tr {
	height: 20px;
	width: 20px;
	background-image: url(../images/corners_tr.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.splashcontent td.bl {
	height: 20px;
	width: 20px;
	background-image: url(../images/corners_bl.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.splashcontent td.br {
	height: 20px;
	width: 20px;
	background-image: url(../images/corners_br.png);
	background-repeat: no-repeat;
	background-position: top left;
}