body {
	background-color: #BA2521;
	text-align:center;
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #282929;
}

h1{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   color:#282929;
   font-weight:normal;
   font-size:14px;
   margin:0 0 10px 0;}
   
a{text-decoration:none; color:#282929;}
a:hover{text-decoration:none; color:#BA2521;}

#outline {
 width:800px;
 text-align:left;
 margin:0 auto;
 top: 0px;
 }

#header {
	background-color: #FFFFFF;
	width: 800px;
	height: 250px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 0;
	border: 15px solid #282929;
	}

#language {
	margin: 10px 10px 0 0;
	float: right;
}
	

#headerimg01 {
	background-image: url(../img/daruma.png);
	background-repeat: no-repeat;
	height: 208px;
	top: 140px;
	right: 10px;
	position: relative;
	background-position: right;
	z-index: 1;
    }
	
#headerimg02 {
	background-image: url(../img/stamp.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 133px;
	top: -160px;
	right: 30px;
	position: relative;
	z-index: 1;
    }
	

#menu{
	width: 800px;
	z-index:1;
	position: relative;
	top: 30px;
	left: 0px;
	clear: both;
	padding: 0;
}

#menu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0px;
}

#menu li{
  font-family: "Trebuchet MS", sans-seif;
  float: left;
  margin: 0;
  padding: 0;
}

#menu a{
  text-align: center;
  text-decoration: none;
  display:block;
  width: 100%;
}

#menu a:hover{
  text-decoration: none;
}

#main {
  width: 800px;
  position: relative;
  top: 70px;
  left: 0px;
  clear: both;
  padding: 0;
}

.artists, artists a {
	padding: 5px;
	font-family: "Trebuchet MS", sans-seif;
	font-size: small;
	font-weight: bold;
	color: #282929;
	text-decoration: none;
}

.artists a:hover{
    color: #FFF;
	text-decoration: none;

}

.image, image a, image a:hover {
	border: 0;
	padding: 5px;
	outline:none;
	
}

.content{margin-top:90px;}
.samples{width:500px; margin-left:20px;}
.btn_album{background-color:#daba05; padding:5px 8px; font-size:12px; text-decoration:none; margin-top:50px; width:80px; text-align:center;}
.btn_info{background-color:#daba05; padding:5px 8px; font-size:12px; text-decoration:none; margin-top:20px; width:80px; text-align:center;}
.container{
	padding-bottom:3px;
	margin-bottom:10px;
	border-bottom:1px dotted;
	border-color:#9A1E1B;
}

.lastcont{border-bottom:none!important;}
.copyright {
	font-family: "Trebuchet MS", sans-seif;
	font-size: x-small;
	color: #282929;
	text-decoration: none;
}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}

div#qTip {
  padding: 6px;
  border: none;
  display: none;
  background-color:#daba05; 
  color: #282929;
  font: normal 11px "Trebuchet MS", sans-seif;
  text-align: left;
  position: absolute;
  z-index: 1000;
  width: 138px;
}


