@charset "utf-8";
/* CSS Document */

body{
	background:#333333;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

h1{
	color:#FB3300;
	font-size:26px;
	
}

h2{
	color:#CC0000;
}

.banner{
	background:url(/images/banner_home.jpg)  center;
	height:211px;
no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;	
}

.banner2{
	background:url(/images/banner_2.jpg)  center;
	height:211px;
	no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

.banner3{
	background:url(/images/banner_3.jpg)  center;
	height:211px;
no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;	
}

.banner4{
	background:url(/images/banner_4.jpg)  center;
	height:211px;
no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;	
}

.mainnav{
	background:#321B0C;
	height:40px;
	
}
.mainnav ul{
		margin:0 0 0 50px;
}
.mainnav li{
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	list-style:none;
	margin:10px 20px 0 20px ;
}

.mainnav li, .mainnav a, .mainnav a:visited{
	color:#fff;
	text-decoration:none;
}


.content{
	margin-bottom:100px;
	font-size:13px;
	color:#FFFFFF;	
	margin:70px 0 200px 140px;
	width:800px;
	line-height:1.5em;
	
}

.content strong{
	color:#999999;
}
.footer{

	font-size:12px;
	color:#FFFFFF;
	padding:10px 0 10px 120px;
		
}

.footer .footercontent{
	width:800px;
}

.eventday{
	color:#CC0000;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}

.eventtext{
	margin:6px 0 10px 20px;
	border-left:3px #666666 solid;
	padding-left:10px;
}


