body {
 	font-family: Arial;
 	font-size: 0.8em;
	margin: 0px;
	background-color: #e9ceaf;
	background-image: url('design/bg.jpg');
	background-repeat: repeat;
	text-align: center;
	cursor: default;
}

#top {
	width: 892px;
	height: 251px;
	background-image: url('design/top_hover.png');
	background-repeat: no-repeat;
	text-align: center;
}

#top:hover #logo {
	visibility: hidden;
}

#logo {
	width: 378px;
	height: 229px;
	background-image: url('design/logo.png');
	background-repeat: no-repeat;
	margin: 0px auto;
	text-align: center
}

#page {
 	margin: 0px auto;
	width: 900px;
	background-image: url('design/border_vertical.png');
	background-repeat: repeat-y;
	text-align: left;	
}

#in {
	margin-left: 4px;
	background-image: url('design/paper_background.png');
	width: 892px;
}

#bottom {
	background-image: url('design/bottom.png');
	background-repeat: no-repeat;
	width: 900px;
	height: 72px;
	margin: 0px auto;
	text-align: center;
}

#menu {
	width: 200px;
	padding: 2px;
	float: left;
	text-align: left;
}

#site {
	margin-left: 204px;
	text-align: justify;
	padding-right: 2px;
}

.title {
	width: 200px;
	height: 27px;
	background-image: url('design/title_background.png');
	background-repeat: no-repeat;
	line-height: 27px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
}

h1 {
	height: 78px;
	width: 340px;
	background-image: url('design/scroll.png');
	background-repeat: no-repeat;
	line-height: 85px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px auto;
	text-align: center;
}

#menu a {
	text-decoration: none;
	display: block;
	width: 193px;
	margin-left: 3px;
	background-image: url('design/link.png');
	background-repeat: no-repeat;
	text-indent: 11px;
	color: #000000;
}

#menu a:hover {
	background-color: #d7a973;
}

#bottom a {
	color: #000000;
	text-decoration: none;
}

#bottom a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
	margin: 0px auto;
	margin: 10px;
}

a img {
	border: solid 1px #d7a973;
}

a img:hover {
	border: solid 1px #000000;
}

p {
	margin: 0px 15px 10px 15px;
}

#line {
	width: 200px;
	height: 20px;
	margin: 0px auto;
	background-image: url('design/line.png');
	background-repeat: repeat-x;
	margin-bottom: 3px;
}

a {
    outline-style: none;
}
