body {
	background-color: #BA2521;
	text-align:center;
	margin: 0;
	padding: 0;
}

#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;
	
}

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

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;
}

