  body {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding: 0;
    background-color: #7ecb8b;
    font-color: #000000;
    font-size: 12px;
    font-family: arial;
  }

  #header {
    width: 947px;
    height: 30px;
    border: 2px solid #3b964b;
    -moz-border-radius: 1em;
    background-color: #ecf7e4;
    margin-bottom: 10px;
  }

  #header #h1 {
    float: left;
    width: 300px;
    height: 30px;
    line-height: 25px;
    font-size: 23px;
    font-weight: bold;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    background-color: transparent;
  }
  
  #header #tmenu {
    float: left;
    width: 625px;
    height: 15px;
    border-bottom: 2px solid #000000;
    background-color: transparent;
  }

  #header #bmenu {
    float: left:
    width: 625px;
    height: 48%;
    background-color: transparent;
  }

  #side_menu {
    float: left;
    padding: 5px;
    width: 175px;
    height: 400px;
    font-weight: bold;
    border: 2px solid #3b964b;
    -moz-border-radius: 1em;
    background-color: #ecf7e4;
  }

  #content {
    float: right;
    padding: 5px;
    width: 730px;
    height: 500px;
    border: 2px solid #3b964b;
    -moz-border-radius: 1em;
    background-color: #ffffff;
    font-color: #000000;
    font-size: 14px;
    font-family: arial;
    overflow: auto
  }

  #longpage {
    float: right;
    padding: 15px;
    width: 700px;
    height: 470px;
    border: 0px solid #3b964b;
    -moz-border-radius: 1em;
    background-color: transparent;
    font-color: #000000;
    font-size: 14px;
    font-family: arial;
    overflow: auto
  }


  #announce {
    float: left;
    padding: 10;
    width: 700px;
    height: 70px;
    font-size: 8;
    background-color: transparent;

  }

  #mainlogo {
    float: middle;
    padding: 0;
    width: 710px;
    height: 300px;
    vertical-align: middle;
    background-color: #ffffff;
  }

  #footer {
    clear: both;
  }

  input.button{
        font-family:sans-serif;
        font-size:10;
        font-style:italic;
        font-weight:bold;
        border: 4px outset;
        background:#ffffff none;
        color:#3b964b
        }

