#container {
  width: 933px;
  height: 601px;
  margin: 0px auto 0px auto;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -466.5px;
  margin-top: -300.5px; }
  #container #header {
    height: 128px;
    margin-bottom: 30px; }
    #container #header #logo {
      width: 301px;
      height: 128px;
      margin-right: 30px;
      float: left; }
    #container #header #buttons {
      width: 600px;
      height: 126px;
      border: 1px solid black;
      float: left; }
      #container #header #buttons ul {
        list-style: none;
        padding: 0px;
        margin: 0px; }
        #container #header #buttons ul li {
          width: 120px;
          height: 42px;
          float: left; }
      #container #header #buttons img {
        float: left; }
      #container #header #buttons #search_bar {
        float: left;
        height: 40px;
        width: 358px;
        border: 1px solid black; }
        #container #header #buttons #search_bar #search_form {
          margin: 8px 0px;
          text-align: center; }
  #container #sidebar {
    width: 301px;
    height: 429px;
    overflow: hidden;
    margin-right: 30px;
    float: left;
    position: relative; }
    #container #sidebar img {
      position: absolute;
      top: 0px;
      left: 0px; }
  #container #content {
    width: 602px;
    height: 429px;
    overflow: hidden;
    float: left;
    position: relative; }
    #container #content table {
      width: 100%; }
    #container #content div {
      display: inline; }
    #container #content ul {
      margin: 0px 0px 10px 0px;
      padding-left: 15px; }
  #container #sidebar_footer {
    width: 301px;
    height: 20px;
    overflow: hidden;
    margin-top: 15px;
    margin-right: 30px;
    float: left; }
  #container #footer {
    width: 602px;
    height: 20px;
    margin-top: 14px;
    font-size: 8pt;
    float: left; }
