body {
  background: url(../images/crest_pattern.jpg) 50% 30px;
  margin: 10px 0px 10px 0px;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 14px;
}
div#container {
  width: 900px;
  margin: 10px auto 0px auto;
  text-align: left;
  background-color: #FFFFFF !important;
  clear: both;
}
table.container {
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: left;
  border-collapse: collapse;
  border: 2px solid #000000;
  table-layout:fixed;
}
table.container tr.menubar {
  background-image: url('../images/fade/short-lighter.png');
  background-repeat: repeat-x;
  background-position: bottom left;
}
table.container tr td {
  border: 2px solid #000000;
  margin: 0px;
}
table.container tr td.banner {
  background: url('../images/bg_header.png');
  height: 228px;
}
table.cont_inner {
  border: none;
  width: 100%;
  table-layout: fixed;
  margin: 0px;
  padding: 0px;
}
table.container td.main {
  border: none;
  width: 700px;
  margin: 0px;
  padding: 2px;  
  vertical-align: top;
}
table.container td.main td {
  border: none;
}
table.container td.widgets {
  border:none;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}
table.container td.footer {
  font-size: 10px;
  text-align: center;
}
img {
  border: none;
}
img.advert {
  border: none;
  display: block;
  margin: 0px auto;
}

table.advert {
  border: none;
  margin-left: auto;
  margin-right: auto;
  padding:none;
}

a {
  color: #404040;
}
a:visited {
  color: #606060;
}
a:hover {
  color: #606060;
}

table.split {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
}

table.split tr td {
  text-align: left;
  border: 0px;
}
table.split tr td.right {
  text-align: right;
}
