body {
	background-image: url(images/leafy.gif);
	background-repeat: repeat;
	font-size: .8em;
	color: #666666;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#allcontent {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	padding-bottom: 475px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 0px;
}
ul#navlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	background-color: #F3E455;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
ul#navlist li {
	display: inline;
	font-size: 11px;
}
ul#navlist li a {
	float: left;
	width: 80px;
	background-color: #F3E455;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	color: #666666;
}
ul#navlist li a.last_list_item {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 85px;

}
ul#navlist li a:hover {
	color: #666666;
	background-color: #FFFF00;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	background-color: #FFFF99;
	text-decoration: none;
}


p {
	margin-top: 3px;
	margin-bottom: 7px;
}

h1 {
	font-size: 2em;
	font-family: "Courier New", Courier, monospace;
	margin-top: 33px;
	margin-bottom: 3px;
	color: #777777;
}
h2 {
	font-size: 1.8em;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 3px;
	color: #777777;
	margin-top: 33px;
}

h3 {
	font-size: 1.6em;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 3px;
	color: #777777;
	margin-top: 33px;
}
h4 {
	font-size: 1.4em;
	font-family: "Courier New", Courier, monospace;
	color: #777777;
	margin-top: 33px;
	margin-bottom: 3px;
}



.bold {
	font-weight: bold;
}
.small {
	font-size: 10px;
}
#share {
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 11px;
}
#share a {
	color: #3B5998;
}
#share a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}





#copy {
	font-size: 10px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	width: 552px;
	text-align: center;
	margin-bottom: 7px;
}
