 
    body { background-color: white}

    #title {position:absolute;
	    top: 20px;
   	    left: 50px;
            width: 100%;
            background-color: white;
            font-size: 40px;
	    border-top-width: 3px;
	    border-top-style: double;
	    border-top-color: red;
            border-left-width: 3px;
	    border-left-style: double;
	    border-left-color: red;
            
            padding: 20px 0 20px 20px;
            color: black;
            min-width: 700px;}

    #navbar {position:absolute;
            top: 110px;
            left: 50px;
            width: 250px;
            height: 500px;
            border-left-width: 3px;
	    border-left-style: double;
	    border-left-color: red;
            background-color: white;
            padding: 0px 20px 0px 20px;
            color: white;
            font-size: 30px;
            line-height: 2em;}
 
            a { color: blue; text-decoration: none;} 
            a:hover {text-decoration: underline;}

            a.buttons { color: black; text-decoration: none;}
            a:hover {color: blue;}
         
       	
    #content{
	position:absolute;
	top: 140px;
	left:300px;
        height: 300px;
        width: 700px;
        background-color: white;
        padding: 0 20px 0 20px;
        font-size: 20px;}
    
    #picture {
        position: absolute;
        top: 450px;
	left: 650px;}

    #doclinks {
        font-size: 16px;}


   

   