body {
  background: url(/images/bg.png);
  margin: 0px;
  padding: 0px;
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
}
small {
  font-size: 11px;
}
textarea, input, select {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
}
form {
  margin: 0px;
}
a {
  text-decoration: none;
  color: #7FBDDC;
}
img {
  border: 0px;
}
td {
  text-align: left;
  vertical-align: top;
}
#bg {
  background: url(/images/bg_top.png) repeat-x;
  padding-top: 0; /*38px;*/
}
#shadow-top {
  width: 776px;
  background: url(/images/shadow_top.png);
  height: 8px;
  font-size: 1px;
}
#header {
  background: url(/images/header_shadow.png);
  width: 760px;
  padding: 0px 8px 0px 8px;
}
#header-white {
  background: #fff;
  padding: 8px 8px 0px 8px;
}
#header-bg {
  background: url(/images/header_bg.png);
}
#member-box {
  padding: 30px 8px 0px 0px;
  text-align: right;
}
#member-links {
  font-size: 12px;
  position: relative;
  bottom: 4px;
}
#menu {
  height: 25px;
}
a.menu-link {
  display: block;
  padding: 0px 12px 0px 5px;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
}
a.menu-link:hover {
  border-bottom: 5px solid #fff;
}
.white {
  color: #fff;
}
.blue {
  color: #7FBDDC;
}
#mid {
  background: url(/images/mid_bg.png);
  width: 776px;
  padding-bottom: 8px;
}
#mid-top {
  background: url(/images/mid_top.png) repeat-x;
  padding: 0px 8px 0px 8px;
}
.ads {
  background: #fff;
  padding-top: 8px;
}
#content {
  background: #fff;
  padding: 16px 20px 20px 20px;
  color: #5F9DBC;
  font-size: 13px;
  text-align: left;
}
h1 {
  font-size: 25px;
  margin: 0px 0px 5px 0px;
}
#shadow-bottom {
  width: 776px;
  background: url(/images/shadow_bottom.png);
  height: 8px;
  font-size: 1px;
}
#footer {
  text-align: right;
  color: #fff;
  width: 760px;
  margin-bottom: 20px;
  font-size: 11px;
  padding-top: 5px;
}
#side {
  border-left: 1px solid #ccc;
  float: right;
  width: 160px;
  padding-left: 10px;
  margin-bottom: 10px;
}
#content-column {
  padding-right: 10px;
  margin-right: 170px;
}