@charset "utf-8";
/* Dancing Bodies Cascading Style Sheet 08-04-2010 Developed by Greig Bosworth */
body {background:#000000 url('images/bg.jpg') no-repeat left top;}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
}

.eventsheader {
	font-weight:800;
	color: #0BBF16;
	font-size: 1.5em;
}

#righttext1 {
	width:305px;
	margin-left:350px;
	margin-top: 0px;
	font-size: 1em;
}

/* Video container  */
#eventsvideocontainer {
	position:absolute;
	z-index:2;
	margin-left: 335px;
	margin-top: -208px;
}


#eventsmenucontainer {
	
	width:500px;
	margin-left:80px;
	margin-top: 145px;
	font-size: 0.8em;
}

#menucontainernewpage {
	
	width:500px;
	margin-left:80px;
	margin-top: 190px;
	font-size: 0.8em;
}

/* XML SLideshow  */

#eventsxmlslideshow {
	
	width:400px;
	height:115px;
	margin-left:63px;
	margin-top: 141px;
}


#eventstextcontainer {
	
	width:305px;
	margin-left:260px;
	margin-top: 30px;
	font-size: 0.8em;
}

#box {
	width:380px;
	height:300px;
	margin-left:530px;
	margin-top: -170px;
	font-size: 0.8em;
	padding: 10px 10px 10px 10px;
}

#footer {
	width:400px;
	height:30px;
	margin-left:50px;
	margin-top: -65px;
	font-size: 0.8em;
	padding: 5px 5px 5px 5px;
	font-size:0.6em;
	color: #0BBF16;
}





/* Hyperlinks/Anchors */
a {
	font-size: 0.9em;
	color: #3F0;
	text-decoration:none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #3F0;
}

a:hover {
	text-decoration:dotted; 
	color: #ffffff;
}

a:active {
	text-decoration: none;
	color: #3F0;
}

