@media screen {
  
  /* blanket declarations */
  
  * {
    margin: 0;
    padding: 0; 
    text-align: left;
    color: #ffffff;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
  }

  html {
    margin: 0;
    padding: 0;
    background-color: #000033;
  }
  
  #container h1, #container h2 {
    display: inline !important;
    font-weight: normal !important;
    color: #AFBBE1 !important;
  }
  
  #container h1, #container h1 a {
    font-size: 35px !important;
    color: #ffffff !important;
    font-weight: normal !important;
  }
  
  #container h1 {
    padding: 5px;
  }
  
  #container h3 {
    padding: 10px 0;
  }
  
  #container ul {
    list-style-type: none;
  }

  #container img {
    border: none;
  }
  
  #container a {
    text-decoration: none !important;
    color: #AFBBE1 !important;
    font-weight: bold !important;
  }

  #container a:hover, a:active {
    text-decoration: underline !important;
    color: yellow !important;
  }
  
  
  /* main layout divs */
  
  div#container {
    width: 800px;
    margin: 25px auto;
  }
  
  div#sub_container {
    
  }
  
  div#header {
    height: 70px;
  }
  
  div#main, div#body {
    height: 450px;
    border-top: 1px solid #AFBBE1;
    border-bottom: 1px solid #AFBBE1;
  }
  
  div#main {
    /*background: url('../images/frontpage.jpg') no-repeat 0 50%;*/
    overflow: auto !important;
  }
  
  div#footer {
    height: 20px;
    padding-top: 2px;
  }
  
  /* end of main layout divs */
  
  div#header .menu {
    position: relative;
  }
  
  div.menu {
    _padding-right: 10px;
    position: relative;
  }
  
  div#footer .menu span,
  div#header .menu span {
    position: absolute;
    right: 10px;
    top: 0;
  }

  
  div.menu ul li {
    padding: 0 10px;
    display: inline;
  }
  
  div#container .info {
    
    float: right;
  }
  
  ul#prop_list li {
    border-bottom: 1px dotted #AFBBE1;
    margin-right: 4px;
    height: 150px;
    padding-bottom: 5px;
    overflow: hidden;
  }
  
  ul#prop_list li img {
    float: left;
  }
  
}
