@charset "UTF-8";
/* CSS Document */

body {
	background-color: #001743;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
}

#wrapper {
	background: #091d44 url('splashimages/bgrd.jpg') top left no-repeat;
	width: 900px;
	height: 609px;
	margin: 20px auto 0;
}

#logo01 {
	float: left;
	margin-left: 4px;
	margin-top: 7px;
}

#content {
	clear: both;
	padding-top: 5px;
}


#headline {
	width: 700px;
}

#copy {
	width: 415px;
	float: left;
	margin-top: 15px;
}

#headline h1 {
	font-size: 3em;
	line-height: 100%;
	text-align: left;
	text-transform: uppercase;
}

#copy h2 {
	text-align: right;
	font-size: 1.8em;
	margin: 8px 0;
}

#copy p {
	text-align: right;
	font-size: 1.3em;
}

#copy .small {
	font-size: .9em;
	line-height: 1.3em;
}

#copy img.sponsor_logo {
	background-color: white;
	padding: 3px;	
}

#video {
	background-color: white;
	width: 320px;
	height: 265px;
	margin: -40px 130px 10px 0;
	float: right;
	border: 1px solid #d4c795;
	padding: 8px;
}

*html #video {
	margin-right: 65px;	
}

#content img.logo {
	margin-left: 109px;
	border: none;
}

img.sponsor_logo {
	vertical-align: middle;	
}

#footer {
	background-color: #001743;
	width: 898px;
	height: 60px;
	margin: 0 auto;
	border-bottom: 1px solid #091d44;
	border-right: 1px solid #091d44;
	border-left: 1px solid #091d44;
}

#footer p {
	color: white;
	font-size: 1.2em;
	text-transform: uppercase;
	font-variant: bold;
	padding-top: 15px;
	margin-top: 0;
	text-align: center;
}

#footer p a {
	color: white;
	text-decoration: none;
	margin: 0 5px 0 5px;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer p.small-link {
	font-size: .7em;
	padding-top: 0;
}

h1 {
	font-size: 1.1em;
	font-variant: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}

p {
	font-size: .9em;
	margin: 5px 0;
	padding: 0;
}

br {
	clear: both;
}
