@charset "utf-8";
/* CSS Document */
html, body {
	height:100%;
	margin:0;
	padding:0;
	background-image:url(images/wallbg1.jpg);
	font-family:"Century Gothic", "Microsoft Sans Serif";
}
#page-background {
	position:fixed;
	top:0;
	right:0;
	height:100%;
}

#content {
	position:absolute;
	z-index: 300;
	bottom: -2px;
	font-size: 13px;
	text-shadow: 1px 1px 0px #FCF2E4;
	color: #9E6B2E;
	margin-bottom: 3px;
	margin-left: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#content_top {
	position:absolute;
	z-index: 300;
	font-size: small;
	text-shadow: 1px 1px 0px #FCF2E4;
	color: #9E6B2E;
	top: 2px;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 2px;
	padding-top: 2px;
	width: 207px;
	
}
#content_middle {
	position:absolute;
	z-index: 300;
	font-size: small;
	text-shadow: 1px 1px 0px #FCF2E4;
	color: #9E6B2E;
	top: 140px;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 2px;
	padding-top: 2px;
	width: 207px;
	
}
</style>
<![endif]
.top_pic{
	position:absolute;
	top:250px;
	left:450px;
	z-index:200;
}
a:link {
	color: #398308;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-size: 13px;
}
a:visited {
	color: #398308;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-size: 13px;
}
a:active {
	color: #398308;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-size: 13px;
}
a:link:hover, a:visited:hover, a:active:hover {
	color: #626231;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #008000;
	font-size: 13px;
}

