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;*/
}
#header {
  background: url(/images/header_shadow.png);
  /* width: 950px; */
  padding: 0px 8px 0px 8px;
  width: 765px;
}
#header-white {
  background: #fff;
  padding: 8px 8px 0px 8px;
}
#header-bg {
  background: url(/images/logo_bg.gif) repeat-x;
}
#member-box {
  padding: 30px 8px 0px 0px;
  text-align: right;
}
#member-links {
  font-size: 12px;
  position: relative;
  bottom: 4px;
}
#menu {
  height: 25px;
}
.bg-menu {
	background-image: url(/images/bg-menu.gif);
	background-repeat: repeat-x;
	height: 35px;
}
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;
  margin-left: 10px;
}
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;
  width: 765px;
  margin-bottom: 20px;
  font-size: 11px;
  padding-top: 5px;
}
#leftmenu {
  width: 175px;
}
#content-column {
  padding-right: 10px;
  /* margin-right: 170px; */
}

