html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
html, body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding:0;
	background-color: #4C4946;
}
.clear {
	clear: both;
}
#header {
	width: 100%;
	height: 53px;
	background-color: #D2D2CB;
	border-bottom: 6px solid #F2BF1E;
}
#header .content {
	width: 904px;
	padding: 0 26px;
	margin: 0 auto;
	font-weight: bold;
}
#header .content a.djhero {
	float:left;
	margin: 19px 0;
	padding: 2px 6px;
	color: #4C4846;
	text-decoration: none;
	background-color: #F2BF1E;
}
#header .content a.djhero:hover {
	background-color: #4C4946;
	color: #D2D2CB;
}
#header .content .zanelowe {
	float: right;
	padding: 19px 26px 19px 0;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}

#header .content .zanelowe a {
	padding: 2px 6px;
	color: #D2D2CB;
	text-decoration: none;
	background-color: #4C4946;
}

#header .content .zanelowe a:hover {
	background-color: #F2BF1E;
	color: #4C4846;
}

#content {
	width: 924px;
	height: 1000px;
	margin: 0 auto 20px auto;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	padding: 421px 30px 15px 30px;
	border: 1px solid black;
	border-top: none;
	border-bottom: 6px solid #F2BF1E;
}

.col {
	width: 303px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}

.col h2 {
	padding: 4px 0 4px 14px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #1b1716;
	background-color: #F2BF1E;
	border-bottom: 5px solid #231F20;
}

.col .event {
	padding: 7px 0;
	background-color: #D2D2CB;
	border-bottom: 1px solid #231F20;
}

.col .event a.arrow {
	background-image: url(../img/event-arrow.png);
	background-position:0 -24px;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -1000px;
	float:right;
	margin-right: 10px;
	margin-top: 4px;
}

.col .event a.active {
	background-position:0 0;
}

.col .latest {
	background-color: #F2F2F2 !important;
}

.col .event h4 {
	padding-left: 14px;
	font-weight: bold;
}

.col .event .date {
	color: #8D6A10;
}

.col .event .location {
	color: #3a3935;
	text-transform: uppercase;
}

.col .event .details {
	font-weight: bold;
	margin: 6px 0 -6px 0;
	padding: 6px 0 6px 14px;
	color: #4C4846;
	background-color: #F2F2F2;
	border-top: 1px solid #231F20;
}

.col .event .details a {
	color: #8D6A10;
}

.col .event p {
	padding: 6px 14px;
}

#support .dj {
	height: 100px;
	padding-right: 12px;
	background-color: #1a1819;
	display: block;
	clear: both;
}

#support .dj img {
	float: left;
	margin-right: 12px;
}

#support .dj p {
	width: 179px;
	height: 83px;
	padding-top: 16px;
	border-bottom: 1px solid #43381a;
	float: left;
}

#support .dj p b {
	color: #e0e0e0;
	text-transform: uppercase;
	background: transparent;
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
}

#support .dj p a {
	color: #eab529;
	display: block;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#youtube #zanelowetv {
	width: 303px;
	height: 170px;
	background: #000;
}

#youtube a {
	width: 289px;
	background: #000;
	padding: 4px 0 4px 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	color: #EEE;
}

#youtube a:hover {
	background: #F2BF1E;
	color: #000;
}

#twitter .footer {
	background-color: #A09F90;
	background-image: url(../img/twitter.png);
	background-repeat: no-repeat;
	background-position: 6px 50%;
	padding: 9px 0 9px 42px;
}

#twitter .footer h4 {
	color: #4C4846;
	font-weight: bold;
}

#twitter .footer a {
	color: #8d6a10;
	font-weight: bold;
	text-decoration: none;
}