html {
	font-family: Optima;
}body {
	width: 800px;
	background: #000004;
	margin: auto;
	font-size: 1em;
}

a {
	color : #c7c736;
	text-decoration : underline;
}

a:visited {	color : #c7c736;
	text-decoration : none;
	}

a:hover {	color : #eeed40;	text-decoration : underline;	}

a:active {	color : #000;	text-decoration : none;	background: #f6ff00;	}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
	font-style: italic;
}#all {
	color: #c7c736;
	margin: 0;
	padding: 0;
}

#header {
	background: url(../images/banner.jpg) no-repeat;
	width: 800px;
	height: 142px;
	overflow: hidden;
}

#header * {
	visibility: hidden;
}

#navlist {
	background: #b3431e;
	margin: 0;
	list-style: none;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
	height: 25px;
	font: bold 1.2em "Century Gothic";
	color: #ffffff;
}

#navlist li {
	display: inline;
	margin-right: 25px;
}

#navlist a {
	text-decoration : none;
}	#content {
	background: url(../images/tree.jpg)  #d55a24;
	padding-left: 50px;
	height: 726px;
	overflow: hidden;
	margin: 0;
}	#main {
	width: 375px;
	float: left;
	margin-right: 50px;
}#sidebar {
	width: 275px;
	float: right;
	margin-right: 50px;
	height: 726px;
	padding-bottom: 25px;
	font-size: .9em;
}

#sidebar ul {
	padding-left: 0;
	list-style: inside;
	line-height: 130%;
}		#footer {
	background: #b3431e;
	clear: both;
	margin: 0;
	font: .8em "Century Gothic";
	padding-right: 50px;
	padding-left: 50px;
	height: 45px;
}

#footer p.left {
	float: left;
}

#footer p {
	float: right;
}