@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000000;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

#wrapper{
	width:960px;
	margin:0 auto;
	background:url(images/background.jpg) top left no-repeat;
}

#menu{
	background:url(images/menu-bg.png) top center no-repeat;
	width:662px;
	height:71px;
	margin-left:298px;
	margin-top:10px;
}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu ul li{
	padding:0px;
	margin-left:15px;
	margin-top:15px;
	background: url(images/menu.png);
	width:91px;
	height:34px;
	float:left;
}

#menu ul li a{
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	color: #000000;
	text-align:center;
	padding-top:7px;
}

#menu ul li a:hover{
}

#banner{
	background:url(images/header-img.jpg) top center no-repeat;
	width:960px;
	height:282px;
}

#logo{
	margin-left:60px;
	padding-top:120px;
}

#content-box{
	width:860px;
	background:url(images/black-bg.png) top left repeat-x;
	margin-left:30px;
	padding:20px;
	margin-top:10px;
}

#welcome{
	float:left;
	clear:none;
	width:255px;
}

#news{
	float:left;
	clear:none;
	width:255px;
}

#event{
	float:left;
	clear:none;
	width:255px;
}

.divider{
	float:left;
	clear:none;
	border-left:1px solid #942a01;
	height:340px;
	margin-left:20px;
	margin-right:20px;
}

.title{
	font-size:20px;
	color:#d7440b;
	margin-bottom:15px;
}

.more-btn{
	text-align:right;
	margin-top:10px;
}

.sub-title{
	color:#d7440b;
	font-size:16px;
	text-decoration:underline;
}

#h-divider{
	border-top:1px solid #942a01;
	margin-top:20px;
	margin-bottom:20px;
}

#newsletter{
	background:#d7440b;
	width:246px;
}

#newsletter-top{
	background: url(images/newsletter-top.png) top left no-repeat;
	width:231px;
	height:23px;
	padding-left:15px;
	font-size:13px;
	padding-top:3px;
}

#signup-box input{
	background:#000000;
	margin-left:15px;
	margin-top:15px;
	width:210px;
	height:25px;
	border:#000000;
}

#unsubcribe{
	float:left;
	clear:none;
	padding-top:15px;
	margin-left:15px;
}

#unsubcribe a{
	color:#000000;
	font-weight:bold;
	font-size:13px;
}

#subcribe-btn{
	float:right;
	clear:none;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:15px;
}

#footer{
	font-size:11px;
	margin-top:30px;
	padding-bottom:10px;
}