* {margin: 0; padding: 0; border: 0;}
body {
	background: #000 url('images/bg.jpg');
	font-family: 'Century Gothic', Verdana, Helvetica, Arial, sans-serif;
}
#wrapper {
	background: #540b0b;
	width: 960px;
	margin: 16px auto;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contactWrapper {
	width: 360px;
	position: absolute;
	right: 0;
	z-index: 10;
	text-align: center;
}
#contactPanel {
	color: #fff;
	display: none;
	height: 260px;
	background: #31080A;
	width: 100%;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
#contactButton {
	background: #31080A url('images/mail.png') 24px 0 no-repeat;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	display: inline-block;
	cursor: pointer;
	width: 162px;
	height: 48px;
	line-height: 48px;
	padding-left: 48px;
	position: relative;
	text-decoration: none;
}
#logo {
	width: 245px;
	height: 57px;
	margin-left: 32px;
}
#navigation {
	z-index: 1;
	color: #fff;
	position: absolute;
	right: 64px;
	top: 72px;
	font-size: 18px;
}
#navigation a {
	text-decoration: none;
}
#social {
	position: relative;
	bottom: 8px;
	left: 32px;
	height: 0;
	z-index: 1;
}
#social img {
	width: 88px;
	height: 88px;
	padding: 0 8px;
}
#featured {
	background: #333;
	color: #fff;
	width: 328px;
	position: absolute;
	right: 0;
	top: 0;
	height: 247px;
	padding: 0;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
}
#featured div img {
	 width: 112px;
	 height: 112px;
	 padding: 0 8px;
}
#featured div h1 {
	font-size: 30px;
	border-bottom: 1px solid #A0A0A0;
	padding: 0;
	margin-bottom: 8px;
}
#featured div {
	padding: 16px;
	width: 296px;
	height: 215px;
}
.box {
	background: #31080A;
	color: #fff;
	font-size: 14px;
	padding: 8px;
	margin: 16px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.box h1 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 8px;
}
.box h2 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 8px;
}
#audio {
	float: right;
	height: 224px;
	margin-bottom: 16px;	
}
#audio h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 8px;
	text-align: left;
}
#bar {
	position: relative;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form a {
	font-size: 18px;
}
input {
	margin: 8px;
	border: 2px solid #333;
	background: #000;
	font-size: 18px;
	color: #fff;
}
input[type="submit"] {
	margin: 8px;
	padding: 4px;
	border: 2px solid #333;
	background: #000;
	font-size: 14px;
	color: #fff;
}
textarea {
	margin: 8px;
	border: 2px solid #333;
	background: #000;
	font-size: 18px;
	color: #fff;
}
.calendar {
	font-size: 14px;
	padding-top: 16px;
}
.calendar tr {
	line-height: 18px;
}
.calendar td.header {
	font-size: 18px;
	line-height: 30px;
}
.calendar td {
	padding: 8px;
}
.calendar td .location {
	font-size: 12px;
}
p {
	text-align: left;
	line-height: 24px;
}
#header img {
	padding: 16px;
}
#bar {
	height: 279px;
	background: #000 url('images/top-1.jpg') no-repeat;
}
#main {
	background: #31080A;
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 568px;
	margin: 16px 0 0 0;
	padding: 72px 16px 8px 16px;
	float: left;
	position: relative;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#cd {
	padding-left: 40px;
	line-height: 24px;
	width: 200px;
	float: left;
	margin-right: 8px;
	margin-bottom: 16px;	
}
#cd a {
	text-decoration: none;
}
#cd img {
	vertical-align: text-bottom;
}
#right {
	width: 360px;
	float: right;
}
#main form {
	display: block;
	width: 200px;
	margin: auto;
}
#main input {
	background: 0;
	border: 0;
}
#footer {
	border-top: 16px solid #000;
	clear: both;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
#footer a {
	text-decoration: none;
}