#header {
  width: 950px;
  margin: 0px auto; }

#container {
  width: 950px;
  margin: 0px auto 0px auto;
  text-align: left;
  position: relative;
  overflow: hidden;
  background: white url('/images/bg.jpg') no-repeat; }
  #container #banners {
    margin: 0px;
    padding: 10px 0px;
    width: 320px;
    float: right; }
    #container #banners p {
      margin: 20px 0px; }
      #container #banners p img {
        border: 1px solid; }
  #container #buttons {
    margin: 10px 0px;
    padding: 10px 0px;
    width: 230px;
    float: left; }
    #container #buttons ul {
      list-style: none;
      padding: 0px;
      margin: 0px 40px; }
      #container #buttons ul li {
        margin: 0px 0px 20px 0px; }
        #container #buttons ul li a.button {
          width: 150px;
          height: 29px;
          line-height: 29px;
          display: block;
          text-align: center;
          color: white;
          font-family: FreeSans, LiberationSans, Myriad Pro, Arial, Verdana, sans-serif;
          font-weight: bold;
          text-decoration: none;
          background: url('/images/button-blue.png'); }
        #container #buttons ul li a.button:hover {
          background: url('/images/button-light.png'); }
        #container #buttons ul li a.button.selected {
          background: url('/images/button-orange.png'); }
  #container #content {
    margin: 10px 0px 10px 0px;
    padding: 10px 5px;
    position: relative;
    float: left; }
    #container #content p.admin {
      text-align: right;
      background: #fee;
      border: 1px dashed red;
      padding: 2px 4px; }
      #container #content p.admin a {
        color: #f00; }
    #container #content ul.highlight li {
      padding: 3px 2px; }
    #container #content ul.highlight li:hover {
      background: #eeeeee; }
    #container #content ul.highlight li.head:hover {
      background: transparent; }
  #container #content.no_banners {
    width: 700px; }
  #container #content.banners {
    width: 370px; }

#footer {
  clear: both;
  text-align: center;
  margin: 15px auto;
  padding: 2px 4px;
  text-align: center;
  font-size: 8pt;
  color: #ddd; }
  #footer a {
    color: #fff; }
