/* Start of CMSMS style sheet 'Global' */
body {
	margin: 0;
	padding: 0;
	text-align: justify;
	color: #6F6F6F;
	background: #343434 url(images/bg.png);
	font: 13px Verdana, Arial;
}
a {
	text-decoration: none;
	color: #6F6F6F;
}
a:hover, #artists_nav {
	color: #9F9F9F;
}
img {
	border-width: 0;
}
p, ul, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
h1, h2, h3 {
	color: #BFBFBF;
	font-weight: bold;
}
h3 {
	font-size: 13px;
}
input, textarea {
	padding: 2px;
	border-width: 0;
	color: #9F9F9F;
	font-size: 12px;
	background: #2F2F2F;
}
#container {
	margin: auto;
	width: 803px;
}
#header {
	height: 431px;
}
#header_top {
	position: relative;
	height: 102px;
	width: 100%;
	background: url(images/logo.png) no-repeat;
}
#logo_left {
	position: absolute;
	left: -23px;
	width: 23px;
	height: 102px;
	background: url(images/logo_left.png) no-repeat;
}
#nav {
	position: absolute;
	margin-left: 270px;
	padding-top: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
           z-index: 2;  
}
#nav ul {
	width: 130px;
	float: left;
	list-style-image: url(images/nav_list.gif);
}
#nav a {
	color: #FFF;
}
#nav a:hover {
	display: list-item;
	list-style-image: url(images/nav_list-hover.gif);
	color: #CCC;
}
#nav li {
	margin: 0;
	padding-bottom: 10px;
}
#skyline {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 352px;
	height: 74px;
	background: url(images/skyline.png) no-repeat;
           z-index: 1;
}
#myspace a {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 106px;
	height: 46px;
	background: url(images/myspace_link.png) no-repeat;
}
#myspace a:hover {
	background-position: 0 -46px;
}
#banner {
	position: relative;
	width: 790px;
	height: 230px;
	margin-left: 13px;
	background: url(images/banner.gif) no-repeat;
}
#banner_left {
	position: absolute;
	left: -13px;
	width: 13px;
	height: 329px;
	background: url(images/banner_left.png) no-repeat;
}
#banner_right {
	position: absolute;
	right: 0;
	width: 15px;
	height: 230px;
	background: url(images/banner_right.png) no-repeat;
}
#header_bottom {
	height: 99px;
	width: 803px;
	background: url(images/bg_section.gif) no-repeat;
}
#section {
	margin-left: 62px;
	height: 99px;
	width: 160px;
	float: left;
}
#player {
	position: relative;
	margin-left: 429px;
	height: 99px;
	width: 374px;
	background: #333 url(images/bg_bbplayer.jpg) no-repeat;
}
#player_right {
	position: absolute;
	top: -22px;
	right: -14px;
	height: 65px;
	width: 14px;
	background: url(images/player_right.png) no-repeat;
}
#content {
	margin-left: 13px;
	padding: 10px 10px 40px;
	min-height: 300px;
	border-width: 0 3px;
	border-style: solid;
	border-color: #000;
	background: #333 url(images/bg_content.gif);
}
.paddingright {
           padding-right: 10px;
}
.button {
	margin-top: 5px;
	padding: 5px;
	font-weight: bold;
}
.spacer {
	margin: 20px 0 20px 5px;
	height: 1px;
	width: 330px;
	background: url(images/spacer.png) no-repeat;
}
#anchor_top {
	text-align: right;
	position: relative;
	clear: both;
	bottom: 0;
	right: 0;
	font-weight: normal;
	margin: 40px 0 0;
	font-size: 11px;
}
#footer {
	margin-left: 13px;
	height: 50px;
	width: 790px;
	font-size: 8pt;
	text-align: center;
	color: #7F7F7F;
	background: url(images/bg_footer.png) no-repeat;
}
/* End of 'Global' */

/* Start of CMSMS style sheet 'News' */
.news {
	height: 100%;
	width: 99%;
	padding: 5px;
}
.news a {
	font-weight: bold;
}
.news_title {
	margin-bottom: 10px;
	color: #BFBFBF;
	font-size: 14px;
	font-weight: bold;
}
.news_date {
	margin-bottom: 7px;
	color: #6F6F6F;
	font-size: 13px;
	font-weight: normal;
}
.news_title a {
	color: #BFBFBF;
	font-weight: bold;
	font-size: 14px;
}
#news_print a {
	text-decoration: none;
	color: #6F6F6F;
	font-size: 11px;
	font-weight: normal;
	float: right;
	text-align: right;
}
#news_print a:hover {
	color: #9F9F9F;
}
.news_title a:hover {
	color: #EFEFEF;
}
.news_more {
	text-align: right;
}
#news_nav, #news_nav a {
	font-size: 10px;
	margin-left: 5px;
}
#news_back {
	padding-top: 30px;
	text-align: center;
}
/* End of 'News' */

