
body {
	text-align: center;
	background: #f7f9f4;
	font-family: "Trebuchet MS" tahoma;
	color: #5F6F3E; 
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #ccc;
	min-height: 600px;
	background: #fff;
	/* background: #fff url('../img/cntr_bottom.jpg') no-repeat bottom center; */ 
	
}

#header {
	height: 24px;
	background: #adb998;
}

#header_text {
	color: white;
	font-weight: bold;
	
	text-align: center;
}

#main {
	padding: 0px 20px 0px 20px;
	border-top: 1px solid #eee;
	
}

#content {
}

#footer_text {
	font-size: .7em;
	color: #666;
}

#logo {
	height: 118px;
	width: 960px;
	background: url('../img/ff_logo.jpg') no-repeat;
	margin-top: 5px;
}

.credits {
	font-size: 10px;
	float: right;
	clear: both;
}

.border {
	border: 1px solid #ccc;
	padding: 20px;
}

.clear {
	clear: both;
}

.red {
	color: #724C48;
}

.bold {
	font-weight: bold;
}

/*************************
*************************/

p {
	margin: 0;
	padding: 10px 0px;
}

h4 {
	margin: 0;
	padding: 5px 0px;
}

h3 {
	margin: 0;
	padding: 10px 0px;

}
img {
	border: 0;
}

ul {
	font-weight: bold;
	margin: 0; 
	padding: 10px 0;
}

ul li {
	font-weight: normal;
	padding-left: 30px;
	margin-left: 10px;
	list-style-type: none;
}

li.ag {
	background: url('../img/li_flower.png') no-repeat;
}

li.energy {
	background: url('../img/li_recycle.png') no-repeat;
}

a:link, a:visited {
	text-decoration: none;
	/* color: #5E703E; */
	color: #ADB998;
	font-weight: bold;
}

.jump {
	font-size: 10px;
}

.jump a:link, .jump a:visited {
	color: #724C48;
	font-weight: normal;
}

.jump a:hover {
	text-decoration: underline;
}

.underline {
	border-bottom: 1px solid #ADB998;
}

.link {
	background: url('../img/external_link.gif') no-repeat center right;
	padding-right: 15px;
}

a:link, a:visited {

	text-decoration: none;
	/* color: #5E703E; */
	color: #ADB998;
	font-weight: bold;
}


a:hover {
	text-decoration: none;
	color: #724c48;
	/* background: #F8F5E4; */
}
