body{
	background: #000 url(img/back2.jpg) no-repeat center center;
	background-attachment: fixed;
	color: #fff;
	font-family: georgia, "times new roman", serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 30px;
}

a:focus{
	outline: none;
}

a img{
	border: none;	
}

h2{
	text-align: center;
	font-size: 24px;
}

a{
  color: #fff;
	font-size: 14px;
	font-weight: bold;
}

a.button{
	color: #fff;
	text-align: center;
	display: block;
	float: left;
	width: 80px;
	height: 30px;
	padding: 2px;
	margin: 3px;
  text-decoration: none;
}

a.button:hover{
	padding: 1px;
	border: solid 1px #fff;
}

a.button2{
	color: #fff;
	padding: 8px;
	margin: 3px;
  text-decoration: none;
}

a.button2:hover{
	padding: 7px;
	border: solid 1px #fff;
}

#lang{
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100px;
  text-align: center;
  line-height: 20px;
}

#lang, #lang a{
  color: #777;
  font-family: "lucida grande", tahoma, arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

#lang a{
  padding: 0 4px;
  margin: 0 5px;
}

#lang a.active{
  border: 1px solid #777;
}

#wrapper{
	text-align: center;
	width: 800px;
	margin: 20px auto;
}

#news .left,
#news .left h2,
#news .left h3{
  text-align: left;
}

#news .right,
#news .right h2,
#news .right h3{
  text-align: right;
}
.newsblock{
  width: 350px;
  margin: 20px;
  float: left;
}

.newsblock h2{
  font-size: 18px;
  border-bottom: 1px solid #888;
  margin: 0;
}
.newsblock h3{
  text-align: left;
  font-size: 13px;
  margin: 0 0 15px;
}

#news .newsblock p{
  text-align: center;
}

#links{
	text-align: center;
}

#links table{
  border: 0;
  border-collapse: collapse;
}
#contacts{
	text-align: center;
	margin: 100px 0 20px;
}
#contacts a{
	color: #fff;
}

#about table{
	text-align: center;
}

#about table{
  border: 0;
  border-collapse: collapse;
}

#about table td{
	padding: 15px;
	vertical-align: top;
}

#about p{
	text-align: left;
	line-height: 1.3em;
	margin: 0 0 15px;
}

#photos{
	margin-top: 50px;
}

#photos img{
	margin: 15px;
}

.clear{
  clear: both;
}

.left{
  text-align: left;
}

.center{
  text-align: center;
}