@CHARSET "ISO-8859-1";


@media screen
{
  div.container 
  {
    width: 100%;
    border: 0px solid red;
  }

  div.top_spacer
  {
    height:80px;
  }

  div.bottom_spacer
  {
    height:30px;
  }

  /*div.content
  {
    height:100px;
  }*/

  header
  {
    position : fixed;
    /*margine-top:0;*/
    padding: 3px; /* 6*/
    color: white;
    background-color: #DDE;
    /*clear: left;*/
    /*text-align: center;*/
    width:100%;
    z-index: 3;
  }

  footer 
  {
    /* position : fixed;*/
    padding: 5px;
    color: green;
    background-color: #DDE;
    clear: left;
    text-align: left;
    font-size: 12px;
    width:100%;
    /* padding-bottom:0;*/
    position:fixed;
    bottom:0px;
    z-index: 2;
  }

  nav {
    position : fixed;
    padding-top:10px;
    border-right: 1px solid gray;
    /*margine-top: 100px;*/
    height:100%;
    float: left;
    background-color: #DDE;
    width: 130px;
    /*max-width: 160px;*/
    margin-top: 0px;
    z-index: 1;
    /*padding: 1em;*/
  }

  nav ul 
  {   list-style-type: none;
    padding: 0;
  }
   
  nav ul a 
  {    /*text-decoration: none;*/
     
     background-color: #DDE;
  }
    
  article 
  {   /*padding-top:100px;*/
    margin-top:20px;
    margin-left: 10px; /*140px*/
    margin-right:10px; /*2-px*/
    margin-bottom:500px;
    border-bottom:50px;
    /*border-left: 1px solid gray;*/
    padding: 20px;
    z-index: -3;
    overflow: hidden;
    height:50%;
    
  }    

  a.anchor 
  {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
  }    
}

@media print 
{      
      header, nav, footer { display: none;}
}

