body { 
	font: 10pt/16pt georgia; 
	color: #555753; 
	background: #B0A98B ; 
	margin: 0px; 
	}
p { 
	font: 10pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h1 {
	font: bold 18pt georgia; 
	text-align: center;
	color: #7D775C;
}
h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #7D775C;
	}
.center	{
	text-align: center;
}
UL.nospace{
	margin-top: -5px; 
}
img.border {
margin:10px;
border: #524C31 1px solid;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #37712C;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #37712C;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #B0A98B;
	}

#container { 
	/*background: url(zen-bg.jpg) no-repeat top left; */
	/*padding: 0px 175px 0px 110px;  */
	background: #FEFEFE;
	width: 800px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top:10px;
	margin-bottom:0;
	padding: 0;
	border: #524C31 1px solid;
	display: table;
	
}
#header { 
	background: transparent url(header.jpg) no-repeat top center; 
	/*margin-top: 10px; */
	width: 800px; 
	height: 139px; 
	padding:0;
	margin:0;
	vertical-align:bottom;
	text-align:center;
	/*float: top;*/
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 

	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;
	}
#pageHeader h2 span {
	display:none;
	}
#footertext { 
	text-align: center; 
	}
#footertext a:link, #footertext a:visited { 
	margin-right: 20px; 
	}
#footertext2 { 
	text-align: center; 
	margin-top: 20px;
	color:#FAFAFA;
	}
#footertext2 a:link, #footertext2 a:visited { 
	margin-right: 20px; 
	color:#FAFAFA;
	}
	
#bodytext{
	padding: 10px;
}	



#logo     {
/* size of the picture */
position:absolute;
left:5px;
top:5px;
width: 120px;
height: 100px;
}
#logo a, #logo a:hover {

color: #B0A98B;  
/*text-indent: -2000px;*/
}
#logo span {
/*background: url(DavidShor.jpg) no-repeat left top;*/
/* size of the picture */
width:120px;
height:140px;
z-index:1000;
}


	/*- Menu Tabs --------------------------- */

    #tabs {
      float:left;
      width:100%;
      /*background:#FEFEFE;*/
      font-size:93%;
      line-height:normal;
	  border-bottom: #CCCCCC 1px solid;
	  padding:0;
	  margin:0;
      }
    #tabs ul {
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0 10px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#499C75;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
	
	
