html * {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

body {
	font-family: tahoma, verdana;
	font-size: 16px;
	background-color: #000;
}

#main {
	background-image: url(../images/main.jpg);
	width: 770px;
	height: 350px;
	margin-top: 50px;
}

#main h1, #menu_top h1 {
	font-size: 28px;
	color: white;
	padding-left: 335px;
	padding-top: 15px;
}

#main_links {
	text-align: center;
	padding-top: 22px;
	margin-left: 210px;
	padding-bottom: 60px;
}

#main_links a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin-left: 60px;
	margin-right: 60px;
}

#main_news {
	margin-left: 270px;
	margin-right: 40px;
	text-align: justify;
}

#main_news .more {
	padding-top: 15px;
}

#news {
	padding-top: 15px;
	margin-left: 15px;
	width: 735px;
	height: 130px;
	background-image: url(../images/news.jpg);
}

.news_item {
	float: left;
	width: 218px;
	font-size: 14px;
	padding-left: 12px;
	padding-right: 5px;
}

.news_item h2 {
	font-size: 14px;
	margin-bottom: 5px;
}

.news_text {
	height: 75px;
	overflow: hidden;
}

.more {
	text-align: right;
}

#menu_top {
	width: 771px;
	background-image: url(../images/menu_top.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 50px;
}

#menu_top #main_links {
	padding-bottom: 25px;
}

#content {
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	height: auto;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 20px;
	width: 736px;
	text-align: justify;
}

#content h3 {
	font-size: 18px;
	padding-bottom: 10px;
}

#round_footer {
	background-image: url(../images/bg_bottom.png);
	background-repeat: repeat-y;
	height: 13px;
}

#gallery {
	list-style: none;
	width: 770px;
}

#gallery li {
	width: 200px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

