body {
	padding-top: 35px;
}

#splashTop {
	background: url('/static/images/slideshowheader.jpg') no-repeat;
	height: 240px;
	width: 851px;
	margin: 0 auto;
	font-family: "Myriad Pro", "Arial", "Helvetica", sans-serif;
	color: #fff;
	line-height: 0;
}

#splashTop h1 {
	padding-top: 30px;
	margin-left: 10px;
	font-weight: normal;
}

#splashTop h2 {
	padding-top: 46px;
	padding-bottom: 22px;
	margin-left: 15px;
	font-size: 14pt;
	font-weight: normal;
}

#splashTop a {
	line-height: 125%;
	color: #fff;
}

#splashTop a img {
	vertical-align: middle;
	padding-right: 5px;
	padding-bottom: 4px;
}

#splashBot {
	background: url('/static/images/entranceBotBG.png');
	height: 149px;
	width: 851px;
	margin: 0 auto;
	padding: 20px;
}

#splashBot h2 {
	margin-bottom: 8px;
	font: bold 16pt "Myriad Pro", "Arial", "Helvetica", sans-serif;
	color: #fff;
	letter-spacing: 2px;
}
#splashBot p {
	margin: 0 5px;
}

a#enter {
	background: url('/static/images/enterbutton.png');
	display: block;
	width: 191px;
	height: 34px;
	text-align: center;
	margin: 20px auto;
	color: #fff;
	font: bold 14pt "Myriad Pro", "Arial", "Helvetica", sans-serif;
	letter-spacing: 1px;
	padding-top: 7px;
}

div#buttonBar {
	background: #997000;
	line-height: 100%;
	text-align: center;
	padding: 5px;
}
