@charset "utf-8";
body {
	background-color: #595959;
	margin: 0px;
	text-align: center;
	background-image: url(../layout/body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 81%;
}
#container {
	width: 999px;
	background-color: #808080;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	width: 100%;
	height: 129px;
	background-image: url(../layout/forest/top_exp.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	position: relative;
}
#mountains {
	background-image: url(../layout/forest/mountains.gif);
	background-repeat: no-repeat;
	height: 72px;
	width: 527px;
	position: absolute;
	right: 0px;
	top: 0px;
}

a#logo {
	background-image: url(../layout/logo.gif);
	height: 158px;
	width: 455px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
a#logo span {
	display: none;
}
#background {
	background-image: url(../layout/bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
#maincontent {
	height: 300px;
	width: 730px;
	border: 10px solid #bcbcbc;
	position: relative;
	background-image: url(../layout/bkgrnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #808080;
	margin-right: auto;
	margin-left: auto;
}
.spacer {
	height: 250px;
}
#text {
	float: left;
	width: 247px;
	text-align: left;
	margin-right: 10px;
	position: relative;
}
#flash {
	float: left;
	margin-bottom: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #404040;
	font-weight: normal;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.4em;
}
#footer {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 20px;
	color: #515151;
	margin-top: 20px;
}
#footer a {
	color: #515151;
	text-decoration: none;
}
#footer #left {
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer #right {
	position: absolute;
	top: 0px;
	right: 0px;
}
#offer {
	position: absolute;
	left: 471px;
	top: -276px;
	z-index: 40;
	display: block;
}
#scroll {
	width:210px;
	height:290px;
	overflow:hidden;
	padding-right: 33px;
}
#text .scrll_up {
	background-image: url(../layout/scrll_up.gif);
	height: 20px;
	width: 33px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 5px;
	right: 0px;
}
#text .scrll_down {
	background-image: url(../layout/scrll_dwn.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 33px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
