
div#wrapper {
	margin: 0em auto;
	padding-bottom: 1em;
	text-align: left;
	background: ##FFFFFF;
	position: relative;
	width: 820px;
}

#wrapper span { display: none; }
#wrapper * span { display: inline; }

div#header {
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 100px;
}

div#content {
	padding: 100px 60px 50px;
}
a {
	color: #626a39;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
#footer {
	font-size: .9em;
}
#footer address {
	padding: 10px 20px;
	display: block;
	text-align: right;
}




#section_splash div#wrapper {
	margin-top: 35px;
}
#section_splash div#content { padding: 80px 60px 0px; }
div#header a {
	position: absolute;
	top: 0px;
	left: 0px;
}
div#splashBox {
	margin: 20px auto;
}
div#splashBox br {
	clear: both;
}
div#splashBox a.welcomeImg1,
div#splashBox a.welcomeImg2 {
	display: block;
	float: left;
	background: ##FF0000;
	border: 1px solid ##51562E;
	width: 235px;
	height: 272px;
}
div#splashBox a.welcomeImg2 { width: 178px; }
div#splashBox a.centerImg { margin: 0px 18px; }
div#splashBox a img {
	width: 100%;
	height: 100%;
}
img#splash1 { background: url(../images/splash1.jpg) scroll no-repeat 0px 0px; }
img#splash2 { background: url(../images/splash2.jpg) scroll no-repeat 0px 0px; }
img#splash3 { background: url(../images/splash3.jpg) scroll no-repeat 0px 0px; }

a img { border: 0px; }
div#menu {
	padding: 35px 0px;
	text-align: center;
}
div#menu a img {
	padding: 0px 25px;
}

