body 
{
	text-align: center;
	background-color: black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#page
{
	border: 3px;
	border-color: white;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/oak.jpg);
	width: 800px;
}
#page #banner {
	background-image: url(images/banner.jpg);
	height: 104px;
}
#page #menu
{
	background-color: black;
	color: white;
}
#page #menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#page #menu ul li
{
	display: inline;
}
#page #menu ul li a
{
	text-decoration: none;
	padding: .2em 1em;
	color: white;
}
#page #menu ul li a:hover
{
	color: black;
	background-color: white;
}
#page #breadcrumb
{
	background-color: #cccccc;
}
#page #content-container {
	width: 80%;
	margin: 0 auto;
	position: relative;
	background-color: transparent;
}

#page #content-container #content {
	position: relative;
	height: 100%;
	padding: 6px;
	margin: 0 auto;
	background-color: transparent;
	z-index: 100;
	opacity: 1.0;
}

#page #content-container #content-bg {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	background-color: white;
/*	opacity: 0.8;
	filter: alpha(opacity=80); */
	z-index: 50;
}
#page #footer
{
	background-color: black;
	color: white;
	text-align: center;
	text-transform: lowercase;
}
