

#container {
	position: relative;
	width: 702px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
}

#header {
	
	border-bottom: 6px solid #FFFFFF;
	padding: 6px 0px 6px 0px;
	margin: 0px 0px 6px 0px;
}
#content {
	position: absolute;
	left: 144px;
	top: 130px;
	width: 560px;
	
	background-color: transparent;
}
#content #main {
	padding: 0px 10px 0px 10px;
	background-color: #000000;
}

#navigation {
	position: absolute;
	left: 0px;
	top: 129px;
	width: 140px;

	background-color: #000000;
	
}
#footer {
	background-color: #000000;	
	padding: 10px;
	margin-bottom: 100px;	
	text-align: right;
}

.events td {
	padding: 4px 7px 2px 0;
	
}
.events th h2{
	border-bottom: 1px solid #bfbfbf;
	padding: 4px 0;
	margin: 8px 0;
}
#header a:hover {
	background-color: transparent;
}
#flashMessage {
	padding: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	background-color: #fff200;
	color: #662d91;
}