/*
Basic style sheet
*/

.centerdiv 
         {
          margin-left: auto;
          margin-right: auto;
          text-align: center; 
         }

body 
     {
      text-align: center;
      background: #FFFFFF;
      margin: 0px;
      padding: 0px;    
     }

p
     {
      width: 90%;
     }

#nav p
      {
       width: 130px;
      }

#content
        {
         width: auto;
         float: left; 
        }
        
#content2
         {
          width: auto;
          float: left;
         }
        
#nav
    {
     background: #016654;
     float: left; 
     padding: 0px;
     width: 250px;   
    }
    
body>div#nav
            {
             position:fixed;
            }
    
#spacer
       {
	background: #FFFFFF;
	border-right: 2 px dotted white;
	z-index: 99;
	height: 100%;
	padding: 0px;
	width: 90px;
	left: 0px;
	top: 0px;
       }

#spacer2
        {
         background: #FFFFFF;
         border-right: 2 px dotted white;
         z-index: 99;
         height: 100%;
         padding: 0px;
         width: 90px;
         left: 0px;
         top: 0px;
        }
       
#nav2
     {
      background: #016654;
      border-right: 2 px dotted white;
      padding: 0px;
      width: 402px;
      left: 400px;
      top: 8px;
      float:left;
     }
     
#navspacer
  	  {
  	   background: #FFFFFF;
  	   padding: 0px;
  	  }
     
#foto
     {
     background: #FFFFFF;
     border-right: 2 px dotted white;
     width:  auto;
     float: left;
     }
     
#main
     {
      background: #cccccc;
      border-right: 2 px dotted white;
      height: 100%;
      padding: 0px;
      width: 130px;
      left: 10px;
      top: 42px;
     }
     
        #wrapper{
            background: #ffffff;
            margin: 0 auto;
            min-height: 100%;
            width: 800px;
        }
        * html #wrapper{
            height: 100%;
        }
        #footer{
            background: #006654;
            color: #000;
            height:5px;
            margin: -100px auto 0;
            width: 800px;
        }
        #clearfooter{clear:both;height:100px;} /* same height as footer */
        
    
       
     