html {
	margin: 0;
	padding: 0;
	height:100%;
	font-family: Georgia, Times New Roman, serif;
	background-color:#000;
	background: url("images/bg2.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	}
	
@font-face{
    font-family: Ostrich;
    src: url('fonts/ostrich-regular-webfont.eot'); /* For IE */
    src: local('ostrich-regular-webfont'), url('fonts/ostrich-regular-webfont.ttf') format('truetype'); /* For non-IE */
	}	
	
@font-face{
    font-family: OstrichBold;
    src: url('fonts/ostrich-black-webfont.eot'); /* For IE */
    src: local('ostrich-black-webfont'), url('fonts/ostrich-black-webfont.ttf') format('truetype'); /* For non-IE */
	}		
	
#container1 {
	background:#000;
	height:100%;
	position:fixed;
	width:250px;
	}

#container2 {
	position:relative;
	left:300px;
	top:45px;
	margin-bottom:90px;
	width:700px;
	background-color:#fff;
	-moz-border-radius: 35px 35px 35px 35px;
	}
	
#top_logo {
	position:fixed;
	background-color:#000;
	padding: 10px;
	z-index:1;
	}

#content {
	padding:10px 30px;
	}

#header {
	padding-top:20px;
	padding-bottom:10px;
	}
	
#wrapper {
	margin: 0 auto;
    width: 1000px;
	}
	
/*NAVIGATION CSS*/
	#navigation {
		width:200px;
		text-align:right;
	    position: relative;
		}
		
	#navigation ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		position:relative;
		top:225px;
		width:210px;
		left: 23px;
		}
	
	#navigation ul li {
		border-top: 1px dotted #b29c84;
		padding: 5px 0;
		font-size:25px;
		font-family:"Ostrich",Georgia, Times New Roman, serif;
		}
		
	#navigation ul li ul {
		position:relative;
		top:0px;
		left:0px;
		}
	
	#navigation ul .top {border:none;}	
	
	#socialmedia li{
		display:inline;
		list-style:none;
		}

/*NAVIGATION CSS END*/


h1 {
	color: #306e72;
    text-transform:uppercase;
    font-family:"Ostrich",Georgia, Times New Roman, serif;
	font-size:50px;
	text-align:center;
	background: url(images/h1_bg.png) repeat;
	padding-top:8px;
	}
	
h2	{
	color: #306e72;
	font-family:"Ostrich",Georgia, Times New Roman, serif;
	font-size:30px;
	margin-bottom:-21px;
	}

h3 a:link{
	color: #ff5334;
	font-family:"Ostrich", Georgia, Times New Roman, serif;
	font-size:24px;
	line-height:23px;
	}

h3 a:hover {
	color: #b29c84;
	}
	
.event_header {
	color:#306e72;
	}
	
p {
	color: #000;
	}
	
p img {	
	display:block;
	text-align:center;
	}

ul li {
	list-style-type: none;
	}
	
.event_listing {
	line-height: 70%;
    padding-bottom: 8px;
    padding-top: 5px;
    border-bottom: 3px dotted #ff5334;
    position: relative;
    top: -15px;
	}
	
#bottom_pastevent, #bottom_currentevent {
	border:none;
	}

/*GENERAL LINKS*/
	a:link {
		text-decoration:none;
		color: #306e72;
		border-style:none;
		}
	a:visited {
		text-decoration:none;
		color: #306e72;
		border-style:none;
		}
	a:hover {
		text-decoration:none;
		color: #b29c84;
		border-style:none;
		}
	a:active {
		text-decoration:none;
		color: #ff5334;
		border-style:none;
		}
/*GENERAL LINKS END*/

a img {border-style: none;}
		
#navigation .legal {
	font-size: 70%;
	color:#b29c84;
	position: fixed;
    width: 233px;
    bottom:0px;
	}
		
#footer {
	width: 960px;
	margin: 0 auto;
	position:relative;
	top:25px;
	}
	
#footer ul li {
	color: #306e72;
	display: inline;
	position: relative;
	left: -40px;
	margin-right:40px;
	list-style-type: none;
	font-size: 40px;
	}
	