@charset "utf-8";
/* CSS Document */

@import url('reset.css');


body
{
	background-color: #83795e;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	behaviour: url("../csshover3.htc");
}
 
p {
	padding-bottom: 15px;
}
#wrap {
	width: 715px;
	height: 100%;
	margin: 0 auto;
}
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 109px;
	width: 715px;

}
#rss {
	float: right;
	position: relative;
	top: -14px;
	left: -20px;
}

#contentwrap {
	width: 715px;
	height: auto;
}
#navcontainer{
	width:610px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 3px;
	opacity:.75;
	background-repeat: repeat-x;
	color: #FFF;
	float: left;
	position: relative;
	top: -13px;
	filter: alpha(opacity=75);
	padding-left: 64px;
}
 
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}
 
#navlist li
{
display: inline;
list-style-type: none;
}
 
#navlist a {
	padding: 3px 10px;
}
 
#navlist a:link, #navlist a:visited
{
	color: #FFF;
	text-decoration: none;
	background-color: #83785C;
}
 
#navlist a:hover, #active
{
	color: #83785C;
	background-color: #fff;
	text-decoration: none;
}
#content {
	width: 695px;
	padding: 1px 5px 0px 15px;
	font-family: Helvetica, Arial;
	font-size: 14px;
	background: #83785C;
	position: relative;
	top: -12px;
}
.creative_commons {
	float: left;
	margin-left: 15px;
}

 
.bottomcontent {
	width: 715px;
	padding-top: 0.5em;
	background-color: #736A4F;
	margin-top: 0.5em;
	float: left

}

h1 {
	font-size: 1.7em;
	font-weight: normal;
}

.clear {
	clear: both;
	padding-top: 0.2em;
}



 
.footer {
	font-size: 9px;
	text-align: right;
	clear: both;
	margin-right: 17px;
	padding-top: 0.3em;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.home {
	position: relative;
	opacity: 0.2;
	filter: alpha(opacity=20)
}

.home:hover {
	position: relative;
	opacity: 1;
	filter: alpha(opacity=100)
}
.section_split {
	height: 0.2em;
	opacity: 0.1;
	clear: both;
	filter: alpha(opacity=10)
}
#date {
	position: relative;
	left: 590px;
	bottom: 22px;
	font-size: 9px;
	color: #FFF;
	font-family: Helvetica, Arial;
	width: 160px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

.share {
	float: right;
	position: relative;
	top: -18px;
	left: 83px;
}
.donate {
	float: right;
	margin-right: 15px;
}
