body {
	background: #d9d4b0 url(../images/bg_tile.png);
	text-align: center;
	margin: 0;
}

#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	text-align: center;
	min-width: 894px;
}

#page {
	position: relative;
	margin: 0 auto;
	background: url(../images/bg.png) no-repeat;
	width: 906px;
	height: 596px;
	padding-top: 4px;
}

#news {
	position: absolute;
	left: 636px;
}

#news .hidden {
	position: absolute;
	left: -3000px;
}

#news #news-1 {
	display: block;
	width:199px; height:51px;
	background: url(../images/tab_1.gif);
}

#news #news-2 {
	display: block;
	width:199px; height:34px;
	background: url(../images/tab_2.gif);
}

#news #news-2:hover {
	display: block;
	width:199px; height:34px;
	background: url(../images/tab_2.gif) 0 34px;
}

#content {
	background: url(../images/scenery.jpg) no-repeat;
	width: 894px;
	height: 550px;
	text-align: right;
	overflow: auto;
	margin: 0 6px;
}

#nav {

}

#nav ul {
	margin: 12px;
	padding: 0;
}

#nav li {
	display: inline;
	font: bold 12px Georgia, serif;
	color: #93866b;
	padding: 0 5px 0 9px;
	background: url(../images/nav_bullet.png) 0% 50% no-repeat;
}

#nav li#first {
	background: none;
}

#nav li.current {
	color: #4d473e;
}

h1 {
	margin-top: 136px;
	width: 267px;
	float: left;
	text-align: center;
}

h1 img {
	border:  none;
	margin: 67px 0 0 100px;
}

a img {
	border: none;
}

#text {
	width: 461px;
	text-align: left;
	margin: 136px 68px 0 auto;
	padding: 11px 0 32px 0;
	background: url(../images/bg_text_sm.jpg);
}

h2 {
	font: italic 15px Georgia, serif;
	line-height: 18px;
	margin: 0 30px 0 36px;
	padding-top: 18px;
}

p {
	font: 11px Verdana, sans;
	line-height: 18px;
	margin: 10px 30px 0 36px;
}

p.subtitle {
	font-weight: bold;
	margin: 10px 30px -10px 36px;
}

p.links {
	font-weight: bold;
	color: #93866b;
	margin: 0 30px 0 36px;
}

a:link {text-decoration: none; color: #93866b; font-weight: bold}
li.current a:link {text-decoration: none; color: #4d473e; font-weight: bold}
a:visited {text-decoration: none; color: #93866b; font-weight: bold}
li.current a:visited {text-decoration: none; color: #4d473e; font-weight: bold}
a:hover {text-decoration: none; color: #4d473e; font-weight: bold}
a:active {text-decoration: none; color: #93866b; font-weight: bold}