img {
  border:none;
}

body {
  background-color: #000;
  font-family: Tahoma, Trebuchet, Tahoma, sans-serif;
  font-size: 13px;
  text-align: center;
}

#top {
  width: 866px;
  height: 260px;
  background-color: #000;
  background-image: url("/artwork/bg-top.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  margin-bottom: 3px;
}

#flash {
  width: 866px;
  height: 65px;
  background-color: #000;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3px;
}

#main {
  width: 866px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
  text-align: left;
}

#bottom {
  clear: both;
  width: 866px;
  height: 40px;
  background-color: #000;
  background-image: url("/artwork/bottom-bg.gif");
  background-repeat: no-repeat;
  background-position: top left;
  margin-top: 3px;
}

#add {
  clear: both;
  width: 866px;
  background-color: #fff;
  margin-top: 3px;
}

.tit {
  border:2px solid #000;
  float: left;
  margin-right: 14px;
}

.tit img {
  margin-bottom: -3px;
}



.text {
  background-color: #fff;
  border-bottom: 3px solid #000;
}



.box {
  float:left;
  display: inline;
  width: 286px;
  height: 230px;
  margin-right:4px;
  background-color: #fff;
  font-size: 12px;
  line-height: 15px;
  border-bottom: 4px solid #000;
}

.padder {
  padding: 10px;
}

p {
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 0px;
}
a {
  text-decoration: underline;
  color:#ff0600;
}

a:hover {
  color:#000;
}

small.td {
  font-size: 11px;
  color: #999999;
}

h1 {
  font-size: 30px;
  font-weight:normal;
  color: #917F73;
  margin: 0px;
  padding:0px;
  margin-bottom:5px;
  margin-top: 18px;
}

h2 {
  font-size: 40px;
  font-weight: normal;
  margin: 0px;
  padding:0px;
  color: #F90908;
}

h3 {
  font-size: 22px;
  font-weight: normal;
  margin: 0px;
  padding:0px;
  margin-bottom: 5px;
}