@charset "UTF-8";
body {background-color:#000;}
#container {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	background-color: #AC781E;
}

#container #head {
	height: 260px;
	width: 952px;
	margin: 0px;
	padding: 0px;
}
#container #butttop {
	background-image: url(images/bibutback.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 952px;
}
#container #butttop ul {
	list-style-type: none;
	margin: 0px;
	padding: 4px 0px 0px 155px;
}
#container #butttop ul li {
	display: inline;
	color: #AC781E;
}
#container #butttop ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #AC781E;
	font-size: 24px;
	height: 39px;
	width: 952px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
#container #butttop ul li a:hover {
	color:#9C620F;
	margin-top: 6px;
}#container #main {
	background-image: url(images/bimain.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 587px;
	width: 952px;
}
#container #main #map img {
	height: 566px;
	width: 335px;
	padding-top: 10px;
	padding-left: 182px;
	float: left;
}
#container #main #text {
	float: right;
	width: 400px;
	padding-top: 20px;
	padding-right: 20px;
}
#container #main #text p {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: justify;
	padding-right: 40px;
	padding-top: 20px;
}
#container #main #text h2 {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#container #footer {
	background-image: url(images/bifooter.png);
	background-repeat: repeat-y;
}
#container #footer h1 {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	width: 952px;
	text-align: center;
	padding-left: 80px;
}
#container #footer h3 {
	font-family: "Times New Roman", Times, serif;
	width: 952px;
	padding-left: 74px;
	text-align: center;
	font-size: 28px;
	padding-bottom: 30px;
}
