body {
	font-family: georgia, garamond, arial; 
	font-size: 9pt;
	color: #252525;
	line-height: 10pt;
  }
  
.galleryfooter {
	font-family: georgia, garamond, arial;
	font-size: 9pt;
	color: #BCBEC0;
	line-height: 16px;
	margin-right: 10pt;
	margin-top: 5pt;
  }  
  
.bio {
	font-family: georgia, garamond, arial; 
	font-size: 10pt;
	color: #252525;
	line-height: 11.5pt;
  }
  
.homebody {
	font-family: georgia, garamond, arial; 
	font-size: 10pt;
	color: #C7C8CA;
  } 
  
.menu, .menusection {
	font-family: georgia, garamond, arial; 
	font-size: 9pt;
	line-height: 9pt;
  }
  
.menu {
  color: #C7C8CA;
  }     
  
.menusection {
  color: #FFFFFF;
  }   
  
.homemenu {
	font-family: georgia, garamond, arial; 
	font-size: 7.5pt;
	color: #C7C8CA;
	line-height: 9pt;
  }  
  
.header01 {
	font-family: georgia, garamond, arial;
	font-size: 15pt;
	color: #C7C8CA;
	letter-spacing: -1px;
  }  
  
.header {
	font-family: georgia, garamond, arial;
	font-size: 15pt;
	color: #252525;
	letter-spacing: -1px;
  }
  
.subheader {
	font-family: georgia, garamond, arial;
	font-size: 9pt;
	color: #252525;
  }     

.galleryheader {
	font-family: georgia, garamond, arial; 
	font-size: 11pt;
	color: #C7C8CA;
	margin: 0 auto;
	margin-left: 15pt; margin-right: 15pt;
	margin-top: 70pt;
  } 

.poem {
	font-family: georgia, garamond, arial; 
	font-size: 8.5pt;
	color: #252525;
  } 
  
.center {
text-align: center; /* for IE */
margin: 0 auto; /* for the rest */ 
  }
 
a img {
    border: none;
 }
 
a:active, a:focus { width:0; height:0; }
a { text-decoration: none; outline: 0; }
 
/* CSS GALLERY - with thanks to Stu Nicholls www.cssplay.co.uk */

/* needed for IE to make :active state work first time */
a, a:visited {color:#000;} 

/* common styling for all galleries */
a.gallery, a.gallery:visited { display: block; display: inline-block; color: #000; text-decoration: none; border: 1px solid #252525; width: 70px; height: 70px; float: left; margin: 2px; z-index: 50; }
a.gallery em, a.gallery span {display:none;}
a.gallery:hover {border: 1px solid #c7c8ca;}

/* styling for LEFT gallery */
#container_left { position: relative; width: 230px; height: 230px; background: #252525; border: 1px solid #252525; }
#container_left img { border:0; }
#container_left .thumbs { width: 230px; position: absolute; left: 0; top: 0; }
#container_left a.gallery:active, #container_left a.gallery:focus { border:1px solid #000; }
 
A.menu:link {color: #C7C8CA; text-decoration: none;} A.menu:active {color: #C7C8CA; text-decoration: none;} A.menu:visited {color: #C7C8CA; text-decoration: none;} A.menu:hover { color:#C7C8CA; text-decoration: none;}
A.homemenu:link {color: #C7C8CA; text-decoration: none;} A.homemenu:active { color: #C7C8CA; text-decoration: none;} A.homemenu:visited {color: #C7C8CA; text-decoration: none;} A.homemenu:hover { color:#C7C8CA; text-decoration: none;}
