@charset "UTF-8";
/* CSS Document */

body {
         
		 color: #000000;
		 background-color: #FFF;
		 
		 
		 }

		  




a:link { font-weight: bold; color: #000066; text-decoration:none}

a:visited { font-weight: bold; color: #000066; text-decoration:none}

a:hover {font-weight: bold; color: #3366ff; text-decoration:underline}

a:active {font-weight: bold; color: #3366ff; text-decoration:underline}  

p {font-family: arial, sans-serif; font-size: 12px; line-height: 140%; color: #000033}


	 

#container {
     position: absolute;
	 top: 10px;
	 left: 10px;
	 width: 800px;
	 height: 600px;
	 border: 6px solid #000;
	 background-color: #FFF;
	 z-index: 1;
	 }
	
#nav {
     position: relative; 
	 top: 15px; 
	 left: 15px;
	 }


#nav a { 
    display: block;
	width: 6em;   
	padding: 0.2em;
	line-height: 1.4;
	background-color: #996600;
	border-bottom: 1px solid #CC9966;
	border-left: 2px solid #CC9966;
	border-right: 2px solid #CC9966;
	border-top: 1px solid #CC9966;
	color: #000000;
	text-decoration: none;
	text-align: center;
	}
	
#nav a:hover { 
    display: block;
	width: 6em;   
	padding: 0.2em;
	line-height: 1.4;
	background-color: #996600;
	border-bottom: 1px solid #CC9966;
	border-left: 2px solid #CC9966;
	border-right: 2px solid #CC9966;
	border-top: 1px solid #CC9966;
	color: #deb887;
	text-decoration: none;
	text-align: center;
	}
	
#nav ul { margin: 0; padding: 0; list-style-type: none; }
	
	 
#mainpic {
     position: absolute;
	 top: -10px;
	 left: -9px;
	 width: 450;
	 height:338;
	 z-index: 3;
	 }
	 
#hline { /*white horizontal line*/
     position: absolute;
	 top: -6px;
	 left: 0px;
	 width: 278px;
	 height: 6px;
	 border: none;
	 background-color: #FFF;
	 z-index: 2;
	 }
	 
#vline { /*white vertical line*/
     position: absolute;
	 top: -6px;
	 left: -6px;
	 width: 6px;
	 height: 78px;
	 border: none;
	 background-color: #FFF;
	 z-index: 2;
	 }
	 
#housetext {
     font-family: arial, sans-serif; font-size: 25px; line-height: 140%; color: #ffffff;
	 position:absolute;
	 top: 2px;
	 left: 100px;
	 width: 550;
	 height:40;
	 z-index: 2;
	 }
	 
#housebox {
     position: absolute;
	 top: 36px;
	 left: 46px;
	 width: 450px;
	 height: 338px;
	 border: 4px solid #990000;
	 z-index: 3;
	 }
    
    	 
	 


#pl {
     position: absolute;
	 top: 50px;
	 left: 40px;
	 width: 500px;
	 z-index: 3;
	 }
	 
#about {
      position: absolute;
	 top: 360px;
	 left: 30px;
	 width: 500px;
	 z-index: 2;
	 }
     
	 
#resume {
     font-family: arial, sans-serif; font-size: 12px; line-height: 140%; color: #000000;
	 position: absolute;
	 top: 50px;
	 left: 30px;
	 width: 500px;
	 z-index: 2;
	 }

#nav2 {position: absolute; 
       top: 10px; 
	   left: 15px;
	   z-index: 3;
	   
	   }
	   

#port {
     font-family: arial, sans-serif; font-size: 12px; line-height: 140%; color: #000000;
	 position: absolute;
	 top: 50px;
	 left: 30px;
	 width: 500px;
	 z-index: 2;
	 }
	 


#navlogo {
     position: absolute;
	 top: 30px;
	 left: 40px;
	 z-index: 2;
	 }
	 
	 
#logo {
     position: absolute;
	 top: 20px;
	 left: 250px;
	 z-index: 3;
	 }
	 
#text {
     font-family: georgia; font-size: 40px; line-height: 140%; color: #000066;
	 position: absolute;
	 top: 80px;
	 left: 250px;
	 z-index: 5;
	 }
	 
	 
#foot {
     font-family: georgia; font-size: 11px; line-height: 140%; color: #666; 
	 position: absolute;
	 top: 580px;
	 left: 360px;
	 height: 10px;
	 width: 320px;
	 z-index: 14;
	 }
	 


