body {
	height: 99.5%; 
	width: 99.5%;
	background-color:000000;
	background-image: url(../../gfx/bg1.jpg);
	background-position: Center; 
	background-attachment: fixed;
	padding: 0px; 
	margin: 0px; 
	border: 0px;
	overflow: auto;
}








/* -------------------------------MAIN DIVS------------------------------- */

#main {
	position: relative; 
	float: left;
	width: 800px;
	min-height: 600px;
	left: 50%;
	margin-left: -400px;
	padding: 0px;
	background: #000000;
}

#menu {
	position: relative;
	float: left;	
	width: 800px;
	height: 230px;
	margin-top: 0px;
	padding-top: 0px; 
	background: #000000; 
	border-bottom: 10px solid #000000;
	}

#left_content{
	position: relative; 
	float: left;
	width: 550px;
	min-height: 450px;
	margin: 0px;
	padding-top: 0px; 
	background: #000000; 
	border-right: 10px solid #000000;
	border-bottom: 10px solid #000000;
	overflow: fixed;
}

#left_content_pos{
	position: relative; 
	float: left;
	margin: 20px;
	width: 510px;
	min-height: 410px;
	background: #000000; 
	overflow: fixed;
}

#right_content{
	position: relative; 
	float: right;
	width: 240px;
	min-height: 450px;
	margin: 0px;
	padding-top: 0px; 
	background: #000000;
	overflow: fixed;
}

#right_content_tour{
	position: relative; 
	float: right;
	width: 240px;
	min-height: 100px;
	margin: 0px;
	padding-top: 0px; 
	background: #000000; 
}

#right_content_tour_pos{
	position: relative; 
	float: right;
	background: #000000;
	width: 200px;
	min-height: 50px;
	margin: 20px;
	padding-top: 0px; 
}

#right_content_promo{
	position: relative; 
	float: right;
	width: 240px;
	min-height: 220px;
	margin: 0px;
	padding-top: 0px; 
	background: #000000; 
}

#right_content_promo_pos{
	position: relative;
	float: right;
	background: #000000; 
	width: 220px;
	min-height: 180px;
	margin-left: 20px;
	padding-top: 0px; 
}

#bottom_links{
	position: relative; 
	float: right;
	width: 800px;
	min-height: 60px;
	margin: 0px;
	padding: 0px; 
	background: #000000;
	border-bottom: 10px solid #000000;
}








/*------------------------TEXT FORMAT----------------------------- */

/* ------------------------[ SPAN CLASSES]-----------------------------------*/	
span.mark {
	position: relativ;
	color: #000000;
	background-color: #ffec00;
	font-weight: 600;
	padding: 1px; 
	font-family: Verdana;
	font-size: 8pt;	
	line-height: 15px;
}

span.yellow {
	position: relativ;
	color: #ffec00;
	font-weight: 500;
	font-family: Verdana;
	font-size: 8pt;	
}





/* ------------------------[YELLOW TEXT HEADLINE]-----------------------------------*/	
h1 {
	position: relative;
	color: #ffec00;
	font-weight: 600;
	font-family: Verdana;
	font-size: 9pt;
	margin-top: 0px;
	}

h1.white {
	color: #ffffff;
	}

h1.red {
	color: #ff0000;
	font-weight: 600;
	text-align: center;
	}
	
/* ------------------------[NEWS HEADLINE]-----------------------------------*/	
h2 {
	position: relativ;
	line-height: 0em;
	color: #ffffff;
	font-weight: 600;
	font-family: Verdana;
	font-size: 8pt;
	}
	
	
/* ------------------------[NORMAL CONTENT TEXT]-----------------------------------*/	
h3 {
	position: relativ;
	color: #ffffff;
	font-weight: 500;
	font-family: Verdana;
	font-size: 8pt;
	text-align: justify;
	line-height: 10pt;
	}

h3.left {
	position: relativ;
	color: #ffffff;
	font-weight: 500;
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	line-height: 10pt;
	}

h4 {
	position: relativ;
	color: #3a3a3a;
	font-weight: 500;
	font-family: Verdana;
	font-size: 6pt;
	text-align: right;
	line-height: 1pt;
	}

a:link {color:#ffec00; text-decoration:none;}
a:visited {color:#ffec00; text-decoration:none}
a:active {color:#ffec00; text-decoration:none}
a:hover {color:#ffec00; text-decoration:underline}

a.imp:link {color:#3a3a3a; text-decoration:none;}
a.imp:visited {color:#3a3a3a; text-decoration:none}
a.imp:active {color:#3a3a3a; text-decoration:none}
a.imp:hover {color:#dcdcdc; text-decoration:underline}

a.black:link {color:#000000; text-decoration:none;}
a.black:visited {color:#000000; text-decoration:none}
a.black:active {color:#000000; text-decoration:none}
a.black:hover {color:#000000; text-decoration:underline}


/* ------------------------SPECIAL FORMATS-----------------------------------*/

hr {
	color: #ffffff;
}

#right { 
	margin-left: 20px;
	line-height: 15px;
}

#right_tour { 
	margin-left: 40px;
	line-height: 15px;
}

#right_tour5 { 
	margin-left: 20px;
	line-height: 15px;
}

#right_align { 
	text-align: right;
}

#left_align { 
	text-align: left;
}


#right_align1 { 
	margin-left: 115px;
}

#right_align2 { 
	margin-left: 285px;
}

#right_align3 { 
	margin-left: 180px;
}

#center_align { 
	text-align: center;
}

#red {
	color: #ff0000;
	font-weight: 600;
	}

img {
	border: 0px;
}

a.linkopacity img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}


a.linkopacity_button img {
filter:alpha(opacity=90); 
-moz-opacity: 0.9; 
opacity: 0.9;}

a.linkopacity_button:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

  
  
/* ---------------BAND/LOGO---------------*/
#band_info {
	position: relative; 
	float: left;
	margin: 0px;
	width: 250px;
	background: #000000; 
	overflow: fixed;
	text-align: left;
	border-bottom: 20px solid #000000;
}

#band_logo {
	position: relative; 
	float: left;
	margin: 0px;
	width: 200px;
	background: #000000; 
	overflow: fixed;
	border-right: 20px solid #000000;
	border-bottom: 20px solid #000000;
	text-align: center;
}


/* ---------------STORE---------------*/	

#release_cover1 {
	position: relative; 
	float: left;
	margin: 0px;
	width: 200px;
	min-height: 175px;
	background: #000000; 
	overflow: fixed;
	border-right: 20px solid #000000;
	text-align: center;
}

#release_info1 {
	position: relative; 
	float: left;
	margin: 0px;
	width: 250px;
	min-height: 175px;
	background: #000000; 
	overflow: fixed;
}

#pic_shirt1 {
	position: relative; 
	float: left;
	margin: 0px;
	width: 175px;
	min-height: 175px;
	background: #000000; 
	overflow: fixed;
	border-right: 20px solid #000000;
	text-align: center;
}

#shirt1_info {
	position: relative; 
	float: left;
	margin: 0px;
	width: 315px;
	min-height: 230px;
	background: #000000; 
	overflow: fixed;
}

table.cart {
	position: relativ;
	color: #ffffff;
	font-weight: 500;
	font-family: Verdana;
	font-size: 8pt;
	border-collapse: separate;
	border-spacing: 5px
	}
	
table.cart th{
	position: relativ;
	color: #ffec00;
	font-weight: 500;
	font-family: Verdana;
	font-size: 8pt;	
	}		

#left_cart{
	margin-left: 50px;
}

#cart_button1{
	position: relative; 
	float: left;
	width: 140px;
	min-height: 1px;
	margin-top: 5px;
	padding-top: 0px; 
	background: #000000; 
}

#cart_button2{
	position: relative; 
	float: right;
	width: 175px;
	min-height: 1px;
	margin-top: 5px;
	padding-top: 0px; 
	background: #000000; 
}

#finalcart_button1{
	position: relative; 
	float: left;
	min-width: 155px;
	min-height: 1px;
	margin-top: 5px;
	padding-top: 0px; 
	background: #000000; 
}

#finalcart_button2{
	position: relative; 
	float: right;
	width: 135px;
	min-height: 1px;
	margin-top: 5px;
	padding-top: 0px; 
	background: #000000; 
}

	
/* ---------------STORE-------------------------SHIPPING FORMULAR-------------------*/


#shipping_info {
	position: relative; 
	float: left;
	margin: 0px;
	margin-top: 2px;
	width: 170px;
	min-height: 0px;
	background: #000000; 
	overflow: fixed;
	border-right: 10px solid #000000;
	border-bottom: 10px solid #000000;
	text-align: right;
}

#shipping_input {
	position: relative; 
	float: left;
	margin: 0px;
	width: 250px;
	min-height: 0px;
	background: #000000; 
	border-bottom: 10px solid #000000;
	overflow: fixed;
}	

#right_optional { 
	padding-left: 300px;
	line-height: 15px;
}

#center_check {
	position: relative; 
	float: left;
	margin-right: 40px;
	width: 500px;
	min-height: 0px;
	background: #000000; 
	overflow: fixed;
	text-align: center;
}



/*---------------MUSIC--------------------*/

#release_cover {
	position: relative; 
	float: left;
	margin: 0px;
	width: 175px;
	min-height: 175px;
	background: #000000; 
	overflow: fixed;
	border-right: 20px solid #000000;
	text-align: center;
}

#release_info {
	position: relative; 
	float: left;
	margin: 0px;
	width: 300px;
	min-height: 175px;
	background: #000000; 
	overflow: fixed;
}

#musicplayer {
	position: relative; 
	float: left;
	margin-top: 20px;
	width: 390px;
	min-height: 320px;
	background: #000000; 
}

#bold{
	font-weight: 600;
}

span.white {
	position: relativ;
	color: #ffffff;
	font-weight: 500;
	font-family: Verdana;
	font-size: 8pt;
	line-height: 5pt;
}




/*---------------MEDIA--------------------*/

#album_thumbnails {
	position: relative; 
	float: left;
	margin: 0px;
	width: 325px;
	min-height: 75px;
	background: #000000; 
	overflow: fixed;
	border-right: 15px solid #000000;
}

#headline {
	position: relative; 
	float: left;
	margin: 0px;
	width: 325px;
	min-height: 1px;
	background: #000000; 
	overflow: fixed;
}

#album_info {
	position: relative; 
	float: left;
	margin: 0px;
	width: 170px;
	min-height: 75px;
	background: #000000; 
	overflow: fixed;
}

#right_align { 
	text-align: right;
	margin-right: 20px;
}

/*---------------PRESS--------------------*/

#yellow_button{
	position: relative; 
	margin: 0px;
	width: 510px;
	min-height: 99.5%;
	min-height: 200px;
	background: #000000; 
	overflow: fixed;
	text-align: center;
}

/*---------------INDEX--------------------*/

#intro {
	position: relative;
	width: 500px;
	height: 267px;
	height: 99.5%;
	left: 50%;
	margin-top: 200px;
	margin-left: -250px;
	padding: 0px;
	background: #000000; 
}

/*---------------NEWS-------------------*/

#news_headline {
	position: relative; 
	float: left;
	margin: 0px;
	width: 510px;
	min-height: 10px;
	background: #000000; 
	overflow: fixed;
}

#news_text {
	position: relative; 
	float: left;
	margin: 0px;
	width: 510px;
	min-height: 0px;
	background: #000000; 
	overflow: fixed;
	border-bottom: 20px solid #000000;
}

#news_text_pic {
	position: relative; 
	float: left;
	margin: 0px;
	width: 300px;
	min-height: 0px;
	background: #000000; 
	overflow: fixed;
	border-bottom: 20px solid #000000;
}

#news_pic {
	position: relative; 
	float: right;
	margin: 0px;
	width: 200px;
	min-height: 10px;
	background: #000000; 
	overflow: fixed;
}


/*---------------NEWSLETTER-------------------*/

#right_content_newsletter{
	position: relative; 
	float: right;
	width: 240px;
	min-height: 80px;
	margin: 0px;
	padding-top: 0px; 
	background: #000000;
	border-bottom: 10px solid #000000;
}

#right_content_newsletter_pos{
	position: relative;
	float: right;
	background: #000000;
	width: 220px;
	min-height: 80px;
	margin-left: 20px;
	padding-top: 0px; 
}

#NL_info {
	position: relative; 
	float: left;
	margin: 0px;
	margin-top: 2px;
	min-width: 50px;
	min-height: 0px;
	background: #000000; 
	overflow: fixed;
	border-right: 10px solid #000000;
	border-bottom: 10px solid #000000;
	text-align: right;
}

#NL_input {
	position: relative; 
	float: left;
	margin: 0px;
	width: 130px;
	height: 20px;
	background: #000000; 
	border-bottom: 10px solid #000000;
	overflow: fixed;
}

/*---------------NEWSLETTER ADMIN AREA-------------------*/

#admin_info {
	position: relative; 
	float: left;
	margin: 0px;
	margin-top: 2px;
	width: 200px;
	min-height: 0px;
	background: #000000; 
	overflow: fixed;
	border-right: 10px solid #000000;
	border-bottom: 10px solid #000000;
	text-align: right;
}

#admin_input {
	position: relative; 
	float: left;
	margin: 0px;
	width: 250px;
	min-height: 0px;
	background: #000000; 
	border-bottom: 10px solid #000000;
	overflow: fixed;
}

#sub_info {
	position: relative; 
	float: left;
	margin: 0px;
	margin-top: 2px;
	width: 100px;
	min-height: 0px;
	background: #000000; 
	overflow: fixed;
	border-right: 10px solid #000000;
	border-bottom: 10px solid #000000;
	text-align: right;
}

#sub_input {
	position: relative; 
	float: left;
	margin: 0px;
	width: 350px;
	min-height: 0px;
	background: #000000; 
	border-bottom: 10px solid #000000;
	overflow: fixed;
}

#create_info {
	position: relative; 
	float: left;
	margin: 0px;
	margin-top: 0px;
	width: 50px;
	min-height: 0px;
	background: #000000; 
	overflow: fixed;
	border-right: 10px solid #000000;
	border-bottom: 10px solid #000000;
	text-align: right;
}

#create_input {
	position: relative; 
	float: left;
	margin: 0px;
	width: 450px;
	min-height: 0px;
	background: #000000; 
	border-bottom: 10px solid #000000;
	overflow: fixed;
}
	