body, html { 
	background: #1e180c; 
	color: black; 
	padding: 0px; 
	margin: 0px; 
	font-family: "Trebuchet MS", "MS Sans Serif", Geneva, sans-serif; 
	font-size: 87%; 
	line-height: 1.3em; 
}

h1, h2 {
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #c84f0d;
	padding-top: 10px;
}
#header {
	width: 1200px;
}

#contents {
	background: #faf7e8 url('../images/contents.png') bottom right no-repeat;
	width: 1200px;
	min-height: 600px;
}

#contents a {
	color: #c84f0d;
}
.mainboard {
	margin-left: 150px;
	margin-right: 250px;
	width: 800px;
	
}
#footer {
	background: url('../images/footer.png') no-repeat;
	width: 1200px;
	height: 112px;
	text-align: center;
}
#main {
	width: 1200px;
	margin-left: -600px;
	margin-top: 0px;
	top: 0px;
	left: 50%;
	position: absolute;
}
#logo {
	background: url('../images/logo.png') no-repeat;
	height: 100px;
	width: 830px;
	display: block;
	float: left;
}
#logoright {
	background: url('../images/logo-prosperita.png') no-repeat;
	height: 100px;
	width: 370px;
	display: block;
	float: left;
}
#lang {
	background: url('../images/lang.png') no-repeat;
	height: 22px;
	width: 1200px;
	
}
#desk {
	background: url('../images/desk.png') no-repeat;
	height: 268px;
	width: 1200px;
	padding-left: 232px;
	padding-top: 30px;
}
#col1, #col2, #col3 {
	float: left;
	padding-top: 10px;
}
#col1 {
	
	width: 260px;
}
#col2 {
	width: 315px;
	margin-left: 22px;
	margin-right: 22px;
}
#col3 {
	width: 155px;
	min-height: 326px;
	_height: 326px;
	padding: 10px;
	background: url('../images/border.gif') no-repeat;
}
.item {
	margin-bottom: 10px;
	
}
.item a {
	color: #c84f0d;
	font-size: 10pt;
	font-weight: bold;
	display: block;
	border-top: 1px dotted #c84f0d;
	border-bottom: 1px dotted #c84f0d;
	text-decoration: none;
}

#menu {
	background: url('../images/menu.png') no-repeat;
	height: 24px;
	width: 1200px;
	clear: both;
}
#menucontents ul {
	width: 1200px;
	padding: 0px;
	margin: 0px;
}

#menucontents ul li {
	list-style-type: none;
	display: inline;
	height: 24px;
}
#menucontents {
	margin-left: 250px;
	margin-right: 250px;
	
}
.menuitem {
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
	color: #3f3318;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	padding-left: 20px;
	margin-right: 20px;
	background: url('../images/menu-bullet.gif') no-repeat left bottom;
}

a:hover.menuitem {
	color: #c84f0d;
}
.leftitem {
	margin-bottom: 20px;
}
.leftitem a {
	color: #c84f0d;
	font-weight: bold;
	padding-left: 20px;
	min-height: 17px;
	display: block;
	background: url('../images/bullet.gif') no-repeat left top;
}
.leftitem p {
	margin: 0px;
	text-indent: 1em;
}
.vnitrekitem {
	border-bottom: 1px dotted #c84f0d;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.vnitrekitem a {
	color: #c84f0d;
	font-weight: bold;
	display: block;
}
.logoitem {
	height: 76px;
	line-height: 76px;
	width: 116px;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	background: url('../images/logo-back.jpg') no-repeat left top;
}
