@charset "UTF-8";

body
{
	background-color: #032440;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 0;
	margin: 0;
}

a:link, a:visited, a:hover, a:active
{
	color: #000;
	font-weight: 400;
	text-decoration: underline;
}

img { border: 0; }

h1#logo
{
	background-image: url("/images/header.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 0;
	margin: 0;
	padding-top: 84px;
	overflow: hidden;
	width: 100%;
}

div#contain
{
	background-image: url("/images/yellow.png"); /* #fbd250 */
	height: 752px;
	margin:0 auto;
	padding: 10px;
	position: realtive;
	width: 780px;
}

p#footer
{
	clear: both;
	height: 38auto;
	margin: 7px auto 0;
	padding: 11px 0 0 0;
	text-align: center;
	width: 751px;
}

span#footerText
{
	display: block;
	letter-spacing: -1px;
	padding-top: 5px;
}

