@charset "UTF-8";
/* CSS Document */

body {
 background:#000000;
 }
 
#container {
	background-image:url(../Images/images/Events_03.png);
	background-repeat:repeat-y;
	margin:0 auto;
	text-align:left;
	width:1000px;
	border:Outset #663300 3px;
	z-index:1;
	}
	
	#container1 {
	background-image:url(../Images/Eventbak.png);
	background-repeat:no-repeat;
	margin:0 auto;
	text-align:left;
	
	border: solid 1px #663300 ;
	z-index:1;
	}
	
#preload img
{
height: 0; width: 0; border-width: 0;
position: absolute;
bottom: 0;
left: 0;
z-index: -30;
} 
	
	
a:link {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	color:#CC0000;
	text-decoration:none;
	}
	
.event {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	font-size:12px; 
	color:#666666;
	}
	
.style1 {
	font-family:"Handwriting - Dakota", Courier, monospace;
	text-shadow:#000000 2px 2px 3px;
	font-weight:bold;
	line-height:30px;
	font-size:14px;
	}


