@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(/images/back_body.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	background-color: #25170C;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container_header {
	background-image: url(/images/back_header.jpg);
	background-repeat: repeat-x;
	height: 412px;
	width: auto;
	background-position: center;
}
#container_header #logo {
	height: 168px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#container_header #top_photo {
	height: 200px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#container_header #top_menu {
	height: 45px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#container_body {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/back_content.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 400px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: auto;
	max-height: 800px;
}
.clear {
	clear: both;
	height: 0px;
}
#container_footer {
	height: 25px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #DFBA61;
}
#container_footer a {
	color: #E1B463;
	text-decoration: none;
}
#container_footer #webdesign {
	float: right;
}

