body {
	font-family: Arial, Trebuchet MS, verdana, arial, helvetica;
	text-align:center;
	background: url(images/blueBackground.jpg);
}

/**********************************/
/**                              **/
/** Settings for the page layout **/
/**                              **/
/**********************************/    

/** Settings for the page layout areas that need to resize **/
#page, #header, #main {
	width: 1000px;
	margin-left:auto; 
	margin-right:auto;
/* the header image text color: ee8f00 */
}

#page {
	background-color: #ffe4b5;
}

/** settings for the header **/
#header {
	height: 250px;
	background: url(images/headerBG.jpg) no-repeat;
	z-index: 0;
}

/** Settings for the navigation **/
div#nav {
	z-index: 1;
}
div#nav ul, div#footer ul, div#sponsors ul {
	list-style: none;
}
div#nav ul li {
	float: left;
	margin-top: 221;
}
div#nav ul li a {
	FONT-WEIGHT: bold; 
        FONT-SIZE: 14px; 
	background-color: #ee8f00;
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
        text-decoration: NONE;
	display: block;
	padding: 5px 15px 5px 15px;
	margin: 0px 5px 0px 5px;
}
div#nav ul li a.selected {
	background-color: #ffe4b5;
}

/** settings for the sponsors **/
div#sponsors {
	float: right;
	padding: 40px 20px 40px 0px;
	width: 200px;
	text-align: center;
}
img.sponsor {
	border: 0px;
        display: block;
        margin-left: auto;
        margin-right: auto;
	margin-bottom: 5px;
	margin-top: 0px;
}

/** settings for the main area of the page **/
div#main {
	float: left;
	text-align: left;
	font-size: 85%;
	width: 720px;
	line-height: 125%;
	padding: 40px 20px 40px 20px;
}

/** settings for the footer **/
div#footer {
	clear: both;
	background: url(images/footer.jpg) no-repeat;
	width: 340px;
	height: 45px;
	align: center;
	margin-left: auto;
	margin-right: auto;
}

/** settings for content **/
h1 {
	margin: 0px;
}
a {
	color: #104E8B;
}

