#MAIN div#Header {
    position: relative;
    height: 200px;
    width: 995px;
}

#MAIN * {
    margin-left: auto; 
    margin-right: auto; 
}


#MAIN div#Header img {
    position: absolute;
    overflow: hidden;
    border: 0px none; 
}

#MAIN div#Header img#Logo {
    top: 0px;
    height: 183px;
    width: 132px;
    margin-left: 6px;  
    left: 20px;
}

#MAIN div#Header img#Center {
    width: 588px;
    height: 170px;
    left: 50%;
    margin-left: -380px;
}

#MAIN div#Header img#Gremlin {
    width: 120px;
    height: 200px;
    left: 50%;
    margin-left: 208px;
}

#MAIN div#Header img#DonateImage {
    width: 235px;
    height: 56px;
    right: 0px;
    top: 7px;
    background-image: url(/images/header/donate.jpg);
}  

#MAIN div#Header img#DonateImage:hover {
    background-position: 0px -56px;
}

#MAIN div#Header img#FosterImage {
    width: 235px;
    height: 56px;
    right: 0px;
    top: 63px;
    background-image: url(/images/header/foster.jpg);
}      

#MAIN div#Header img#FosterImage:hover {
    background-position: 0px -56px;
}

#MAIN div#Header img#VolunteerImage {
    width: 235px;
    height: 56px;
    right: 0px;
    top: 119px;
    background-image: url(/images/header/volunteer.jpg);
}      

#MAIN div#Header img#VolunteerImage:hover {
    background-position: 0px -56px;
}

#MAIN div#Header img#gremlin-link {
   position: absolute; 
   width: 387px; 
   height: 30px;    
   top: 140px;
   left: 50%;
   margin-left: -214px;     
   background: url(/images/header/seestory.jpg) no-repeat;  
}

#MAIN div#Header img#gremlin-link:hover {
    background-position: 0px -30px;
}

#MAIN div#Header img#donation {
   position: absolute; 
   width: 119px; 
   height: 24px;    
   top: 84px;
   left: 50%;
   margin-left: 48px;     
   background: url(/images/header/donation.jpg) no-repeat;  
}

#MAIN div#Header img#donation:hover {
    background-position: 0px -24px;
}


.Header {
    position: relative; 
    width: 640px;    
	text-align: center; 
	margin-bottom: 10px;
	font-size: 20px; 
	font-weight: bold;
    top: 0px;
    color: #005a00; 
    border-bottom: double 3px #005A00;
    border-top: double 3px #005A00;
}

.HeaderImage {
    position: relative; 
    width: 640px;    
	text-align: center; 
	padding-bottom: 10px; 
	padding-top: 0px; 
    top: 0px;
}

.HeaderPurple {
    position: relative; 
    width: 640px;    
	text-align: center; 
	margin-bottom: 10px;
	font-size: 20px; 
	font-weight: bold;
    top: 0px;
    color: #600060;
    border-bottom: double 3px #600060;
    border-top: double 3px #600060;
    margin-bottom: 5px;
}