*{
    margin:0px;
    padding:0px;
    border:none;
    font-family:Verdana;
    font-size:12px;
    color:#000000; 
}

.clear{
    clear:both;
    line-height:1px;
    height:1px;
}

/******************************************************
 *
 *  LAYOUT
 *
 ******************************************************/
 
body{
    text-align:center;
    background-image:url('../_img/background_body.jpg');
    background-repeat:repeat-x;
}

#header, #main, #footer{
    text-align:left;
    margin:0px auto;
    width:790px;
}

#header{
    height:80px;
    margin-top:25px;
}

#main{
    background-color:#FFFFFF;
    border-top:1px solid #0090D7;
    border-bottom:1px solid #0090D7;
    padding:20px 0px;
}

    #navigation, #content{
        float:left;
    }
    
    #navigation{
        margin-left:20px;
        width:208px;
    }
    
    #content{
        margin-left:35px;
        width:504px;
    }
    
    
/******************************************************
 *
 *  NAVIGATION
 *
 ******************************************************/
 
 #navigation ul{
    list-style:none;
 }
 
  #navigation ul ul {
    margin-left:20px;
 }
 
 #navigation li{
    display:inline;
 }
 
 #navigation a{
    display:block;
    font-size:14px;
    color:#0090D7; 
    margin-bottom:5px;
    padding:5px;
 }
 
 #navigation ul ul a{
    font-size:12px; 
    padding:2px 5px;  
 }
 
 #navigation a:hover{
    background-color:#7BBBE7;
    color:#FFFFFF;
 }
 
  #navigation a.selected, #navigation a.inrootline{
    font-weight:bold;
 }
 
 #footer ul{
    list-style:none;
    margin-left:252px;
    margin-top:5px;  
 }
 
 #footer li{
    padding-right:10px; 
    padding-left:10px; 
    display:inline;
    color:#0090D7;
    font-size:9px; 
    font-weight:bold;
 }
 
 #footer a{
    color:#0090D7; 
    font-size:9px;
    font-weight:normal; 
 }
 
 
 /******************************************************
 *
 *  CONTENT
 *
 ******************************************************/
 
 #content h1, #content h1 *{
    color:#F8982E; 
    font-size:14px; 
    margin-bottom:5px;
 }
 
  #content h2, #content h2 *, #content h3, #content h3 *, #content h4, #content h5, #content h6{
    color:#F8982E; 
    font-size:14px; 
    font-weight:normal;
    margin-bottom:5px;
 }
 
   #content p{
    margin-bottom:15px;
 }
 
  #content ul, #content ol{
    margin-bottom:15px;  
    margin-left:25px;  
  } 
  
  #content table{
    border-collapse: collapse;
    width:100%;
    border:1px solid #7ABBE7;
  }
  
  #content a{
    color:#000000;
  }
  
  #content a:hover{
    color:#0092D8;
  }
  
  #content td, #content th {
    border:1px solid #7ABBE7;
    padding:2px;
  }
  
  #content thead td, #content thead th {
    background-color:#0092D8;
    color:#FFFFFF;
  }
  
   #content tfoot td, #content tfoot th {
    background-color:#BDDDF3;
    color:#FFFFFF;
  }