@charset "UTF-8";
/* CSS Document */

#container #contentarea #news {
	width: 420px;
	float: left;
}
#container #contentarea {
	border: 1px solid #333;
	margin-left: 50px;
	margin-right: 20px;
	background-image: url(../images/headerbackground.png);
	background-repeat: repeat-x;
}
#container #contentarea #news #newsheader {
	background-image: url(../images/news.png);
	background-repeat: no-repeat;
	height: 53px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#container #contentarea #shows #showsheader {
	background-image: url(../images/shows.png);
	background-repeat: no-repeat;
	height: 53px;
}
#container #contentarea #shows {
	float: right;
	width: 287px;
}
#container #contentarea #news #newsarea {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	background-repeat: no-repeat;
	background-position: bottom;
}
#container #contentarea #shows #showssarea {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#container #contentarea #news #newsarea #text1 {
	padding: 10px;
}
#container #contentarea #news #newsarea a:hover #text1 {
	background-color:#222222;
}
#apDiv1 a img {
	text-decoration: none;
}
