body {
  margin: 0;
  padding: 0;
  background: #0085bf url("/images/shared/star-bg.png") top center repeat-x;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

a { color: #000099; text-decoration: none; }
a:hover { text-decoration: underline; }
img { border: 0; }

.spacer { clear: both; }

h1 {
  margin-top: 0;
  font-size: 20px;
  font-weight: normal;
  color: #b32317;
}

h2 {
  font-size: 16px;
  font-weight: normal;
  color: #b32317;
}

#wrapper {
  width: 808px;
  margin: 20px auto;
  padding-left: 8px;
  background-image: url("/images/shared/bg-right_edge.png");
  background-repeat: repeat-y;
  background-position: top right;
}

#main_div {
  float: left;
  width: 800px;
  background-color: #fff;
  background-image: url("/images/shared/bg-sidebar.png");
  background-repeat: repeat-y;
  background-position: top left;
}

#right_edge {
  float: right;
  width: 8px;
}

#right_edge img {
  display: inline;
  vertical-align: bottom;
}

#masthead img {
  display: inline;
  vertical-align: bottom;
}

#sidebar_content {
}

#sidebar {
  float: left;
  width: 147px;
  height: 436px;
  margin-right: 3px;
  color: #fff;
}

#sidebar a { color: #fff; }

#content {
  float: right;
  width: 590px;
  padding: 30px;
}

#content > h1:first-child { margin-top: 0; }
#content > p:first-child { margin-top: 0; }

#main_base {
  clear: both;
}

#main_base img {
  display: block;
}

#footer {
  width: 808px;
  margin: 0 auto;
  text-align: center;
  color: #8aadbd;
  font-size: 12px;
}

#footer a {
  color: #8aadbd;
}

/* sidebar navigation */

#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
  
#sidebar li {
  border-bottom: 1px solid #4b708e;
  margin: 0;
}

#sidebar li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  text-decoration: none;
}

html>body #sidebar li a {
  width: auto;
}

#sidebar li a:hover {
  background-color: #4b708e;
}
