/* page layout: header */

.base {
  width: 950px;
  padding: 0 15px;
  background: url('col.png') repeat-y;
  margin: auto;
  overflow: hidden;
}

body {
  background: #e5e5e5;
}

.site_header {
  background: #c3e5f8 url('titlegrad.png') top left repeat-x;
  border-bottom: 1px solid #83a8cc;
  padding: 10px 15px;
}

.site_header .left {
  width: 210px;
  float: left;
}

.site_header .center {
  width: 300px;
  float: left;
  background: url('search.png') top left no-repeat;
  _background: transparent;
  padding-left: 54px;
  vertical-align: middle;
}

.site_header .center input {
  border: 1px solid #83a8cc;
  height: 16px;
  width: 150px;
  vertical-align: middle;
}

.site_header .center button {
  color: black;
  border: 1px solid #83a8cc;
  height: 20px;
  background: #f6f6f6;
  padding: 1px 5px;
  font-family: Trebuchet MS, Georgia, Arial, sans-serif;
  vertical-align: middle;
}

.site_header .center button:hover {
  background: #c3e5f8;
}

.site_header .right {
  width: 300px;
  float: right;
  text-align: right;
}

.site_header .line1 {
  height: 30px;
}

.site_header .line1 img {
  vertical-align: middle;
  padding: 0;
}

.site_header .line2 {
}

.site_header .left a.title {
  font-family: Trebuchet MS, Georgia, Arial, sans-serif;
  color: #d45500;
  font-size: 26px;
  text-decoration: none;
}

.site_header .left .line2 {
  text-decoration: none;
}

/* page layout: content and sidebars */

.left_sidebar_wrap {
  float: left;
  width: 211px;
  overflow: hidden;
}

.left_sidebar {
  padding: 15px;
}

.right_sidebar {
  float: right;
  width: 210px;
  margin-left: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.right_sidebar .box {
  margin-bottom: 15px;
}

.right_sidebar .box div.head {
  height: 20px;
  background: url('rboxhead.png');
  padding: 3px 8px;
  font-weight: bold;
  color: #d45500;
}

.right_sidebar .box div.body {
  border: 1px solid #ffcaa0;
  border-top: 0;
  background: white url('topfade.png') top left repeat-x;
}

.right_sidebar .box div.content {
  padding: 3px;
}

#content_wrap {
  margin-left: 211px;
  width: 739px;
  min-height: 900px;
  _height: 900px;
  background: white url('topfade.png') top left repeat-x;
}

/* IE 6.0 crap, as always */
#content_wrap {
  _position: relative;
  _left: -3px;
  _margin-right: -3px;
}

#content {
  overflow: hidden;
  padding: 15px;
}

/* page layout: content and sidebars */

.footer {
  color: gray;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #ddd;
  background: white url('topfade.png') top left repeat-x;
}

.footer_note {
  width: 500px;
  margin: auto;
  margin-top: 20px;
}

.footer_links {
}

.footer a {
  color: #83a8cc;
}

.footer a:hover {
  color: #e47911;
}
