
		/* Remove borders from all photos and graphic images */
img { border:none }

		/* Remove margin and padding from EVERY element on this page */
* { margin:0 ; padding:0 }

  /* Styling for linking-text */
a:link { color:inherit }
a:visited { color:inherit }

body 
	{ background-color:#FCF8EC ; font:serif  }
		

		/* Everything sits on this layer.  
		It guards the page layout when the browser window moves in smaller.  */
#BackTransparentFoundation 
	{ position:absolute ; top:0 ; left:0 ; width:804px ;  height:1000px ; text-align:center }


		/* Give the top banner its size & color.  Add the shelf and position it. */
#topBanner	
	{ background-color:#000000 ; 
  	background-image:url(MasterIndexImagesEtc/ShelfMoldingA.jpg) ; 
	background-repeat:no-repeat ; 
	background-position:center bottom ; 
	width:804px ;  height:120px ;
	clear:both }

		/* This layer holds "Huttonio Brooks" logo in the top banner. */
#LogoLayer 
	{ position:absolute ; top:34px ; left:204px ; width:384px ; height:34px }
#SubLogoLayer 
	{ position:absolute ; top:68px ; left:204px ; width:384px ; height:8px ; color:#FFFFFF }	
.SubTitle  
	{ font:10pt Times, serif }	
	
		/* Position the LEFT column, set its size and color.  
		Add the background drawing. Set the text color.  */
#left
	{ background-color:#000000; float:left ; width:268px ;  height:880px ;
	background-image:url(MasterIndexImagesEtc/BkgrndDrawingLeft2.gif) ; 
	color:#FFFFFF }
	
		/* Position the MIDDLE column, etc.  */
#middle 
	{ background-color:#FCF8EC; float:left ; width:268px ;  height:880px ;
	color:#000000 }
	
		/* Position the RIGHT column, etc.  */
#right
	{ background-color:#7B7B7B ; float:left ; width:268px ;  height:880px ;
	background-image:url(MasterIndexImagesEtc/BkgrndDrawingMid1.gif) ; 
	color:#FFFFFF }
	

	
		/* Further style text under drawers:Quoted text bold bold. Byline small. 
		Underline name of publication. Text color set above in 3 column selectors*/
.Quote1 
	{  font:normal bold normal medium Times, serif}
.Byline  
	{ font:normal normal normal small Times, serif }
.BookTitle  
	{ font:italic bold normal small Times, serif}		

	/* This one makes elbow room at bottom of page and holds copyright image */
#Footer
	 { background:url(MasterIndexImagesEtc/CopyrightSculp.gif) 50% 10% no-repeat ; 
	  position:absolute ; z-index:5 ; top:900px ; left: 0; width: 804px; height: 40px }
	
