* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
}

p { margin: 0 0 10px 0; }

a { color: #666; }
a:hover { color: #000; }

option { padding-right: 8px; padding-left: 5px; }
input, option, select { font-family: Tahoma; }

#container {
	width: 960px;
	margin: 0 auto;
}

#menu {
	background: url(/images/menuBG.jpg) top left no-repeat;
	height: 585px;
	width: 169px;
	float: left;
	text-align: right;
	padding: 10px 10px 0 0;
	margin: 0 3px 0 0;
}

#menu p {
	margin-bottom: 5px;
}

#menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#menu a:hover { text-decoration: underline; }

#col1, #col2, #col3 {
	float: left;
	text-align: left;
	height: 402px;
	margin-top: 2px;
}

#col1 {
	width: 292px;
	height: 382px;
	padding: 10px;
}

#col2 {
	width: 286px;
	background-color: #c4c4d0;
}

#col2 p {
	padding: 5px;
}

#col3 {
	width: 178px;
	background-color: #85a670;
	margin-left: 2px;
}

#col3 p {
	padding: 0 10px;
	color: #fff;
}

#col3 p.eventDate {
	margin-bottom: 0;
	font-weight: bold;
	color: #e5ffe5;
}

#col3 p.eventText { border-bottom: 1px solid #fff; padding-bottom: 10px; }

#memories {
	float: left;
	text-align: left;
	width: 597px;
	height: 185px;
	margin: 1px 2px 0 1px;
}

#memories div {
	margin-left: 10px;
	height: 157px;
}

#memories table td {
	padding: 0 10px;
	border: 5px solid #2b3044;
}

#sponsors {
	height: 186px;
	width: 178px;
	text-align: center;
	float: right;
}

#sponsors div {
	border: 2px solid #85a670;
	width: 174px;
	height: 150px;
}

#footer {
	background: url(/images/footerBG.gif) repeat-x;
	height: 4px;
	width: 781px;
	float: right;
	margin-top: -4px;
}
#col3 p.eventText a {
	color: #fff;
}