body {
	height: 100%;
	margin: 0; padding: 0;
	font: 75% Helvetica, Arial, sans-serif; 
	line-height: 170%;
	background: #765f5f url(images/bg.jpg) no-repeat center top fixed;
}

#panel {
	position: absolute;
	left: 25px; top: 0;
	width: 400px; height: 100%;
	background-color: #f2f4f2;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	overflow: hidden;
	z-index: 10;
}

h1, h2 { 
	font-size: 120%;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}
	h2 { font-size: 95%; }

#mast {
	display: block;
	position: absolute;
	left: 26px; top: 0;
	width: 400px; height: 60px;
	background: #c3c3c3 url(images/mast.gif) no-repeat center top;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	z-index: 10000;
}
	#mast a { display: block; width: 398px; height: 60px; }

#content {
	display: block;
	height: 67%;
	margin-top: 60px;
	margin-bottom: 80px;
	padding: 25px 18px 0;
	overflow: auto;
	z-index: 100;
}

#address {
	display: block;
	position: absolute;
	left: 26px; bottom: 0;
	width: 400px; height: 80px;
	background: #f2f4f2 url(images/footer.gif) no-repeat center bottom;
	border-bottom: 1px solid #000000;
	z-index: 9000;
}
	#address img { width: 400px; height: 60px; }
	#address a { display: block; width: 398px; height: 60px; }

#footer {
	display: block;
	position: absolute;
	left: 26px; top: 70%;
	width: 300px; height: 2em;
	margin-top: 85px;
	padding: 0 18px;
	color: #a8aaa8;
	background-color: transparent;
	z-index: 10000;
}
	#footer a, #footer span { margin-right: 1em; font-variant: small-caps; }

#menu {
	position: absolute;
	left: 453px; top: 0;
	width: auto; height: auto;
	margin: 0 0 20px 0; padding: 15px 0 0 0;
	list-style-type: none;
	font-variant: small-caps;
}
	#menu li { margin-bottom: .3em; }
	#menu a { color: #ffffff; }

#copyright {
	position: absolute;
	left: 453px; bottom: 27px;
	width: auto; height: auto;
	margin-right: 20px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #c8aca9;
}
	#copyright a { color: #e5d2cf; }
	#copyright a:hover { color: #ffffff; }

.switchcontent { padding-bottom: 2em; }
.up { margin-top: -.5em; }

a { text-decoration: none; color: #3d4e07; }
	a:hover { text-decoration: underline; color: #5e7b03; }
