/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	/*background-image: url(images/background.png);
	background-color: #B5DE29;*/
	background-repeat: repeat-x;
}

ul { list-style: none inside; }
	ul#menu li {
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		font-variant:small-caps;
		color: #EEEEEE;
		width: 800px;
		display:inline;
		padding-right: 30px;
		}
		ul#menu a {
			color:	#000000;
		}
		ul#menu a:hover{
			color: #EE0000;
			text-decoration: none;
		}
p {
	font-size: 11px;
	line-height: 1.5em;
	color:#4444;
}
a {
	outline: none;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
 }
 
a:hover{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


h1 {
	font-family: Georgia, serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #a69028;
}

h2 {
	font-familt: Georgia, serif;
	font-size: 16px;
	margin-top: 30px;
}
	
/* END RESET */

#AlternativeContent {
	margin: 0 auto;
	margin-top: 300px;
}

img {
	margin-right: 20px;
}

#page-wrap {
	margin: 0 auto;
	width: 800px;
	height: auto;
	border: 3px solid #222222;
	background-color: #ffffff;
	margin-top: 20px;
	margin-bottom: 30px;
}

#page-wrap-2 {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}


#header {
	background-image: url(images/covert-header.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 300px;
}
#content {
	padding: 15px;
}

caption {
	text-align: left;
	margin-top: 15px;
	font-weight:bold;
}

td {
	padding: 7px;
}

.sponsor-text {
	text-align: left;
	margin-left: 30px;
	}
	
#sponsor-bar {
	width: 1000px;
}
