* {
	padding: 0;
	margin: 0;
}

body {
	background: #000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

div {
	position: relative;
	height: auto;
}

p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #ddd;
	line-height: 1.6em;
	margin-bottom: 15px;
}

a {
	text-decoration: none;
	color: #f5931e;
}

a:hover {
	color: #f5931e;
	text-decoration: underline;
}

table {
    border-collapse:collapse;
	margin-bottom: 20px;
}

#container {
	width: 920px;
	margin: 0 auto 50px auto;
}

#navigation {
	width: 327px;
}

#navigation img {
	padding-left: 115px;
}

#contentBG {
	width: 100%;
	/*background: url(../images/div_bg.jpg) top left no-repeat;*/
	background: #000;
}

#content {
	width: 590px;
	float: right;
}

#headline{
	font-size:18px;
	line-height: 1em;
	font-weight: bold;
	color: #f5931e;
	margin-bottom: 5px;
}

#tuneIn {
	font-size:16px;
	line-height:20px;
	color: #FFFFFF;
}	

.pagecontent {
	margin-top: 10px;
}

.contact {
	float: left;
	padding-right: 30px;
}

.pdfs img {
	vertical-align:middle;
	margin-top: -2px;
	margin-right: 8px;
}

.pdfs a {
	color: #f4f4f4;
}

.pdfs {
	margin-top: 20px;
}


.schedule  {
	color: #ddd;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.schedule td {
	padding: 8px 30px 8px 0;
	border-bottom: 1px dashed #222;
}
	
.date {
	font-weight: normal;
	color: #f4f4f4;
}

#footer {
	margin-top: 10px;
	margin-left: 50px;
}
#footer p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 9px;
	color: #b2b2b2;
	line-height: 1.6em;
	text-align: center;
}

.clear {
	clear: both;
}
