/*
 *
 */
body {
  margin: 0px;
  height: 100%;
  padding: 0px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #333;
  background-color: #1e1e1e;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

#container {
  width: 995px;
  text-align: left;
}

#header {
  width: 995px;
  height: 168px;
  background: url(/images/checkerboard.png) top center no-repeat;
  background: url(/images/header.jpg) top center no-repeat;
}

#main {
  width: 995px;
  background: url(/images/body.png) top center repeat-y;
}

#search {
  width: 100px;
  height: 16px;
  line-height: 16px;
  position: relative;
  top: 142px;
  left: 63px;
}

.searchbox {
  padding: 2px;
  border: 0px;
  background-color: transparent;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  text-align: left;
}

#menu {
  width: 210px;
  margin: 0 0 0 22px;
  float: left;
  background: #fff url(/images/menubox.png) top left repeat-y;
}

#menu ul {
  margin: 0px;
  padding: 0px;
}

#menu li {
  list-style: none;
  text-align: left;
}

#menu a {
  color: #808080;
  margin: 0 0 0 13px;
  padding: 0 0 0 12px;
  text-decoration: none;
}

#menu a:visited, #menu a:hover {
  color: #808080;
  text-decoration: none;
  background-color: #fff;
}

#menubtm {
  background: #fff url(/images/menubottom.png) top left repeat-y;
}

#rhs {
  width: 175px;
  margin: 0 20px 0 0;
  float: right;
  background: #fff url(/images/rhsbg.png) top left repeat-y;
}

#rhst {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #fff url(/images/rhstop.png) top left no-repeat;
}

#rhsm {
  font-size: 10px;
  color: #808080;
  margin: 0 0 0 0;
  padding: 0 25px 0 25px;
}

#rhsb {
  margin: 0 0 0 0;
  padding: 0 0px 20px 0px;
  background: #fff url(/images/rhsbtm.png) top left no-repeat;
}

#rhs h2 {
  color: #004;
  font: normal small-caps normal 11px Verdana, sans-serif;
  margin: 0;
  padding: 15px 10px 2px 22px;
  background: url(/images/rhstop.png) top left no-repeat;
  text-decoration: underline;
}

#content {
  font-size: 14px;
  margin: 0 0 0 250px;
  padding: 10px 180px 30px 0px;
}

#content h1, #content h2 {
  color: #004;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 26px;
  padding: 2px;
  border-bottom: solid #000 2px;
}

#content h2 {
  font-size: 18px;
  line-height: 20px;
}

#fill {
  clear: both;
  font: normal normal 9px Verdana, sans-serif;
  padding: 0 0 0 30px;
}

#follow {
  margin: 30px 0px 0px 20px;
}

#fbook a, #fbook a:visited, #fbook a:hover {
  color: #fff; background-color: #fff;
}

#bottom {
  clear: both;
  margin: 0;
  width: 995px;
  height: 109px;
  background: url(/images/bottom.png) no-repeat top center;
}
