/* CSS Document */
body {
	background-color:#222222;
	font-family:arial, helvetica, sans-serif;
	color:#000000;
	font-size:medium;
}
.holder {
	position:relative;
	left:0px;
	top:20px;
	width:900px;
	height:530px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}
.nav {
	position:absolute;
	left:203px;
	top:9px;
	width:696px;
	height:47px;
	z-index:3;
}
.bgImage {
	position:absolute;
	background-image:url(../graphics/eventbkgrnd2.jpg);
	background-repeat:no-repeat;
	left:203px;
	top:70px;
	width:693px;
	height:462px;
	z-index:2;
	overflow-x: hidden;
	overflow-y: auto;
}



.text {
	position:absolute;
	left:214px;
	top:77px;
	width:628px;
	height:430px;
	z-index:2;
	padding-right: 1em;
	overflow:auto;
}


.left {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:181px;
	z-index:1;
}

.leftbottom {
	position:absolute;
	left:2px;
	top:442px;
	width:200px;
	height:72px;
	z-index:1;
}

.events {
	position:absolute;
	left:0px;
	top:180px;
	width:200px;
	height:254px;
	z-index:2;
	
}

a:link {
color: #000000;
}
a:hover {
color: #333333;
}
a:visited {
color:#333333;
}
a:active {color:#000000;}

