/* CSS Document */

* {
	margin: 0 0 0 0;
	border: none;
	padding: 0 0 0 0;
}


BODY {
background: #dedede url(../img/bgbluegrad.png) repeat-x; }


#logo {
	position:absolute;
	z-index:3;
	left: 23px;
	top: 19px;
}

#merrittlogo {
	position:absolute;
	z-index: 3;
	left: 43px;
	top: 275px;
}

#title {
	position: absolute;
	z-index: 9;
	left: 201px;
	top: 122px;
	}
	
#head {
	position: absolute;
	z-index: 9;
	left: 200px;
	top: 44px;
	}
	

#menu {
	width: 100%;
	height: 2em;
	margin: 1em 0 1em 0;
	margin-left: auto;
	margin-right: auto;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	}
	
#menu ul li {
	position: relative;
	text-align: center;
	font-weight: bold;
	float: left;
	width: 19%;
	line-height: 2em;
	color: #black;
	background-color: white;
	margin: 0 2px 0 2px;
	background-color: white;
	font-size: .8em;
}
		
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	}

#menu ul li a:hover {
background-color:#CCCC00; color: white;}


#eventinfo {
	position: absolute;
	width: 593px;
	z-index: 9;
	padding: 0;
	margin: 0;
	left: 205px;
	top: 316px;
	height: 325px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	


#eventinfo P { margin: 0 0 .5em 1em; }
#eventinfo h3 {margin: 1em 0 .5em 0; }

#city {
	position: absolute;
	left: -64px;
	z-index: 2;
	top: 950px;
}
