body, html {
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal; 
    color: #000000;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    }
    
    div.main {
         
        width: 800px;
        height: 100%;
        margin: 0 auto;
        }
        
    div.header {
        width: 800px;
        height: 100px;
        text-align: center;
        font-size: 25px;
        margin:15px;
		    border-bottom: 3px double black;
        }
        
    div.nav {
        width: 15%;
        height:400px;
        float: left;
        margin-right: 1%;
        text-align: left;
        line-height: 20px;
		    font-weight: 700; 
        }
        
    div.content {
        width: 83%;
        float: right;
    	background-color: #FFFFFF;
		text-align: left;
		}
        
    div.footer {
        width: 100%;
        height: 100px;
        margin-top:50px;
        text-align:center;
        clear: both;
		font-weight: 700;
		border-top: 3px double black;
        }
		
	div.w3c {
		float: right;
    width: 100%;
	}	

    .logo {
           float: left;
           }    

    .heading {font: small-caps 150% bold}
	
	h1 {font-size: 35px;
	    font-variant: small-caps;
		font-weight: 700;}
		
	h2 {font-size: 25px;
	    font-variant: small-caps;
		font-weight: 700;}
		
	  .center {text-align: center;}
  
  a:hover {color: red;}

  hr.wide {
     height: 5px;
     background-color: black;
     color: black;
          }

	

	