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

body {
	background-color: #B6E2FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 auto;
}

#wrapper {
	margin: 0 auto;
	margin-top: 20px;
	width: 800px;
	height: auto;
	background-color: white;
	border: 1px solid black;
}

#header {
	height: 100px;
	width: 800px;
	background-image: url(../images/SponsorHeader.jpg);
}

#sponsorlinkbar {
	height: 30px;
	width: 800px;
	background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
}

#contentarea {
	height: 820px;
	width: 750px;
	
	margin-top:40px;
}

#footergap {
	height: 5px;
	width: 800px;
	text-align: center;
}

#footer {
	height: 30px;
	width: 800px;
	border-top: 1px dashed black;
	padding-top: 10px;
}

.footer {
	font-size: 11px;
}

.backbutton a:link {
	color: #0033CC;
	text-decoration: none;
}

.backbutton a:visited {
	text-decoration: none;
}

.backbutton a:hover {
	text-decoration: underline;
}

.backbutton a:active {
	text-decoration: none;
}