body { 
	font: 12px Tahoma, Arial, Sans-Serif;
	color: #b9b2ae;
	background-color: #1f212a; 
	margin: 0px; 
	padding: 0px;
	text-align: center;
	}
p { 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
	}
    
strong {
    text-transform: uppercase; 
    font-weight: bold;
    }
    
a:link, a:visited { 
font-weight: bold; 
text-decoration: none; 
text-transform: uppercase;
color: #4f4c4b;
padding: 1px;
	}

a:hover, a:active { text-decoration: underline; color: #a39d99;}
img {
	border: 0px solid #000000;
	padding: 0px;}	

ol, li {
margin: 3px; }
    
select, textarea, input {
color: #a39d99;
background-color: #777271; 
margin: 2px; 
padding: 2px;
border: 1px solid #a39d99; 
width: 250px;
}

#dispemailyes, #dispemailno, #donatedyes, #donatedno {
width: 20px;}

#submit {
width: 100px;}

label {
text-align: right;
font-weight: bold;
text-transform: uppercase; }
	
/*LAYOUT*/	
#container { 
	background: #809095; 
	width: 556px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
   	background: url(background.jpg);
	}
    
    
#pageHeader { 
	background: url(header.jpg) no-repeat right top; 
	width: 556px;
	height: 467px;
	float: center;
	}

#menu{
	position: absolute;
	left: 226px; 
	top: 377px;
	width: 330px;
	padding: 0px;}
    
#menu .home{
    left: 0px; 
    width: 90px; 
    top: 377px; 
    height: 22px;}   
#menu .home a{
    height: 22px;
    display: block;
    margin: 0px;
    width: 90px;
    visibility: visible;
    text-indent: -9000px;
    overflow: hidden;} 
#menu .home a:hover{
	background: url(header.jpg) -226px -467px no-repeat;
    width: 90px;
    height: 22px;}	
    
#menu .about{
    position: absolute;
    left: 90px; 
    width: 58px; 
    top: 0px; 
    height: 22px;}   
#menu .about a{
    height: 22px;
    display: block;
    margin: 0px;
    width: 58px;
    left: 90px;
    visibility: visible;
    text-indent: -9000px;
    overflow: hidden;} 
#menu .about a:hover{
	background: url(header.jpg) -316px -467px no-repeat;
    width: 58px;
    height: 22px;}	

#menu .buttons{
    position: absolute;
    left: 148px; 
    width: 74px; 
    top: 0px; 
    height: 22px;}   
#menu .buttons a{
    height: 22px;
    display: block;
    margin: 0px;
    width: 74px;
    left: 144px;
    visibility: visible;
    text-indent: -9000px;
    overflow: hidden;} 
#menu .buttons a:hover{
	background: url(header.jpg) -374px -467px no-repeat;
    width: 74px;
    height: 22px;}	

#menu .join{
    position: absolute;
    left: 222px; 
    width: 90px; 
    top: 0px; 
    height: 22px;}   
#menu .join a{
    height: 22px;
    display: block;
    margin: 0px;
    width: 90px;
    left: 222px;
    visibility: visible;
    text-indent: -9000px;
    overflow: hidden;} 
#menu .join a:hover{
	background: url(header.jpg) -448px -467px no-repeat;
    width: 90px;
    height: 22px;}	    	
    
#menu .members{
    position: absolute;
    left: 0px; 
    width: 90px; 
    top: 24px; 
    height: 22px;}   
#menu .members a{
    height: 22px;
    display: block;
    margin: 0px;
    width: 90px;
    left: 90px;
    visibility: visible;
    text-indent: -9000px;
    overflow: hidden;} 
#menu .members a:hover{
	background: url(header.jpg) -226px -491px no-repeat;
    width: 90px;
    height: 22px;}	
  
#menu .fandom{
    position: absolute;
    left: 90px; 
    width: 75px; 
    top: 24px; 
    height: 22px;}   
#menu .fandom a{
    height: 22px;
    display: block;
    margin: 0px;
    width: 75px;
    left: 90px;
    visibility: visible;
    text-indent: -9000px;
    overflow: hidden;} 
#menu .fandom a:hover{
	background: url(header.jpg) -316px -491px no-repeat;
    width: 75px;
    height: 22px;}	
  
#menu .site{
    position: absolute;
    left: 165px; 
    width: 74px; 
    top: 24px; 
    height: 22px;}   
#menu .site a{
    height: 22px;
    display: block;
    margin: 0px;
    width: 74px;
    left: 165px;
    visibility: visible;
    text-indent: -9000px;
    overflow: hidden;} 
#menu .site a:hover{
	background: url(header.jpg) -391px -491px no-repeat;
    width: 74px;
    height: 22px;}	 
  
#menu .links{
    position: absolute;
    left: 239px; 
    width: 75px; 
    top: 24px; 
    height: 22px;}   
#menu .links a{
    height: 22px;
    display: block;
    margin: 0px;
    width: 75px;
    left: 239px;
    visibility: visible;
    text-indent: -9000px;
    overflow: hidden;} 
#menu .links a:hover{
	background: url(header.jpg) -465px -491px no-repeat;
    width: 75px;
    height: 22px;}	             

#menu .home span, #menu .about span, #menu .buttons span, #menu .join span, #menu .members span, #menu .fandon span, 
#menu .site span, #menu .links span {
	visibility: hidden;
	white-space: nowrap;}

/*CONTENT*/
#content {
	position: relative;
	float: center;
	border-top: 0px solid;
	margin: 0 auto;
    padding: 0;
    width: 524px;
	background: #827d7b;
}

#content h1{
	margin: 0;
	padding: 5px;
	font-size: 1.2em; 
	text-transform: uppercase;
	font-weight: bold;
	background: #86817e;
    border-bottom: 1px solid #777271;
    }

#content p{
	margin: 0;
	padding: 5px 0 10px 5px;
}

/*FOOTER*/
#footer {
	border-top: 0px solid;
	margin: 0;
	padding: 0px;
	width: 525px;
    
}

#footer h1{
	margin: 0;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
	background: #86817e;
    border-bottom: 1px solid #777271;
}

#footer p{margin: 1px;padding: 1px;}
