* { margin: 0; padding: 0; border: 0; }
body { text-align: center; font-family: Verdana, Arial, Sans-Serif; font-size: 12px; color: #000; height: 100%; background: #fff; margin-top: 10px; }
  
#container { background: #cceeff; width: 800px; margin: 10px auto; text-align: left; border:  1px solid #999; }

#header { width: 800px; height: 100px; }
     
#navigation { width: 800px; height: 25px; background: #ccc; }     

      
#content{ padding-left: 10px; padding-right: 10px; }
    
#footer { padding-right: 10px; padding-top: 7px; padding-bottom: 7px; background-color: #ccc; font-size: 10px; text-align: right; }
     
#header h1 { text-align: center; padding-top: 5px; font-size: 40px; }
#header h2 { text-align: center; font-size: 14px; margin-top: 0px; }   
        
#navigation ul { list-style-type: none; padding-left: 10px; padding-top: 3px; }
#navigation ul li { display: inline; padding-right: 30px; }
#navigation a { color: #000; font-size: 14px; text-decoration: none; }
#navigation a.current { color: #000000; font-weight: bold; text-decoration: none; }
#navigation a:hover { color: #000000; font-weight: bold; text-decoration: none; }

a {color: #000000; text-decoration: none; }

#content a { font-weight: bold; color: #000000; text-decoration: none; }
#content a:hover { color: #000000; text-decoration: underline; }
#content p { padding-bottom: 10px; }

#content h1{padding-top: 10px; font-size: 16px; border-bottom: 1px dotted #000000;}
#content h2{font-size: 14px;}

