#docpane {
	margin: 0;
	padding: 0;
} 

#container {
	background: #202020; 
}

#content {
	margin: 0 auto;
	padding: 0;
	width: 980px; 
	overflow: hidden;
}

#header {
	background: #000000;
	height: 126px;
	text-align: center;
}

#nav {
	background: #dedede url(navbg.jpg);
	height: 21px;
	padding: 9px 5px;
}

#nav a {
	color: #ffffff;
	margin: 0 44px;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
}

#frontpagetop {
	height: 376px;
	background: #000000 url(frontpagetopbg.jpg);
}

#donate {
	float: left;
	height: 154px;
	width: 235px;
	margin: 72px 0 0 483px;
}

#blog {
	float: left;
	height: 154px;
	width: 235px;
	margin: 72px 0 0 13px;
}

#contact {
	height: 79px;
	width: 231px;
	margin: 42px 0 0 638px;
}

#frontpagebuttons {
	height: 350px;
	background: #ffffff;
}

#frontpagebuttonsimg{
	margin: 14px 0 0 14px;
	float: left;
}

#maincontent {
	background: #ffffff;
}

#mainleft {
	width: 200px;
	float: left;
	margin: 0 14px;
}

#mainright {
	width: 735px;
	background: #ffffff url(maincontentbg.png);
	float: left;
}

#footerz {
	clear: both;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	width: 980px;
	background: #000000 url(footerbg.jpg);
	height: 102px;
}

#footerz a {
	color: #ffffff;
}

// --------------------- Content Stuff -----------------------------------

.innerpane {
	min-height: 40px;
	height: auto !important;
	height: 40px;
	width: 100%;
}
 
.pagepanel {
	margin-bottom: 0px;
	top: 0px;
	left: 0px;
	border: 0px solid #AAA;
	padding: 5px 5px 5px 5px;
}

.pagepanel a {
	color: #002E7A;
	text-decoration: underline;
}

.panelinnercontent {
	padding: 0px 5px 10px;
}

.panelinnercontent hr {
	color: #ffffff;
	border-bottom: 3px #880A6B solid;
}

.pagepaneltitle {
	display: block;
	margin: 0 0 -5px 0 !important;
	padding: 3px;
	font-size: 32px;
	font-weight: bold;
	color: #273D20;
	border-bottom: 0px #9A9A9A solid;
}


