body {
/*background-image:url(../images/bgmain.jpg);
background-position: left top;
background-repeat:repeat-x;*/
	background-color:#871de1;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	}

a:link {color:#871de1; text-decoration:none; font-weight:bold;}
a:visited {color:#871de1;}
a:hover {color:#3a0368;}

.content {color:black; font-size:14px; font-weight:bold;}

.title {font-size:24px; font-family: Verdana, Arial, Helvetica, sans-serif; color:white;}
.header {font-size:18px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#11C9B5; font-weight:bold;}

.textlinks {font-size:12px; color:white; font-weight:bold;}
.textlinks a:link {color:white; font-weight:bold; text-decoration:none;}
.textlinks a:visited {color:white; font-weight:bold; text-decoration:none;}
.textlinks a:hover {color:yellow; font-weight:bold; text-decoration:none;}

.address {font-size:10px; color:white; text-decoration:none;}
.address a:link {color:white; text-decoration:none;}
.address a:visited {color:white; text-decoration:none;}
.address a:hover {color:yellow; text-decoration:none;}

.copyright {font-size:10px; color:white; font-style:italic; text-decoration:none;}
.copyright a:link {color:white; font-style:italic; text-decoration:none;}
.copyright a:visited {color:white; font-style:italic; text-decoration:none;}
.copyright a:hover {color:yellow; font-style:italic; text-decoration:none;}

.arrow {list-style-image: url(../images/li_arrow.gif);}


.alltables {
background-image:url(../images/pagebg.jpg);
background-position:top center;
background-repeat:repeat;}

.alltableshome {
background-image:url(../images/homebg.jpg);
background-position:top center;
background-repeat:repeat;}

/* EVENTS SCROLLER */
#event_container{
	background:url(/images/easel.jpg); 
	height:393px;
}
#event_wrapper{
	width:208px; 
	height:238px;
	position:relative;
	left:17px;
	top:20px;
}

#event_scroller{
	width:208px; 
	height:200px;
	overflow:hidden;
	position:relative;
}

#events_title{
	color:#11C9B5;
	font-weight:bold;
	font-size:22px;
	background-image:url(../images/easel-top.jpg);
	width:210px;
	height:27px;
	text-indent:-9999px;
	margin-bottom:10px;
}
.event_descr{
	font-weight:bold;
	font-size:14px;
}
.event_cont{
	margin-bottom:20px;
}

.event_title{
	color:#871DE1;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

/* YOUTUBE VIDEOS */
#youtube_player{
	width:500px;
	margin:0 auto 10px auto;
	
}

#video_headline{
	font-size:18px;
	font-weight:normal;
}

#video_holder{
	text-align:center;
	margin-bottom:10px;
	
}

#youtube_container{
	overflow:hidden;
	width:401px;
	margin:0 auto;
	position:relative;
}

#video_container{
	position:relative; 
	
}

.video_images{
	float:left;
	width:140px;
	
}

.video_images img{
	border:solid 2px #000000;
}

.video_images img:hover{
	border:solid 2px #e86238;
}

#video_navigation{
	margin-top:10px;
}

#videos_prev{
	display:none;
}

#videos_next{
	float:right;
}