* {
	margin: 0px;
}
body {
	font-family: "Trebuchet MS";
	color: #666666;
	background: #94C0FC;
}
#wrap {
	margin: 0px auto;
	width: 770px;
}
#footer {
	height: 92px;
	background: #FFFFFF;
}
#nav {
	height: 58px;
	background: url(images/nav-bg.jpg) repeat-x;
}
#photo {
	height: 263px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #CCCCCC center top;
}
#web {
	float: right;
	width: 320px;
	position: absolute;
	left: 600px;
	top: 43px;
}
#web h2 {
	color: #9CC0EF;	
}
#highlights {
	height: 183px;
	background: #d8e8fc;

}
#headerlinks {
	font: 11px "Trebuchet MS";
	height: 13px;
	position: absolute;
	color: #50A1E4;
	left: 792px;
	top: 76px;
	width: 125px;
	overflow: visible;
}
.logo {
	padding-top: 20px;
	padding-left: 26px;
}
.sponsorlogos {
	float: right;
	margin-top: 26px;
	margin-right: 22px;
}
#header {
	background: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 10px;
}
#footerinfo {
	width: 50%;
	margin-top: 38px;
	margin-left: 32px;
	font: 11px "Trebuchet MS";
	text-transform: uppercase;
	color: #E2A54B;
	float: left;
}
.highlight1 {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
.highlight2 {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
.highlight3 {
	padding-top: 10px;
	padding-left: 10px;
	float: left;

/* Navigation */
}
#nav {
	clear: both;
	margin: 0;
	padding: 0;
	height: 45px;
	text-align: center;
}
#nav ul {
	float: left;
	list-style: none;
	width: 750px;
	height: 45px;
	text-transform: uppercase;
	padding: 0;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	padding: 0 23px 0 22px;
	border-right: 1px solid #E2A54C;
	border-left: 1px solid #F5C178;
	font: bold 16px/45px "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #FCFCF9;
	width: auto;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #CC6600;
#header a:link, a:hover, a:active, a:visited {
	color: #1280CC;
	text-decoration: none;
}

