body {
	margin: 0px;
	padding: 0px;
	background-color: #151515;
	text-align: center;
}
a img {
	border: none;
}
img {
	border: 1px solid #CCD;
}
a {
	color: #308284;
}
a:hover {
	text-decoration: none;
}
#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 959px;
	background-color: black;
	color: #CCD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#lLine, #rLine {
	background: url(/images/border.png) repeat-y;
	position: absolute;
	width: 7px;
	height: 100%;
} 
#lLine {
	left: -7px;
}
#rLine {
	right: -7px;
	background-position: 0px -30px;
}
#header {
	position: relative;
	height: 428px;
	background: url(/images/header.jpg) no-repeat 10px 0px;
}
#header img {
	border: none;
}
#logo {
	position: absolute;
	left: 19px;
	top: 262px;	
}
#header ul, #footer ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#header li, #footer li {
	position: relative;
	background-image: url(/images/navigation.png);
	height: 40px;
}
#header li span, #footer li span {
	display: none;
}
#header li a, #footer li a {
	display: block;
	width: 100%;
	height: 100%;
}
#header li a:hover, #footer li a:hover {
	background-image: url(/images/navigation.png);
	background-repeat: no-repeat;
}
#header li span.cur, #footer li span.cur {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 8px;
	left: -8px;
	top: -8px;
	background-repeat: no-repeat;
}
.news {
	width: 69px;
}
.news span.cur {
	background-image: url(/images/effects/news.png);
}
.news a:hover {
	background-position: 0px -40px;
}
.band {
	background-position: -69px 0px;
	width: 84px;
}
.band span.cur {
	background-image: url(/images/effects/band.png);
}
.band a:hover {
	background-position: -69px -40px; 
}
.releases {
	background-position: -153px 0px;
	width: 101px;
}
.releases span.cur {
	background-image: url(/images/effects/releases.png);
}
.releases a:hover {
	background-position: -153px -40px; 
}
.media {
	background-position: -254px 0px;
	width: 84px;
}
.media span.cur {
	background-image: url(/images/effects/media.png);
}
.media a:hover {
	background-position: -254px -40px;
}
.forum {
	background-position: -338px 0px;
	width: 86px;
}
.forum span.cur {
	background-image: url(/images/effects/forum.png);
}
.forum a:hover {
	background-position: -338px -40px;
}
.contact {
	background-position: -485px 0px;
	width: 94px;
}
.contact span.cur {
	background-image: url(/images/effects/contact.png);
}
.contact a:hover {
	background-position: -485px -40px; 
}
#header li {
	position: absolute;
}
#header .band {
	left: 795px;
	top: 60px;
}
#header .releases {
	left: 780px;
	top: 100px;
}
#header .media {
	left: 755px;
	top: 140px;
}
#header .forum {
	left: 730px;
	top: 180px;
}
#header .news {
	left: 805px;
	top: 20px;
}
#header .contact {
	left: 695px;
	top: 220px;
}
#content {
	padding: 0px 20px 0px 20px;
	position: relative;
	text-align: justify;
}
#content p a img {
	border: 2px solid #CCD;
}
#content p a:hover img {
	border: 2px solid #308284;;
} 
.line, .center {
	text-align: center;
}
.right {
	float: right;
	margin: 20px;
	margin-right: 0px;
}
.left {
	float: left;
	margin: 20px;
	margin-left: 0px;
}
.signature {
	font-size: 12px;
	text-align: right;
	font-style: italic;
}
#content p {
	text-indent: 30px;
	clear: both;
}
h1 span {
	display: none;	
}
h1 img, .line img {
	border: none;
}
table.simple th {
	text-align: right;
}
#panel {
	position: relative;
	float: right;
	width: 250px;
	height: 100%;
	font-size: 14px;
	margin: 40px 0px 0px 20px;
}
#panel dt {
	margin: 0px;
	position: relative;
	font-weight: bold;
	padding: 0px 40px 0px 7px;
	height: 19px;
	background: url(/images/headline.gif) repeat-x;
}
#panel dt img {
	display: block;
	position: absolute;
}
#f {
	right: -3px;
	top: -22px;
}
#o {
	right: -1px;
	top: -23px;
}
#panel dd {
	margin: 0px;
	padding: 10px 7px 20px 7px;
}
#footer {
	position: relative;
	height: 330px;
	background: url(/images/footer1.jpg) no-repeat;
}
#footer img {
	border: none;
}
#footer div {
	position: absolute;
	bottom: 0px;
	height: 105px;
	width: 100%;
	text-align: center;
}
#footer ul {
	margin-left: auto;
	margin-right: auto;
	width: 638px;
	height: 60px;
}
#footer li {
	float: left;
	margin: 10px;
}
#footer p {
	font-size: 10px;
	margin: 0px;
	color: #999;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: #308284;
}
