/* CSS Document */
body{ text-align:center;
	background-color:#48320d;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:12px;
	margin-top:30px;
}
a:link, a:visited, a:active{
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#goose{
	background-image:url(images/goose.png);
	background-repeat:no-repeat;
	width: 111px;
	height:115px;
	position:absolute;
	margin-top: -25px;
	margin-left: -30px;
}
#frame{
	margin-right:auto;
	margin-left: auto;
	width: 799px;
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	text-align:left;
	}
#header{
	background-image:url(images/logobar.jpg);
	background-repeat:no-repeat;
	height: 76px;
}
#menu{
	background-image:url(images/green-lake.jpg);
	background-repeat:repeat-y;
	height: 21px;
	border-color:#FFFFFF;
	padding:3px 5px 3px 5px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#menulower{
	background-image:url(images/green-lake.jpg);
	background-repeat:repeat-y;
	height: 30px;
	border-color:#FFFFFF;
	padding:3px 5px 3px 5px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#content{
	border-style:solid;
	border-width:1px;
	padding: 5px 10px 10px 10px;
	border-color:#FFFFFF;
	z-index: 20;
	margin-top: -445px;
	height: 430px;
}
#outerContent{
	z-index: 9;
	
}
#shadedContent2{
	background-color:#999999;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	z-index:31;
	color:#000000;
	margin-left: 315px;
	height:300px;
	width: 380px;
	margin-top:20px;
}
#shadedContent{
	color:#000000;
	margin-top: -280px;
	margin-left: 315px;
	padding-left:20px;
	padding-right:20px;
	width: 350px;
	font-size:13px;
	font-weight:600;
	overflow:visible;
	visibility:visible;
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;
}

#footer{
	background-image:url(images/bottombar.jpg);
	background-repeat:repeat;
	padding: 10px 10px 10px 10px;
	text-align:center;
}
