#ad {
  width: 728px;
}

#adLeft {
  background: url(../images/adLeftBgr.png) repeat-y;
  width: 106px;
}

#adRight {
  background: url(../images/adRightBgr.png) repeat-y top right;
  width: 106px;
}

#ads {
  border: 1px solid #2E2E2E;
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 940px;
}

#ads td {
  padding: 0;
}

#columns {
  border-collapse: collapse;
  width: 940px;
}

#columns .column {
  border: 1px solid #2E2E2E;
  border-top: none;
  height: 90%;
  text-align: center;
  vertical-align: top;
  width: 306px;
}

#columns .header {
  border: 1px solid #2E2E2E;
  border-bottom: none;
  font-weight: bold;
  height: 15px;
  text-align: center;
}

#columns .spacer {
  width: 10px;
}

#content {
  border-collapse: collapse;
  width: 100%;
}

#copyright {
  background: url(../images/footerBgr.png);
  font-size: 9px;
  height: 62px;
  text-align: center;
  vertical-align: middle;
}

#copyright a {
  color: #1FCC23;
  text-decoration: none;
}

#footer td {
  padding: 0px;
}

#footerLeft {
  background: url(../images/footerLeftBgr.png) repeat-x bottom left;
}

#footerRight {
  background: url(../images/footerRightBgr.png) repeat-x bottom left;
}

#header td {
  padding: 0;
}

#headerLeft {
  background: url(../images/headerLeftBgr.png) repeat-x;
}

#headerRight {
  background: url(../images/headerRightBgr.png) repeat-x;
}

#main {
  background: black;
  padding: 10px;
  vertical-align: top;
}

#navigation td {
  border-bottom: 1px solid #1D4F1E;
  padding: 0;
}

#topLinks {
  height: 22px;
  vertical-align: middle;
  width: 960px;
}

#topLinks a {
  color: #BBBBBB;
  margin: 0 50px 0 10px;
  text-decoration: none;
}

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

body {
  background: black url(../images/bodyBgr.png) repeat-x fixed;
  color: white;
  font: 12px arial, sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
}