body {
  background: #000000 url('images/background.jpg') no-repeat fixed center;
}

#main { text-align: center; }
#main { text-align: -moz-center; }		

a {
  text-decoration: none;
  color: green;
}

#body {
  color: #b4b4b4;
  width: 698px;
  text-align: left;
  font-family: Arial;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 18px;
 }

.imgrightabout {
  float: right;
  padding: 6px 10px 6px 0px;
}

.lipad { padding-left: 20px; }

td.contacttext {
  font-weight: bold;
  font-family: arial;
  font-size: 14px;
  color: black;
  padding: 5px;
}

td.contactform {
  padding: 5px;
}

.field {
 border: 1px solid black;
 background: #CCCCCC;
 font-weight: bold;
}

tr.contacttr{
  background: #808080;
}

.formbutton {
  background: black;
  color: #b4b4b4;
  border: 1px solid white;
  font-weight: bold;
}

.images {
  width: 100px;
  border-top: 0px;
  border-left: 0px;
  border-right: 3px solid #b4b4b4;
  border-bottom: 3px solid #b4b4b4;
  margin-top: 15px;
}

.ulpad {
  margin-top: 0px;
}

.tdpic {
  vertical-align: top;
}

.mymenu {
  /*background: #8A7DAB;*/
  background: #412C79;
  width: 150px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mymenu:hover {
  background: #CCCCCC;
  width: 150px;
  color: black;
  font-weight: bold;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

#active {
  color: black;
  background: #CCCCCC;
}

#rentheader {
  color: white;
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}

td.item {
  color: white;
  width: 450px;
  padding: 5px;
}

td.price1 {
  color: white;
  width: 100px;
  padding: 5px;
  text-align: center;
}

td.price2 {
  color: white;
  width: 100px;
  padding: 5px;
  text-align: center;
}

tr.row1 {
  background: gray;
}

