img, h1, h2, form, div, p {
 margin:0px;
 padding:0px;
 border: none;
}

body {
  width: 100%;
  text-align: center;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 13px;
  color: #555555;
  margin: 0px;
  padding: 0px;
  background-color: #000;
}

a {
  color: #ff6600;
  text-decoration:underline;
}

a:hover {
  color: #000;
}

li a {
   color: #555555;
  text-decoration:underline;
}

li a:hover {
color: #ff6600;
}

td {
  font-size: 13px;
  text-align: left;
}

td.tdle {
  text-align: right;
  font-weight:bold;
}

#main {
  width: 845px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  text-align: left;
}

#top {
}

#menu {
  height: 167px;
  background-color: #000;
  background-image: url("/artwork/main.jpg");
  background-position: 1px 1px;
  background-repeat: no-repeat;
}

#left {
  float: left;
  display:inline;
  width: 592px;
  border-right: 1px solid #999999;
  margin-top:10px;
  
}

#right {
  float: right;
  display: inline;
  width: 240px;
  margin-top:10px;
}

#bottom {
  clear: both;
  border-top: 1px solid #999999;
  text-align: right;
  padding-right: 10px;
  font-size: 11px;
  height: 30px;
}

h1 {
 font-weight: normal;
 color: #ff6600;
 font-size: 24px;
 margin-bottom: 15px;
 padding: 0px;
}

h2 {
 font-weight: bold;
 color: #ff6600;
 font-size: 15px;
 margin-bottom: 10px;
 padding: 0px;
}

a.menu {
  color: #fff;
  text-decoration:none;
}

a.menu:hover {
  color: #ff6600;
}

.ifield {
  width:180px;
  height: 18px;
  font-size:13px;
  border:1px solid #999999;
  background-color: #f5f5f5;
}

.buton {
  background-color: #ff6600;
  color: #fff;
  border-style:otset;
  font-weight:bold;
}

p {
  margin-bottom: 10px;
}
