body {
	background-color: white;
	font-family: helvetica, verdana, sans serif;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;
}
#container {
	border-bottom: 0px solid #c76e14;
}
#menu {
	background-color: black;
	height: 32px;
	color: white;
	padding-left: 20px;
	margin: auto;
	text-align: center;
}
#hdr {
	background-image: url(img/home_hdr_bg.gif);
	height: 195px;
	border-bottom: 5px solid white;
	position: relative;
}
#tagline {
	background-image: url(img/home_tag.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 85px;
}
#hdrpic {
	border: 5px solid white;
	width: 568px;
	height: 227px;
	position: absolute;	
	left: 50%;
	top: 85px;
	margin-left: -284px;
}
#content {
	background-color: white;
	background-image: url(img/home_bg.gif);
	background-repeat: repeat-x;
	min-height: 400px;
	height: 400px;
	text-align: center;
	padding-top: 135px;
}
#txt {
	margin: auto;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.7em;
	width: 558px;
}
#txt .hdrtext {
	color: #a84d0f;
	font-size: 17px;
	font-weight: bold;
}
#donate {
	margin: auto;
	width: 558px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer {
	margin: auto;
	width: 558px;
	text-align: left;
}
#prop {

}
#prop img {
	border: 1px solid black;
	margin-right: 6px;
	display: inline;
}
img.logo {
	float: right;
}
#copy {
	text-align: center;
	margin-top: 10px;
}
#copy div.menu {
	float: left;
	margin-top: 10px;
	margin-left: 50px;
	font-size: 0.9em;
	color: #a8a8a8;
    width: 460px;
    margin-bottom: 5px;
}
#copy div.menu a {
	color: #a8a8a8;
    text-decoration: none;
}
#copy div.menu a:HOVER {
	color: #777777;
    text-decoration: underline;
}
#copy div.copyright {
	font-size: 0.9em;
	color: #a8a8a8;
}
.oppseal {
	float: left;
}