﻿@media screen 
{
    body
    {
     background-image: url('/_images/site-bg.gif');
     background-repeat: repeat-y;
    }
    
    #page
    {
      margin: 0px;
      padding: 0px;
      font-family: Tahoma, Arial, Helvetica, Sans-Serif, Verdana, Calibri;
      font-size: 0.9em;
      min-width: 800px;
    }

    #header
    {
      font-size: 0.7em;
    }
    
    #page-inner
    {
      margin: 0px;
      padding: 0px;
    }

    #header
    {
      background-color: #C6CEB6;
    }
    
    #header-inner
    {
      /* width: 796px; */
    }
    
    #header .logo
    {
      float: left;
      border-right: 1px solid #829091;
    }
    
    #header .img
    {
      float: left;
      border-right: 1px solid #829091;
    }

    #header .menu
    {
      height: 15px;
      border-top: 1px solid #829091;
      border-bottom: 1px solid #829091;
      background-color: #B8C1A4;
    }

    #header .menu .menu-inner
    {
      letter-spacing: 0.5pt;
      margin-top: 1px;
      width: 796px;
      text-align: right;
    }
        
    #header .menu a
    {
      text-transform: uppercase;
      text-decoration: none;
      color: #2B3D3F;
      padding-left: 3px;
      padding-right: 3px;
    }
    
    #footer
    {
      margin-bottom: 200px;
    }
    
    #content
    {
      width: 796px;
    }
    
    #content #left #left-inner
    {
      text-align: justify;
    }

    #content #main #main-inner
    {
    list-style: decimal;
    text-align: justify;
    padding-left: 20px;
    }
   
}