/*  ############ SITE STRUCTURE ############ */
* {
	margin: 0 auto;
	padding: 0;
}
body {
	background: #737373 url(../images/bg.gif) center top;
	font: normal 0.8em Verdana,Arial,sans-serif;
	color: #FFAD1F;
}
.site {
	width: 800px;
	font-size: 0.7em;
}
.top {
	background: url(../images/top.png) no-repeat center bottom;
	height: 30px;
	padding: 5px 150px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 1px;
	border-bottom: 2px solid #A9A9A9;
}
.top a {
	padding: 9px;
	text-decoration: none;
	font: normal 1.2em Tahoma;
	color: #FFFFFF;
}
.top a:hover {
	color: #86AAF5;
}
.content {
	background-color: #656565;
	position: relative;
	min-height: 400px;
	max-width: 1000px;
	min-width: 800px;
	margin-top: 1px;
	border-top: 8px solid #A9A9A9;
	border-bottom: 10px solid #393939;
}
.footer {
	background-color: #D9D9D9;
	width: 780px;
	padding: 10px 10px 0px 10px;
	border-top: 3px solid #656565;
	font-size: 1.0em;
	color: #696969;
}
.footer a {
	text-decoration: none;
	color: #696969;
}
.footer a:hover {
	text-decoration: underline;
}
.bottom {
	background: url(../images/bottom.png) no-repeat center;
	height: 50px;
}
/*  ############ NAVIGATION ############ */
.menu {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 300px;
	margin: 10px 3px 3px 3px;
}
.here {
	background: #FFFFFF;
	color: #000000;
}
.menu a {
	display: block;
	height: 18px;
	padding: 5px 15px;
	border-bottom: 1px dashed #797979;
	font: normal 1.2em Verdana;
	color: #FFAD1F;
	text-decoration: none;
}
.menu a:hover {
	background: #444444;
	border-left: 4px solid #FFAD1F;
	color: #86AAF5;
}
.active {
	background-color: #555555;
	display: block;
	height: 18px;
	padding: 5px 15px;
	border-bottom: 1px dashed #797979;
	font: normal 1.2em Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
.note {
	background: url(../images/note.png) no-repeat center;
	height: 240px;
}
/*  ############ MERITUM ############ */
.text {
	margin: 0px 0px 0px 304px;
	background: #D9D9D9 url(../images/corner.png) no-repeat left top;
	min-height: 362px;
	border-top: 10px solid #656565;
	border-bottom: 3px solid #656565;
	padding: 26px 10px;
	font-size: 1.2em;
	color: #000000;
}
.text p {
	text-indent: 15px;
	line-height: 20px;
	padding: 6px 0px;
}
.text ul {
	padding: 10px 30px;
	line-height: 25px;
}
h1 {
	border-bottom: 3px solid #000000;
	font: 3.2em Arial;
	text-align: right;
	margin-bottom: 15px;
	padding: 0px 0px 2px 0px;
}
h2 {
	font-size: 2.1em;
	text-align: center;
	padding: 40px 0px 30px 0px;
	font-weight: normal;
}
.text img {
	border: 0px solid #000000;
}
.text td {
	padding: 3px 0px;
}