/* 
	Resets defualt browser settings
	reset.css
*/
body { margin:0;
	background-color:#1e1e1e;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	font-family:Century Gothic, Helvetica, Geneva, Arial, sans-serif;}
	
.eventRed {
	background-color: #ed0012;
/*background-image:url(../img/event/bg_red.jpg);
			background-repeat:repeat-x;*/}
			
.redBG { background-image:url(../img/about/red_bg.jpg);
		 background-repeat:repeat-x; }
		 
td { font-family: century gothic, Geneva, Arial, Helvetica, sans-serif ;
	 color:#FFFFFF;
	 font-size:12px;
	 text-decoration:none;
	 font-weight:normal; }
	 
p { font-family: century gothic, Geneva, Arial, Helvetica, sans-serif ;
	 color:#FFFFFF;
	 font-size:14px;
	 text-decoration:none;
	 font-weight:normal; }

.eventTitle { font-weight:bold;
font-size:16px;
			color:#edf270;}
.proTitle { font-weight:bold;
			font-size:16px;
			color:#666666;}

.form { font-family: century gothic, Geneva, Arial, Helvetica, sans-serif ;
font-size:12px;
color:#333333;}
/*
	Page style
*/


#container {
	width:840px;
	padding:0;
	margin:0 8px;
	position:relative;
	z-index:100;
	color:#FF0000
}

#example {
	width:840px;
	height:284px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-5px;
	left:-10px;
	z-index:300;
	background-color:#FF0000;
}

#frame {
	position:absolute;
	z-index:0;
	width:840px;
	height:284px;
	top:-3px;
	left:-10px;
	background-color:#FF0000;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0;
	left:0;
	z-index:50;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:845px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:845px;
	height:290px;
	/*display:block;*/
}

/*.slides_container a img {
	display:block ;
}*/

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:109px;
	left:-34px;
	width:24px;
	height:43px;
	/*display:block;*/
	z-index:101;
}

#slides .next {
	left:850px;
}

/*
	Pagination
*/

.pagination {
	margin:5px auto 0;
	width:150px;
	float:right;
}

.pagination li {
	float:right;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:13px;
	height:0;
	padding-top:13px;
	background-image:url(../img/head/pagination.png);
	background-position:0 0;
	float:right;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -13px;
}

/*
	Footer
*/

#footer {
	text-align:center;
	width:auto;
	margin-top:0px;
	padding:4.5px 0 30px;
	border-top:5px solid #dfdfdf;
	background-image:url(../img/footer_bg.jpg);
	background-repeat:repeat-x;
	font-size:9px;
	color:#999999;
	
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Anchors
*/

.a:link,.a:visited {
	color:#b9b9b9;
	font-size:14px;
	text-decoration:none;
}

.a:hover,.a:active {
	color:#ffffff;
	font-size:14px;
	text-decoration:underline;
}

.b:link,.b:visited {
	color:#edf270;;
	font-size:16px;
	text-decoration:none;
}

.b:hover,.b:active {
	color:#ffffff;
	font-size:16px;
	text-decoration:underline;
}

.c:link,.c:visited {
	color: #333333;
	font-size:14px;
	text-decoration:none;
}

.c:hover,.c:active {
	color: #FF0000;
	font-size:14px;
	text-decoration:underline;
}

.link{
text-decoration:none;
color: #FFFFFF;
}