body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", LucidaSans, "Lucida Grande", Verdana, Arial;
	font-size: 13px;
	color: #fff;
	background-color: #000;
}

h1 {
	color: rgb(175,165,150);
	font-size: 20px;
	font-weight: normal;
}

h2 {
	color: rgb(175,165,150);
	font-size: 16px;
	font-weight: normal;
}

p, li, td {
	font-size: 13px;
	color: #fff;
}

a:link, a:visited, a:hover {
	font-size: 13px;
	color: rgb(101,202,255);
	text-decoration: none;
}

.bigdiv {
	width: 100%;
	height: 562px;
	background: url(background.jpg) top center no-repeat;
	background-color: #151831;
	border-bottom: 2px solid #afa596;
}

.mainmenu {
	position: relative;
	text-align: center;
	top: 270px;
	margin-left: 220px;
	white-space: nowrap;
	height: 17px;
}

.mainmenu a:link, .mainmenu a:visited, .mainmenu a:hover {
	font-size: 14px;
	color: #fff;
	margin: 0 5px;
}

.sel {
	color: rgb(175,165,150) !important;
}

.langlink {
	position: relative;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-left: 820px;
	padding-top: 10px;
	white-space: nowrap;
	height: 15px;
}

.langlink a:link, .langlink a:hover, .langlink a:visited {
	font-size: 12px;
	color: #fff;
}

.submenu {
	width: 220px;
	text-align: left;
	margin-top: 30px;
}

.submenu a:link, .submenu a:hover, .submenu a:visited {
	display: block;
	color: rgb(175,165,150);
	font-size: 20px;
	border-bottom: 1px solid rgb(69,57,39);
	padding: 8px 3px;
}

.subsel {
	color: #fff !important;
}

.sublast {
	border-bottom: 0 !important;
}

.content {
	width: 580px;
	margin-top: 38px;
}

.contentmain {
	margin-top: 38px;
}

.news_border {
	border-bottom: 1px solid rgb(69,57,39);
}