#donate {
	position: 	fixed;
	right: -8px;
	bottom: 32%;
	width: 32px;
	height: 86px;
	background: url('http://openforumfoundation.org/Testing/images/TabDonate.png');
	xcolor: white;
	z-index: 1000;
	letter-spacing: 20px;
	color: #333;	
}

a#donate:hover {
	color: black;
	right: -6px;
}

#community {
	position: 	fixed;
	right: -8px;
	top: 67%;
	width: 32px;
	height: 117px;
	background: url('http://openforumfoundation.org/Testing/images/TabCommunity.png');
	xcolor: white;
	z-index: 1000;
	letter-spacing: 20px;
	color: #333;
}

a#community:hover {
	color: black;
	right: -6px;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
	border-top: 1px solid #999;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #999;
	}

#footer a {
	color: #999;
	text-decoration: none;
	}

#footer a img {
	border: none;
	}
	
#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 17px 30px 0;
	}	

#footer ul li {
	float: left;
	padding: 3px 0px 40px;
	width: 166px;
	font-size: 11px;
	}

#footer ul li a {
  color: #666;
  }
  
#footer ul li ul li a {
  color: #999;
  }
  
#footer ul li ul {
	padding: 3px 0;
	margin: 0;
	}

#footer ul li ul li {
	font-weight: normal;
	float: none;
	padding: 0;
	}

#footer ul li ul li a {
	padding: 0;
	}

#footer p {
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
	}

#footer p a {
	text-decoration: underline;
	}

.final {
  clear: both;
  text-align: right;
  margin-bottom: 20px;
  }
  
#footer .final a {
  padding: 0;
  }

#footer ul li.page-item-71, #footer ul li.page-item-71 ul, #footer ul li.page-item-71 ul li { /*ie6 needs special love - the last two are nods to this... */
  width: 66px;
  }
