* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	font: 12px/1.6 Verdana, Arial, Geneva, sans-serif;
	color: #a08251;
	background: url(../images/bg-body.jpg) repeat-x;
	background-color:#000;
	overflow:hidden;

}


/* DEFINITION OF DIVs */


div#wrapper {
	position: relative;
	left: auto;
	margin:0 auto;
	text-align:left;
	padding: 0px;
}

div#pagedescription {
	position: absolute;
	width: 800px;
	height: 900px;
	top: 1310px;
	left: 500px;
	padding:25px 0px 0px 0px;
	text-align: right;
	overflow: hidden;
	z-index: 0;
	
}

div#top-panel {
	position: relative;
	margin:0 auto;
	text-align:left;
	height: 205px;
	width: 990px;
	background: #000000 url(../images/bg-header.jpg);
	z-index:10;

}

div#mainmenu {
	position: relative;
	width: 890px;
	height: 25px;
	margin:0 auto;
	text-align:left;
	background-color:#303030; /*#171700*/
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	padding-right: 50px;	
	z-index:1000;
	background: url(../images/bg-menu.jpg);
}

div#content {
	position: relative;
	width: 890px;
	height: 330px;
	left: auto;
	margin:0 auto;
	text-align:left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	background: #1c1c1c url(../images/bg-content-2.jpg) no-repeat top left;
	z-index:10;
}

#left-column {
	position:relative;
	width: 500px;
	height: 330px;
	left: 5px;
	float: left;
	z-index:20;
}

div#right-column {
	position:relative;
	width: 320px;
	height: 330px;
	float: right;
	left: 23px;
	padding-right: 30px;
	z-index:20;
}

div#footer {
	position: relative;
	font-size: 12px;
	width: 890px;
	margin:0 auto;
	text-align:left;
	padding:25px 50px 0px 50px;
	background: url(../images/bg-content-foot.jpg) no-repeat;
	text-align:center;
	z-index: 20;
}

div#sitemap {
	position: relative;
	font-size: 9px;
	width: 890px;
	margin:0 auto;
	padding:25px 0px 0px 0px;
	z-index: 20;
	text-align:center;	
}

div#W3C {
	position: relative;
	font-size: 9px;
	width: 890px;
	margin:0 auto;
	text-align:left;
	padding: 25px 0px 0px 0px;
	z-index: 20;
	text-align:center;			
}

div#visitor-tracking {
	position: relative;
	font-size: 11px;
	width: 1000px;
	margin:0 auto;
	text-align:left;
	padding:0px;
	z-index: 0;	
	text-align:center;		
}

div#epilogue {
	position: absolute;
	width: 800px;
	height: 100px;
	top: 2000px;
	left: 500px;
	padding:25px 0px 0px 0px;
	margin:0 auto;
	text-align:center;
	overflow: hidden;
	z-index: 0;
}

div#pagedescription p, div#pagedescription h1, div#pagedescription a {
	font-size:9px;
}

div#epilogue p, div#epilogue h1, div#epilogue a {
	font-size:9px;
}



/* PAGE ELEMENTS */

h1 span {
	display: none;
}

h1 a {
	display: block;
	position: relative;
	top: 40px;
	width: 250px;
	height: 50px;
	left: 0;
}

h1 {
	font-weight: normal;
	color: #f1e5c9;
	font-size: 16pt;
	margin-top:5px;
	margin-bottom:5px;
}

h2 {
	font-weight: normal;
	color: #f1e5c9;
	font-size: 14pt;
	margin-top:5px;
	margin-bottom:5px;	
}

h3 {
	font-weight: normal;
	color: #f0e4c8;
	font-size: 12pt;
	margin-top:5px;
	margin-bottom:5px;	

}

h4 {
	font-weight: normal;
	color: #f0e4c8;
	font-size: 11pt;
	margin-top:5px;
	margin-bottom:5px;	
}

#content ul {
	margin: .2em 0 .5em 1.3em;
	padding-left:15px;
}

#content ul li {
	margin: .1em 0;
}

p strong {
	color: #e8cea2;
	letter-spacing: .1em;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
}

p em {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #dac593;
}

p a {
	font-weight: normal;
	font-style: normal;
	color: #f99b1b;
	padding-bottom: .2em;
	border-bottom: 1px solid #5b493a;
}

p {
	color: #ad9261;
}

ul a {
	font-weight: normal;
	font-style: normal;
	color: #f99b1b;
	padding-bottom: .2em;
	border-bottom: 1px solid #5b493a;
}

a img {
	border: 0;
}

.emphasis1 {
	font-weight: normal;
	font-style: normal;
	color: #dac593;
}

.emphasis2 {
	font-weight: normal;
	font-style: normal;
	color: #CC9900;
}

.emphasis3 {
	font-weight: normal;
	font-style: normal;
	color: #CC6600;
}

.emphasis4 {
	font-weight: normal;
	color: #f1e5c9;
	font-size: 16pt;
	margin-top:5px;
	margin-bottom:5px;
}

.emphasis5 {
	font-weight: normal;
	color: #f1e5c9;
	font-size: 13pt;
	margin-top:5px;
	margin-bottom:5px;
}

/* FOOTER ELEMENTS */


.footer {
	color: #ad9261;
}

.footer span {
	padding: 1em;
	border: 1px solid #563e28;
	background-color: #473321;
}

.footer a {
	color: #ffe6c7;
}

.form {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}

