body {
  margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "IBM Plex Sans", sans-serif;
	line-height: 1.5;
	background:#fff;
	 }
body.photo {
 background-color:#cbdea8;
 text-align:center;
 padding:10px;
 }
#top {
  padding:5px;
  background-color:#cbdea8;
  border-bottom: 1px solid #765;
	}
	 
#image {
  clear:both;
	width:130px;
	float:left;
  padding:0px;
  background-color:#fff;
	 }
#description {
	margin-left:131px;
	padding:5px 5px 0 0;
	}
	
#picture {
	margin-top:20px;
	height:350px; 
	}
	
	
	/* IE hacks to fix the "IE 3pixel text jog" bug (3px padding added to objects next to floats) & 
"peekaboo" bug (errors in calculating the size of floated elements w/ backgrounds or borders. Pb disappears when
IE6 recalculates the box to accomodate big content therefore hack declares a ridiculously small size for the box 
to force IE6 to recalculate it. Needs to be hidden form other browsers incl. IE/Mac) by Holly Bergevin
at www.positioniseverything.net.*/

/* Hide from IE/Mac \*/
* html #description {
  height: 1%;
	}
/* end hide  */	

.lefthand {
   float:left;
	 clear:left;
	 margin-right:5px;
	 }	 	 	
	 
.righthand {
   float:right;
	 clear:right;
	 margin-left:5px;
	 }	 	 
	 
.middle {
  text-align:center;
	 }		 
	 
h2 {
  margin:0;
	font-size:14px;
  font-weight: bold;
  }
	
h3 {
  margin:0;
	font-size:12px;
  }	

h4 {
  font-size:12px;
	font-family: "IBM Plex Sans", sans-serif;
	color: #006600;
	margin:0px;
	padding:2px;
	clear:left;
	}
	 
em {
	font-style: italics;
  }
	 
p {
   margin:0 0 0 15px;
	 text-indent: -15px;
  }
	
a {
	 color: #ff3300;
	 text-decoration: none;
   }	
	
a:hover {
   background-color: #006600;
	 color: #f2ffb9;
   }	

ul {
  padding:0px;
	margin:0 0 0 18px;
	}	
	 	
ul.horiz {
  margin:50px 10px 10px 10px;
	padding:0px;
  display: inline;
  }

ul.horiz li {
  margin-left: 0;
  padding: 0px;
  list-style: none;
	display: inline;
	border: 0px solid blue;
  }	
	
	
table {
  border-spacing:10px 2px;
		}
	
td {
 background-color:#fff;
 border:0px solid #765;
 text-align: left;
 margin:0px;
 width:50%;
 } 
 
