body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}
div#main {
	position: relative;
	width: 1000px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	line-height: 15px;
	z-index: 0;
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 15px;
}
a:link {color: #a39161; text-decoration: none;}
a:visited {color: #a39161; text-decoration: none;}
a:hover {color: #a39161; text-decoration: underline;}
a:active {color: #a39161; text-decoration: none;}

a.menu:link {color: #ffffff; text-decoration: none;}
a.menu:visited {color: #ffffff; text-decoration: none;}
a.menu:hover {color: #808080; text-decoration: none;}
a.menu:active {color: #ffffff; text-decoration: none;}

#active {
	color: #808080;
	
}
.lang {
	color: #a39161;
	font-size: 10px;
	position: relative;
	margin-left: 500px;
}
.inner {
	text-align: left;
}
.header {
	margin-left: 80px;
	color: #d1c8b0;
	font-size: 14px;
	font-weight: bold;
}
.text {
	margin-left: 100px;
	width: 440px;
	margin-top: 15px;
}
.text2 {
	margin-left: 100px;
	width: 700px;
	margin-top: 15px;
}
.news {
	margin-left: 50px;
	margin-top: 30px;
	background-color: #000000;
	border: 1px solid #a39161;
	width: 320px;
	height: 690px;
}
.right_pics {
	margin-left: 50px;
	margin-top: 30px;
	background-color: #000000;
	width: 320px;
	
}
img.border{
	border: 1px solid #a39161;
}
.gallery {
	margin-left: 130px;
	
	text-transform: uppercase;
}
.backtotop {
	font-size: 10px;
	text-align: right;
}
.copyright {
	margin-top: 30px;
	color: #d1c8b0;
	font-size: 10px;
}
.gallery {
	margin-left: 130px;
}

.header_g {
	color: #d1c8b0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

input {
  background-color: #000000;
  border: solid 1px #a39161;
  color: #ffffff;
}
textarea {
 
 background-color: #000000;
 border: solid 1px #a39161;
 color: #ffffff;
}

select {
	background-color: #000000;
 border: solid 1px #a39161;
 color: #ffffff;
}

input.checkbox {
	
  	border: none;
  	color: #ffffff;
	
}
input.submit {
	background-color: #a39161;
	color: #000000;
	border: none;
}