
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 750px;
left: 60px; /*position where enlarged image should offset horizontally */

}

</style>






h1
	{font-family:"times new roman";
		font-weight:normal;
		color:#000000;
		font-size:32px;
		line-height:70% 
		
	}





h1 em
	{	color:#6c000a
	}









h2
	{	font-family:"times new roman";
		font-weight:normal;
		color:#000000;
		font-size:24px;
		font-style:italic;
		line-height:5% 
	}



h2 em
	{	color:#6c000a
	}



h3
	{	font-family:"times new roman";
		font-weight:normal;
		color:#000000;
		line-height:100% 
	}




h4
	{	font-family:arial;
		font-weight:normal;
		color:#000000;
		font-size:12px;
		line-height:50%
		
	}




h6
	{	font-family:"times new roman";
		font-weight:normal;
		color:#000000;
		font-size:42px;
		line-height:80% 
		
	}










div#bg 	
	{	background-image:url(house4/02.jpg);
		background-repeat:no-repeat;
		background-attachment:fixed; 
		background-position:center 90% 
		
	}



div#bg2
 	{	background-image:url(house5/05.jpg);
		background-repeat:no-repeat;
		background-attachment:fixed; 
		background-position:5% 90%
		
		
	}





div#bg3	
 	{	background-image:url(house6/04.jpg);
		background-repeat:no-repeat;
		background-attachment:fixed; 
		background-position:70% 15%
		
	}





div#left
 	{	background-image:url(left2.jpg);
		background-repeat:repeat;
		background-attachment:fixed; 
		background-position:center center
		
	}
div#top
 	{	background-image:url(top.jpg);
		background-repeat:repeat;
		background-attachment:fixed; 
		background-position:center center
		
	}






div#letter p:first-letter 	
	{		color:#6c000a;
			font-weight:bold;
			font-size:1.75em;
			font-family: papyrus, enviro, fine hand
			
	}	

div#letter p
	{	text-indent:1em
	}







div#const p:first-letter 	
	{		color:#6c000a;
			font-weight:bold;
			font-size:1.75em;
			font-family: papyrus, enviro, fine hand
			
			
	}

div#const p
	{	text-indent:2em
	}
















	
