@charset "UTF-8";
/* CSS Document */

body{
	background:#240000;
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
}

#wrapper{
	width:976px;
	margin:0 auto;
}

#banner{
	background:url(images/top-banner.png) top center no-repeat;
	width:976px;
	height:288px;
	padding:0px;
	margin:0px;
}

#red-bg{
	background:url(images/red-bg.png) top center repeat-y;
	width:976px;
}

#bottom-background{
	background:url(images/bottom-bg.png) top center no-repeat;
	width:976px;
	height:90px;
	margin-top:0px;
}

#top-box{
	background:url(images/content-box-top.png) top center no-repeat;
	width:911px;
	height:40px;
	margin-left:32px;
}

#middle-box{
	background:url(images/content-box-bg.png) top center repeat-y;
	width:911px;
	margin-left:32px;
}

#bottom-box{
	background: url(images/content-box-bottom.png) top center no-repeat;
	width:911px;
	height:69px;
	margin-left:32px;
	position:absolute;
}

#menu{
	float:left;
	clear:none;
	padding-top:45px;
	margin-left:230px;
	position:absolute;
	width: 224px;
	left: -1px;
	top: 20px;
}

a{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	color:#a51313;
}

.menu-btn{
	background:url(images/menu.png) top left no-repeat;
	width:217px;
	height:27px;
	padding-left:75px;
	padding-top:8px;
}

#main-img{
	width:540px;
	height:270px;
	margin-left:390px;
	margin-top:21px;
	float:left;
	clear:none;
}

#logo{
	float:right;
	margin-top:10px;
}

#welcome{
	float:left;
	clear:none;
	width:250px;
	margin-left:40px;
}

#news{
	float:left;
	clear:none;
	width:250px;
	margin-left:40px;
}

#djs{
	float:left;
	clear:none;
	width:250px;
	margin-left:40px;
}

#photo1{
	border:6px solid #720d0d;
	width:238px;
	margin-bottom:15px;
}

.title{
	background:url(images/bullet.png) center left no-repeat;
	height:27px;
	margin-bottom:10px;
	font-size:20px;
	color:#a61313;
	padding-left:30px;
}

.more-btn{
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}

.sub-title{
	color:#a61313;
	text-decoration:underline;
}

.dj-img{
	float:left;
	clear:none;
	border:6px solid #720d0d;
}

.dj-txt{
	float:left;
	clear:none;
	width:150px;
	margin-left:10px;
}

.sub-title2{
	color:#a61313;
}

#footer{
	border-top:1px solid #a61313;
	width:840px;
	margin-left:40px;
	margin-top:15px;
	font-size:12px;
	text-align:right;
	padding-top:5px;
}
