* {
	padding: 0;
	margin: 0;
}

body {
	background: #000;
}

div {
	position: relative;
	height: auto;
}

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

#navigation {
	width: 327px;
}

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

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

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

#tuneIn {
	font-size:15px;
	line-height:17px;
	font-weight:bold;
}

#footer {
	margin-top: 30px;
}

.pagecontent {
	margin-top: 10px;
}

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

.clear {
	clear: both;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 1.6em;
	margin-bottom: 15px;
}

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

a:hover {
	color: #CCC;
}

.blueText {
	color: #70A5C2;
}

#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	line-height: 1.6em;
}