html{
	margin:0px; 
	padding:0px;
	height: 100%;	
}
body{
	margin: 0px auto;
	text-align: center;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000 url(../images/body-bg.gif) repeat top center;
	background-attachment: fixed; 
	color:#FFF;
}
#container{
	margin: 0px auto 0px auto;
	width: 904px;
	padding: 0px;
	text-align: left;
	background: #000;
}
#header{
	padding: 12px 0px 0px 0px;
	text-align:center;
	height: 126px;
	background: #000 url(../images/header-bg.jpg) no-repeat bottom center;
}
a{
	color: #ffffff;
	text-decoration: none;
	position: relative;
}
p a{
	color: #c1dbff;
}
p{
	margin: 0px;
	line-height: 18px;
}
h2{
	font-size:30px;
	font-weight:bold;
	margin:0px;
}
#main-logo{
	margin:0px;
	border: 0px;
}
.topheading{
	float:left;
	font-size:18px;
	margin: 6px 0px 0px 10px;
}
.right{
	float:right;
}
.center{
	text-align:center;
}
#content-top{
	width: 904px;
	height:613px;
	background: #000 url(../images/top-photo.jpg) no-repeat top left;
}
#content-top a img{
	border:0px;
	display:inline;
	vertical-align:bottom;
}
#content-main{
	padding: 0px;
	background: #000 url(../images/content-bg.gif) repeat-y top left;
	float:left;
	width: 900px;
	margin-left:2px;
}
#main-left{
	float:left;
	width: 520px;
	margin:-100px 30px 10px 0px;
	color: #ffffff;
	padding: 10px 20px 0px 20px;
}
#main-left p{
	text-align:justify;
}
#main-right{
	float:left;
	width: 290px;
	color: #fff;
	margin-top:-100px;
}
.event_title_first{
	font-size:30px;
	font-weight:bold;
	display:block;
	margin-bottom:-12px;
}
.event_date_first{
	font-size:24px;
	font-weight:bold;
	display:block;
}
.event_description_first{
	font-weight:normal;
	font-size:14px;
	display:block;
}
.event_title{
	font-size:18px;
	font-weight:bold;
	display:block;
	margin-bottom: -8px;
}
.event_date{
	font-size:14px;
	font-weight:bold;
	display:block;
}	
.event_description{
	font-weight:normal;
	font-size:12px;
	display:block;
}
.clear{
	width: 900px;
	height: 1px;
	overflow: hidden;
}
.event_item{
	padding: 0px 5px 15px 10px;
	border-bottom: 1px dotted #4a4a4a;
	margin-bottom: 15px;
}
hr, .divider{
	border:0px;
	border-bottom: 1px dotted #4a4a4a;
	width: 80%;
	height:1px;
	text-align:center;
	margin: 30px auto;
	background-color:transparent;
	padding: 0px;
}
p.styled_paragraph{
	text-align:center;
}
.footer{
	text-align:center;
	padding: 10px 0px;
	background: #1c1c1c;
}
.footer a{
	margin: 0px 25px;
}
.footer a:hover{
	text-decoration:underline;
}
h3{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}
.news-date{
	font-size: 11px;
	color: #707070;
}
.login_box{
	color:#fff;
	font-weight:bold;
	background-color:#333;
	border: 1px solid #666;
	padding:10px;
	width:860px;
	margin:10px auto;
}
form{
	margin: 0px;
	display:inline;
}
.login_box input{
	width: 120px;
}
.login_box #submit-btn{
	width: 90px;
}
.login_box form{
	background-color: #3a3a3a;
	border:1px solid #3f3f3f;
	-moz-border-radius:3px;
	padding: 6px;
	margin-left:20px;
}
