body { margin: 0; }
html, body { height: 100%; background-color: #6f7553;}

/* Fixed elements: Header, leftNav, Footer */

#displayed {	
	position:fixed;
	z-index:1
}

#leftNav {
	position: fixed;
 	top: 135px;
	z-index:1;
}

#leftNav img {
	padding: 0 0 5px 0;
	border: 0;
}

#footer {
	position: fixed; 
	bottom: 0; 
	width: 1000px;
	height: 7px;
	background:#6f7553;
}

/* Center Layout */
#topheader {
	width: 1000px;
	height: 135px;
}

#bottomfooter {
	width: 1000px;
	height: 8px;
}
#container {
	margin: 0 auto;
	width: 1000px;
	min-height: 100%;
	background-color: white;
	
	padding: 0 50px 0 50px;
	/* border-style: solid;
	border-top: none;
	border-bottom: none;
	border-left-width: 100px;
	border-right-width: 100px;
	border-color: #6f7553; */
}

/* Content */

#rightContent {
	font-family: "Trebuchet MS";
	width: auto;
	margin-left: 165px;
	margin-right: 30px;
}

#about1, #about2, #about4, #reports1, #reports2, #grantpic, #articles1, #articles2, #articles3, #articles5, #articles6 , #anotherone{ 
	padding: 10px 0 10px 20px; position: relative; left: 30px; float: right; 
}
#about3 { padding: 10px 20px 10px 0; float: left; border: 0; }
#about4 {position:relative; bottom: 25px;}

#reports3 { position:relative; bottom: 80px; }

.linebreak {
	clear: both;
	width: 835px;
	height: 2px;
	background:#6f7553;
	margin: 15px 0 15px 0;
	
}
a {
	color: blue;
	font-style: bold; 
	text-decoration: none;
}

#contact {
	text-align: center;
}
#clear {clear:both;}
#grantpic {
	float: right;
}
h4 {
	text-align: center;
	font-style: bold;
}
.indent {
	margin-left: 40px;
}
#left { position: relative; bottom: 42px; float: left; }
#right { position: relative; bottom: 64px; left: 30px; float: right; }

.articleheader, #donateheaders { font-style: bold; font-size: 28px; }


