body {
	font-family:arial, helvetica, sans-serif;
	margin:0;
	padding:0;	
}
a {
	color: #3333ff;
	text-decoration: none;
}
a:active {
	color: #ff0000;
}
a:visited {
	color: #3333ff;
}
a:hover {
	color: #ff0000;
}
#treeline {
	visibility: hidden;
}
#monument {
	visibility: hidden;
}
#content-top {
	visibility: hidden;
}
#content-wrapper {
	width: 95%;

}
#bottom-buffer
{
	clear: both;
	height: 200px;
}
#content-bottom {
	clear: both;
}
#left-column {
	float: left;
	width: 70%;
	margin-top: 10px;
	margin-left: 10px;
}
#right-column-top {
	visibility: hidden;
}
#right-column h2 {
	font-size: 1em;
}
#right-column ul {
	list-style-type: none;
	padding-left: 10px;
} 
#right-column li {
	padding-bottom: 10px;
}
#right-column {
	float: right;
	width: 25%;
	font-size: .8em;
}