#topnav{
  width: 100%;
	position: fixed; 
	top:0;
  left: 0;
	z-index: 25;
}
#topnav a {color: #ffffff; text-decoration: underline;}
#topnav a:hover {color: #888888}
#menu {
width: 900px;
background-image: url(buttonback.png);
background-repeat:  no-repeat;
height: 27px;
padding-left: 6px;
}
#menu img {
border: 0;
padding-top: 1px;
margin: 0;
}
#menu a{
padding: 0;
margin: 0;
}
#breadcrumbs {
width: 750px;
height: 40px;
background-image: url(nav2.png);
background-repeat:  no-repeat;
padding: 0;
margin: 0;
}

#breadcrumbs p {
margin: 0;
padding: 8px;
font-size: 10pt;
text-indent: 6pt;
}
	#contents {
position: fixed; 
top: 70px;
right: 0;
bottom: 0;
overflow: auto; 
}
#donate {
text-align: center
}
#donate p {
padding: 0;
margin: 0;
text-indent: 0;
}
#footer {
text-align: center
}
#hdesc{
display: none;
}