body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#header-container {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 540px;
	margin-left: -270px;
}

#navigation-container {
	position: absolute;
	top: 300px;
	left: 50%;
	width: 540px;
	margin-left: -270px;
	padding-left: 25px;
}

#content-container {
	position: absolute;
	top: 370px;
	left: 50%;
	width: 480px;
	margin-left: -270px;
	padding-left: 27px;
}

.left {
	width: 190px;
	margin: 0px 0px 0px 0px;
	float: left;
	}

.right {
	width: 245px;
	margin: 0px 0px 0px 0px;
	float: right;
	}

.headline {
	font-weight: normal;
	font-size: 24px;
}

.post-date {
	font-weight: bold;
	font-size: 10px;
}

.post-headline {
	font-weight: bold;
	font-size: 16px;
	color: #6c6961;
}

.post-text {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;

}

.shows-headline-played {
	font-weight: bold;
	font-size: 14px;
	color: #6c6961;
}

#copyright {
	text-align: center;
	font-weight: normal;
	font-size: 10px;
}


a.navlink, a.navlink:link, a.navlink:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px;
	font-weight: normal;
	font-size: 17px;
}

a.navlink:hover {
	color: #000000;
	text-decoration: none;
	padding: 3px;
	font-weight: normal;
	background-color: #FFFFFF;
	}

.navlink-actual {
	font-size: 17px;
	color: #000000;
	text-decoration: none;
	padding: 3px;
	font-weight: normal;
	background-color: #FFFFFF;
}

a:link {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:active {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}


img {
	border: 0px;
}
