/*  Final Project External Style Sheet --September 10, 2006--*/
		
	.woodweavebg
		{	background-image:url('images/map_bg.jpg');
		}
	.textblack
	 	{	font-family:Verdana, Arial, Helvetica, sans-serif	
	 		font-color:#000000;
			font-size:16pt;
	 	}
	.welcomeL
	   {  font-family:cursive;
	   	font-size:24pt;
	   	color: #000000;
	   	text-align:center;
	   	font-weight: bold;
	   }
	.welcomeR
	   {  font-family:cursive;
	   	font-size:24pt;
	   	color: #000000;
	   	text-align:center;
	   	font-weight: bold;
	   }
	.header
	   {  font-family:sans-serif;
	   	font-size:16pt;
	   	color: blue;
	   	text-align: center;
	   	font-weight: normal; 
	   }
	.header2
		{	font-family:sans-serif;
	   	font-size:14pt;
	   	color: green;
	   	text-align: center;
	   	font-weight: normal; 
	   }	
	.homeheaderbg  
	   {  background-image:url('images/widest_mountain_view.jpg'); 
      background-position : top center;
		background-repeat : no-repeat;
      }
	 .headerbg  
	   { background-image:url('images/wood_shingle.jpg'); 
      }
	 .mapbg
		{ background-image:url('images/map_bg.jpg');     
      }
   .logohome 
   	{  font size:4; 
   		color:#000000;
   		face:cursive;
   	} 
  	hr
  		{ 	Width:60%;
  		   Size: 10px;
  		 } 
  		
  	h1
  	 	{	text-align:center;
  	 		color: brown; 
  	 		font-family:sans-serif;
  	 		font-weight: bold;
  	 	}	 	 
  	 h2
	 	{ 	text-align:center; 
	 	  	color: blue;	
	 		font-family: sans-serif;
		   font-weight:bold; 
		   font-style: italic;
	 	}		
	 h3
	 	{	text-align:center; 
	 	  	color: yellow;	
	 		font-family: sans-serif;
		   font-weight: normal;
	 	}
	 h4
	 	{  font-family: verdana;
	 		color: green;
	 		text-align:center;
	 		font-weight: bold;
	 	}
	 h5
	 	{  text-align:center;
	 		color: green;
	 		font-family: sans-serif;
	 		font-weight: normal;	
	 	}
	 h6
	 	{	text-align:center;
	 		font-family:sans-serif;
	 		color: mediumvioletred;
	 	   font-weight:normal;
 		} 	
  	a:link 
		{  color:#270CA6;
	 	}
    a:visited 
	 	{	color:#810099;
	 	}
	 a:hover 
	 	{	color:#000000;
			font-weight:bold;
	 	}
	 a:active 
	 	{	color:#810099;
	 	}
	 a
	 	{	font-weight:normal;
	 	}
	 p.inset 
	 	{	border-style: inset;
	 		background-color:#FFFFFF;
	 	}
	 ol.decimal
	 	{	list-style-type:decimal;
	 	}
	 ul.circle
	 	{	list-style-type:circle;
			text-align:left;
	 	}
	 ul.arrow
	 	{	list-style-image:url('images/rtgold_arrow.gif');
	 	}
	 ul.none
	  	{	list-style-type:none;
	  	} 	
	 .resume_bg
		{	background-image:url('images/eosvellum_back2e.gif');
		}
		
		/*extras added 1-8-07 */
.house	
		{  position: absolute;
			left:625px;
			top:650px;
		}	


