* {
  margin: 0;
  padding: 0;
  /*
  border: 1px solid #cccccc;
  */
  font-size: 12px;
  color: #ffffff;
  font-family: sans-serif
}

BODY, TD {
  background-color: #000000;
}

H1 {
  font-size: 300%;
}

H2 {
  font-size: 200%;
}

H3 {
  font-size: 150%;
  margin-top: 30px;
}

P {
  margin-top: 10px;
  margin-bottom: 20px;
}

A {
  text-decoration: none;
}

A:Hover {
  text-decoration: underline;
}

TD.main {
  width: 975px;
  height: 768px;
  vertical-align: top;
  padding-top: 20px;
}

IMG {
  border: 0;
}

DIV.divider {
  width: 100%;
  height: 11px;
  background-image: url('../img/divider.png');
  background-repeat: no-repeat;
  background-position: center;
}

#ledord {
  border: 0;
}

#banner {
  background-image: url('../img/banner.jpg');
  background-repeat: no-repeat;
  height: 132px;
}

#menu {
  background-image: url('../img/menu_bg.png');
  background-repeat: no-repeat;
  margin-top: 3px;
  height: 53px;
}

#MenuBar {
  padding-top: 10px;
}

#content {
  background-image: url('../img/content_bg.jpg');
  background-repeat: no-repeat;
}

#footer {
  padding-top: 10px;
  color: #ffffff;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.floatclear {
  clear: both;
}

#table2 {

width:960px;
}

#td2
{
padding:5px;
}
