* {
	margin:0;
	padding: 0;
	outline: none;
}

body {
	background-color:#25110A;
}

body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	letter-spacing:2px;
	color: #FFF6E2;
}

body#main {
	background-image:url(images/image1.png);
	background-repeat:no-repeat top;
	width: 1200px;
	height: 1000px;
}

body#bio {
	background-image:url(images/image8.png);
	background-repeat:no-repeat;
	width: 1200px;
	height: 1000px;
}

body#music {
	background-image:url(images/image4.png);
	background-repeat:no-repeat;
	width: 1200px;
	height: 1000px;
}

body#tour {
	background-image:url(images/image3.png);
	background-repeat:no-repeat;
	width: 1200px;
	height: 1000px;
}

body#contact {
	background-image:url(images/image2.png);
	background-repeat:no-repeat;
	width: 1200px;
	height: 1000px;
}

body#news {
	background-image:url(images/image10.png);
	background-repeat:no-repeat;
	width: 1200px;
	height: 1000px;
}

body#fanclub {
	background-image:url(images/image6.png);
	background-repeat:no-repeat;
	width: 1200px;
	height: 1000px;
}

body#thanks {
	background-image:url(images/image9.png);
	background-repeat:no-repeat;
	width: 1200px;
	height: 1000px;
}
body#store {
	background-image:url(images/image7.png);
	background-repeat:no-repeat;
	width: 1200px;
	height: 1000px;
}

body#gallery {
	background-image:url(images/image4.png);
	background-repeat:no-repeat;
	width: 1200px;
	height: 1000px;
}


div#wrapper {
	width: 800px;
	margin: 0 auto;
}

a:link, a:visited {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #DEBD63;
}
a:active {
	text-decoration: none;
	color: #DB7024;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #FF6600;
}
h2 {
	font-size: 20px;
	color: #DEBD63;
}
h3 {
	font-size: 18px;
	color: #FFF6E2;
}
h4 {
	font-size: 16px;
	color: #000000;
}

.sidebar {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFF6E2;
}

.sidebar a {
	color: #FFF6E2;
}

.sidebar a:link {
	color: #FF6600;
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
	color: #DEBD63;
}
.sidebar a:active {
	text-decoration: none;
	color: #DB7024;
}

.sidebarHeadline {
	font-family: "Amazone BT", Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #FFF6E2;
}

.headlines {
	padding:5px;
	font-family: "Amazone BT", Verdana, Arial, sans-serif;
	font-size: 36px;
	color: #FF6600;
}

.smheadlines {
	padding:10px;
	font-family: "Amazone BT", Verdana, Arial, sans-serif;
	font-size: 28px;
	text-shadow:#333333;
	color: #FF6600;
}

.content {
	padding-left:10px;
	padding-right:100px;
}
.musichdr {
	font-size: 14px;
	font-weight:bold;
	color: #DEBD63;
}
.musictext {
	font-size: 12px;
	color: #FFF6E2;
}
.musicimage {
	padding-right: 10px;
}

.bkrepeaty {
	background-repeat: repeat-y;
}

.bkno-repeat {
	background-repeat:no-repeat;
}

.bkrepeatx {
	background-repeat:repeat-x;
}

.footernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	vertical-align:middle;
}
.footernav a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.footernav a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.footernav a:hover {
	color: #660000;
	text-decoration: underline;
}
.footernav a:active {
	color: #ff6600;
	text-decoration: none;
}

