body {
  width: 750px;
  margin: 0 auto;
  background: url(../images/background-vert.png) #c4c894 repeat-y;
  background-position: top center;
  border-right: 3px solid #a89a63;
}

a img {
  border: none;
}

address {
  font-style: normal;
}

#leftsidebar {
  float: left;
  width: 200px;
}

#leftsidebar * {
  margin: 0;
  padding: 0;
}

#logo {
  text-align: center;
  border: 3px solid #414F33;
  padding: 3px 0;
  background: #F2FFE6;
  font-variant: small-caps;
}

#logo img {
  border: none;
}

#ticker {
  float: left;
  margin-top: 5px;
}

#login-status {
  clear: right;
  float: right;
  font-size: 80%;
  font-family: Arial, sans-serif;
  margin: 10px;
}

#login-status a {
  display: inline-block;
  margin-left: 0.75em;
  text-decoration: none;
  border-bottom: 1px dashed blue;
  color: blue;
}

#flash {
  clear: right;
  text-align: center;
  font-size: 80%;
  font-family: Arial, sans-serif;
}

#flash .error {
  color: red;
}

#flash .notice {
  color: #66D;
}

.menu ul {
  float: right;
  list-style: none;
  text-align: right;
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 80%;
  background: #F2FFE6;
  border-bottom: 1px dotted #8BB38B;
  padding-left: 0;
}

#menu-pages ul {
  margin-top: 100px;
}

.menu li {
  border-top: 1px dotted #8BB38B;
  height: auto;
}

.menu li.selected {
  background: #414F33;
}

.menu li.selected-premium {
  background: #615F37;
}

.menu li a {
  display: block;
  text-decoration: none;
  color: black;
  border-left: 5px solid #809C65;
}

#menu-pages li a,
#menu-admin li a {
  width: 148px;
  padding: 4px;
}

.menu li.selected a {
  background: #414F33;
  color: white;
  border-right: none;
  position: relative;
  left: 1px;
  border-left-color: #414F33;
}

.menu li.selected-premium a {
  background: #615F37;
  color: white;
  border-right: none;
  position: relative;
  left: 1px;
  border-left-color: #615F37;
}

.menu li a:hover {
  background: #809C65;
  color: white;
}

.menu li.premium a:hover {
  background: #AD9D63;
  color: white;
}

.menu li.selected a:hover {
  background: #414F33;
  color: white;
  border-right: none;
}

.menu li.selected-premium a:hover {
  background: #615F37;
  color: white;
  border-right: none;
}

#external-links {
  float: right;
  text-align: right;
  font-size: 70%;
  font-family: "Arial", sans-serif;
  list-style: none;
  width: 148px;
  margin: 5px;
  margin-top: 100px;
}

#external-links li {
  margin: 8px 0;
}

#external-links a {
  color: blue;
  display: block;
}

#external-links a:hover {
  color: white;
  background: blue;
  text-decoration: none;
}

#content {
  float: left;
  width: 529px;
  padding: 10px;
  background: #414F33;
  color: #EEE;
  overflow: hidden;
  border: 1px dotted #8BB38B;
  border-right: none;
  font-family: "Times new roman", serif;
}

#content.premium {
  background: #615F37;
}

h1 {
  float: right;
  color: #AD9D63;
  text-align: right;
  border-top: 3px solid #AD9D63;
  margin: 21px 0;
  font-variant: small-caps;
  letter-spacing: -2px;
}

h2 {
  color: #809C65;
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 20px;
  letter-spacing: -1px;
}

#splash h2 {
  color: #FFD700;
}

#splash p {
  font-family: Arial, sans-serif;
  font-size: 90% !important;
}

#content img.splash {
  border-top: 3px solid #AD9D63;
  /* border-bottom: 1px dotted #8BB38B; */
  overflow: hidden;
}

#content div#splash {
  border-top: 3px solid #AD9D63;
  /* border-bottom: 1px dotted #8BB38B; */
  width: 540px !important;
  height: 201px !important;
  margin-bottom: 10px;
}

#content p,
#content ul,
#content address {
  font-size: 16px;
  color: #EFE;
}

#content p,
#content address {
  line-height: 1.5em;
}

#content ul {
  list-style-image: url(../images/bullet.png);
}

#content a {
  display: inline-block;
  color: #CEEDB1;
  text-decoration: none;
  border-bottom: 1px solid #809C65;
  font-family: Arial, sans-serif;
  font-size: 90%;
}

#content a:hover {
  background: #809C65;
  color: white;
}

#content span.box {
  float: right;
  text-align: right;
  color: #809C65;
  font-size: 20px;
  padding: 5px 10px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: -10px;
  font-style: italic;
  border-top: 3px solid #AD9D63;
  width: 185px;
}

#footer {
  clear: both;
  border-color: #414F33;
  border-style: solid;
  border-width: 1px 1px 0 0;
  font-family: Arial, sans-serif;
  font-size: 70%;
  padding: 5px;
  margin-top: 22px;
  margin-left: 35px;
  text-align: right;
}

#footer a {
  color: blue;
}
