@charset "utf-8";

body {
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #000;
	background: #ebebeb url(bg_body.jpg) repeat-x center 0;
}

img {
	border: 0px;
}

.clear {
	font-size: 1px;
	clear: both;
}

#container {
	width: 871px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	width: 871px;
	height: 256px;
	background: url(bg_header.jpg) no-repeat 0 0;
}

#logo {
	margin: 50px 0 0 120px;
	float: left;
	display: inline;
}

#contentMain {
	width: 691px;
	padding: 0 90px;
	background: url(bg_content.jpg) repeat-y 0 0;
}

.txt {
	width: 630px;
	margin: 10px 0 0 20px;
	float: left;
	display: inline;
}

.txtBanner {
	width:370px;
	margin: 10px 0 0 20px;
	float: left;
	display: inline;
}

.domenyBanner {
	margin: 10px 0 0 20px;
	float: left;
}

#footer {
	width: 871px;
	height: 182px;
	background: url(bg_footer.jpg) no-repeat 0 0;
	float: left;
	display: inline;
}

#footer p {
	margin: 50px 0 0 110px;
	font-size: 11px;
	color: #000;
}

#footer p a {
	color: #000;
}

#photos {
	width: 705px;
	margin: 15px 0 0 60px;
	text-align: center;
	float: left;
	display: inline;
}

.photo {
	margin: 0 10px;
}

a {
	text-decoration: underline;
	color: #000;
}


