html{
	height: 100%;
	width: 100%;
	background: #002e47;
}
body{
	margin:0;
	font:12px/14px arial,sans-serif;
	height: 100%;
	min-width: 973px;
	color: #fff;
}
a{
	text-decoration: none;
	cursor: pointer;
}
a:hover{text-decoration:underline;}
a:focus{outline:none;}
form{display:inline;}
img{
	border: none;
	vertical-align: top;
}
img.left{float: left;}
img.right{float: right;}
fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}
label,select,textarea,input{vertical-align:top;}
textarea, input, select{
	font:11px/13px arial,sans-serif;
	color: #000;
}
.header{
	height: 171px;
	background: url(../images/bg-header.jpg) no-repeat 50% 0;
	padding: 53px 0 0;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.header .inner{height: 130px;}
.logo{
	background: url(../images/logo.png) no-repeat;
	width: 282px;
	margin: 0 auto;
	height: 115px;
	text-indent: -3333px;
	overflow: hidden;
	display: block;
}
.nav{
	background: url(../images/bg-nav.gif) repeat-x;
	height: 41px;
	width: 957px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 auto;
}
.nav ul{
	margin: 0;
	overflow: hidden;
	padding: 0 0 0;
	list-style: none;
	height: 41px;
}
.nav li{
	display: inline;
	float: left;
	background: url(../images/bg-nav-item-divider.gif) no-repeat 0 1px;
	height: 41px;
	line-height: 25px;
	margin-left: -2px;
}
.nav a{
	color: #fff;
	float: left;
	height: 41px;
	text-align: center;
	margin-left: 2px;
}
.nav a span{
	float: left;
	height: 41px;
}
.nav a span span{
	float: left;
	height: 32px;
	padding: 9px 0 0;
}
.nav a:hover, .nav .active a{
	text-decoration: none;
	background: url(../images/bg-nav-item-hover-part1.gif) no-repeat;
}
.nav a:hover span, .nav .active a span{background: url(../images/bg-nav-item-hover-part3.gif) no-repeat 100% 0;}
.nav a:hover span span, .nav .active a span span{background: url(../images/bg-nav-item-hover-part2.gif) no-repeat 50% 100%;}
.nav .home a span span{width: 103px;}
.nav .news a span span{width: 83px;}
.nav .about a span span{width: 86px;}
.nav .artists a span span{width: 90px;}
.nav .music a span span{width: 86px;}
.nav .record-pool a span span{width: 116px;}
.nav .podcasts a span span{width: 102px;}
.nav .merchandise a span span{width: 108px;}
.nav .links a span span{width: 93px;}
.nav .contact a span span{width: 90px;}
.main-holder{
	min-height: 100%;
	width: 973px;
	margin: 0 auto;
	background: url(../images/bg-main-part5.png) repeat-y;
}
.main{
	margin:0 auto 89px;
	background: url(../images/bg-main-part4.jpg) no-repeat 50% 192px;
	padding: 224px 0 0;
	position: relative;
	z-index: 11;
}
.content{
	padding: 28px 19px 0 21px;
	position: relative;
	z-index: 10;
}
.latestnews{
	width: 933px;
	overflow: hidden;
}
.latestnews h2{
	font-size: 17px;
	line-height: 19px;
	margin: 0;
	padding: 0 0 12px 37px;
}
.latestnews .date{
	color: #1cdcff;
	font-style: normal;
}
.latestnews .date a{
	color: #1cdcff;
	text-decoration: underline;
}
.latestnews .date a:hover{text-decoration: none;}
.latestnews p{
	margin: 0;
	padding: 12px 0 0 37px;
}
.latestnews ul{
	padding: 0 0 30px;
	list-style: none;
	width: 970px;
	margin: 0 -50px 0 -7px;
	overflow: hidden;
}
.latestnews ul li{
	width: 235px;
	float: left;
	padding: 0 35px 0 47px;
}
.module{padding: 0 0 20px;}
.module h2{
	background: url(../images/bg-title.png) no-repeat;
	width: 208px;
	height: 21px;
	margin: 0 0 -1px;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	padding: 8px 0 0 26px;
}
.inner p{
	text-align:justify;
}
.feedback p{
	text-align:center;
}
.feedbackstyle{
	font-weight:bold;
	font-variant:small-caps;
}
.feedbackstyle2{
	font-style: italic;
}
#flashcontent {
	text-align:center;
}
.inner a{
	color: #fff;
	text-decoration:none;
}
.inner h3{
	text-decoration: underline;
}
.module .inner{
	border: 1px solid #005482;
	background: #002e47;
}
.module .inner:after, .latestmusic ul:after{
	display: block;
	content: "";
	clear: both;
}
.module p{margin: 0;}
.module img{
	border: 1px solid #0064a0;
	padding: 5px;
}
.module h3{
	margin: 0;
	font-size: 13px;
	line-height: 15px;
	padding: 7px 0 0;
}
.featured-artist img{margin-right: 10px;}
.featured-artist .inner{padding: 17px 50px 15px 24px;}
.featured-artist p{padding: 0px 0 5px;}
.latestmusic li div{
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	padding-top: 7px;
}
.latestmusic ul{
	margin: 0;
	padding: 34px 0 10px 7px;
	list-style: none;
}
.latestmusic li{
	float: left;
	padding: 0 11px; 
	height: 199px;
}
.footer{
	width: 973px;
	position: relative;
	height: 399px;
	z-index: 10;
	margin: -399px auto 0;
	color: #fff;
	text-align: center;
	font-size: 9px;
}
.footer ul{
	font: 9px/11px Tahoma,sans-serif;
	margin: 0;
	padding: 309px 0 13px;
	list-style: none;
	position: relative;
	z-index: 22;
}
.footer li{display: inline;}
.footer .inner{
	background: url(../images/bg-footer.gif) no-repeat 50% 0;
	height: 399px;
	width: 973px;
}
.footer a{
	color: #fff;
	margin: 0 29px;
}