h1 span{
    display:none;
}
 
h1{
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h1abouttitle.gif) no-repeat left top;
    border: none;
}
.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:500px;
}

.AccordionTitle
{
  height:30px;
  padding-left: 15px;
  font: bold 1.3em Arial, sans-serif; background: #2e8354 url(../images/main-navigation-background2.gif) repeat-x;
  overflow:hidden;
  cursor:pointer;
  color: white;
  vertical-align:middle;
  text-align:left;
  display:table-cell;
  -moz-user-select:none;
  text-shadow: 2px 2px 2px #555;border-top: 1px solid #00af4d;border-right: 1px solid #00af4d;border-left: 1px solid #00af4d;
  margin-bottom: 5px;
}

.AccordionContent
{
  height:0px;
  display:none; 
  padding: 5px;
}

.AccordionContainer
{
	margin-left: auto;
	margin-right: auto;
}
.AccordionOpen
{
height:100px;
overflow: auto;
}
/*#content {height: 1000px;}*/


