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

html, body {height: 100%;}
P {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h1 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #DDC877;
	font-size: 18px;
	line-height: 17px;
}

body {
	background-color: #070604;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-image: url(images/bodybg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center 125px;
}
img {
	border-style: none;

}
a {
	color: #000;
	text-decoration: none;
}

#wrapper {
	width: 900px;
	background-repeat: no-repeat;
	position: relative;
	margin: auto;
	background-image: url(images/bg.jpg);
	min-height: 100%;
	background-color: #564531;
	margin-top: 25px;
}

#header {
	position: relative;
	height: 225px;
}
#header a{
	position: absolute;
	text-decoration: none;
}
#header a i {
	visibility: hidden;
}

#main {
	overflow:auto;
}

#content {
	float: right;
	position: relative;
	padding: 15px;
	width: 545px;
	right: 50px;
	background-color: #DDC877;
	min-height: 600px;
	overflow: visible;
	margin-bottom: 25px;
}
.left {
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
}

#left {
	position:relative;
	float:left;
	width: 170px;
	left: 50px;
	background-color: #DDC877;
	padding: 15px;
}


#left2 {
	position:relative;
	float:left;
	width: 170px;
	left: 50px;
	background-color: #DDC877;
	padding: 15px;
	margin-top: 25px;
}

#left3 {
	position:relative;
	float:left;
	width: 170px;
	left: 50px;
	background-color: #DDC877;
	padding: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#boxes {
	width: 170px;
	float: left;
	font-weight: bold;
	background-color: #F7E5A5;
	text-align: center;
	height: 215px;
	margin: 5px;
}
#artists {
	background-color: #F8E6A6;
	padding: 5px;
	margin-bottom: 5px;
}



#tracklist {
	float: left;
	width: 260px;
	background-color: #F8E6A6;
	padding: 5px;
}

#available {
	float: left;
	width: 260px;
	background-color: #F8E6A6;
	padding: 5px;
	margin-top: 5px;
	
}

#reviews {
	width: 260px;
	float: right;
	padding: 5px;
	background-color: #F8E6A6;
}

#player {
	height: 55px;
	width: 585px;
	left: 275px;
	top: 15px;
	position: absolute;
}

#footer {
	margin-top: -150px;
	width: 800px;
	height: 50px;
	clear:both;
	background-color: #2B2117;
	margin: auto;
	padding: 50px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #333;
	overflow: hidden;
}


/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

a#home {
	height: 190px;
	width: 250px;
	left: 25px;
	top: 10px;
}
a#home:hover {
	border-style: none;
	background-image: url(images/homehov.jpg);
}

a#releases {
	height: 100px;
	width: 100px;
	left: 300px;
	top: 75px;
}
a#releases:hover {
	background-image: url(images/menu_03.jpg);
	border-style: none;
}
a#video {
	height: 100px;
	width: 100px;
	left: 408px;
	top: 75px;
}
a#video:hover {
	background-image: url(images/menu_05.jpg);
	border-style: none;
}
a#downloads {
	height: 100px;
	width: 120px;
	left: 508px;
	top: 75px;
}
a#downloads:hover {
	background-image: url(images/menu_06.jpg);
	border-style: none;
}
a#store {
	height: 100px;
	width: 100px;
	left: 630px;
	top: 75px;
}
a#store:hover {
	background-image: url(images/menu_08.jpg);
	border-style: none;
}
a#contact {
	height: 100px;
	width: 100px;
	left: 740px;
	top: 75px;
}
a#contact:hover {
	background-image: url(images/menu_10.jpg);
	border-style: none;
}
#title {
	background-color: #333;
	color: #DDC877;
	font-size: 20px;
	margin-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}

#more {
	background-color: #333;
	font-size: 14px;
	color: #DDC877;
	margin-top: 10px;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
}
