@import url("screen/menu.css");
@import url("screen/address.css");
@import url("screen/contact.css");
@import url("screen/powered.css");




body {
	background: #ffffff;
}




a {
	text-decoration: none;
}




img {
	border: 0px;
}




div#content {
	width: 858px;

	margin-left: auto;
	margin-right: auto;

	position: relative;
}




div#content div {
	display: block;

	float: left;
}




div#logo {
	width: 72px;
	height: 65px;
}




div#menu {
	margin-top: 40px;

	width: 786px;
	height: 25px;

	text-align: right;
}




div#baner {
	margin-top: 8px;
	padding-top: 4px;

	width: 858px;
	height: 572px;

	background: url("/www/images/decor.png") top no-repeat;
}




div#galleries {
	margin-top: 8px;
	padding-top: 4px;

	width: 858px;
	height: 572px;

	background: url("/www/images/decor.png") top no-repeat;
}




div#galleries .history-button {
	width: 35px;
	height: 572px;
}




div#galleries .grot-button {
	width: 186px;
	height: 21px;

	cursor: pointer;
}




div#picture {
	width: 602px;
	height: 572px;
}




div#picture-collection {
	width: 186px;
	height: 572px;
}




div#picture-collection-content {
	overflow: auto;

	width: 186px;
	height: 530px;

	background: #f0820a;
}




div#picture-collection-content img {
	display: block;

	margin: 0px 8px 8px 8px;
}




div#title {
	width: 858px;
	height: 42px;
}




div#address {
	margin-left: 6px;
	margin-right: 6px;

	width: 630px;
	height: 180px;

	background: #e6e5e5 url("/www/images/backgrounds/address.jpg");
}




div#contact {
	width: 210px;
	height: 180px;

	background: #ee8800 url("/www/images/backgrounds/contact.jpg");
}




div#powered {
	width: 858px;
}

