#splash {
	background: url('/static/images/splashbg.png') #fff no-repeat;
	width: 905px;
	padding-top: 97px;
	padding-left: 3px;
	margin: 0 auto;
}

#leftImage {
	float: left;
}

#sponsors {
	clear: both;
	padding-top: 10px;
}

#sponsors a {
	padding: 10px;
}

#rightDetails {
	padding-top: 60px;
	padding-left: 380px;
	padding-right: 160px;
	padding-bottom: 0px;
}

h1,h2,h3,h4 {
	color: #50766b;
}

h1 {
	font: bold 14pt Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
}

h2 {
	font: 18pt Georgia, "Times New Roman", Times, serif;
	letter-spacing: .15em;
	margin-bottom: .5em;
}
h3 {
	margin-top: 1em;
	margin-bottom: 1em;
}

a {
	line-height: 125%;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	padding-bottom: 2px;
	padding-right: 5px;
	vertical-align: middle;
}

#sponsors {
	text-align: center;
}


#enter {
	display: block;
	background: url('/static/images/button-bg.png') no-repeat;
	width: 90px;
	height: 33px;
	text-align: center;
	padding-top: 7px;
	margin-top: 15px;
}

a#enter  {
	color: #000;
}

