/* CSS Document */

html,body { margin:0; padding:0; }

body {
	background-image: url(../img/book_bg.jpg);
	font: 100.01% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
	
#container {
	position: relative;
	text-align: left;
	height: 600px;
	width: 800px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid yellow;
}

#navibox {
	position: relative;
	float: right;
	width: 796px;
	height: 50px;
	z-index: 20;
	border: 0px solid green;
}

.navi-link {
	position: absolute;
	border: 0px solid white;
}

.navi-link-side {
	position: absolute;
	top:90px;
	left:-1px;
	border: 0px solid white;
}

#content {
	position: relative;
	float: right;
	background: #FFF8DC url(../img/book.jpg) no-repeat right;
	top: -20px;
	height: 560px;
	width: 758px;
	z-index: 10;
	line-height: 15px;
	border: 0px solid red;
}

#content p {
	margin: 10px 0 15px 0;
	padding: 0px 20px 0px 20px;
	font-size: 70%;
	text-align: justify;
	border: 0px solid;
}

#content p a {
	color: #660000;
	text-decoration: none;
}
#content p a:hover {
	text-decoration: underline;
}

.link-big {
	display: block;
	margin: 0 0 10px 50px;
	padding-bottom: 10px;
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
.link-big:hover {
	text-decoration: underline;
}
.link-normal {
	display: block;
	margin: 0 0 10px 50px;
	padding-bottom: 10px;
	color: #660000;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
}
.link-normal:hover {
	text-decoration: underline;
}

h4 {
	margin: 15px 0 15px 0;
	padding: 0 0 0 20px;
	border: 0px solid;
}

.leftside {
	position: absolute;
	top: 8px;
	left: 11px;
	width: 340px;
	height: 530px;
	margin: 0;
	padding: 15px 10px 0 10px;
	border: 0px solid white;
}

.rightside {
	position: absolute;
	top: 8px;
	left: 383px;
	width: 340px;
	height: 530px;
	margin: 0;
	padding: 15px 10px 0 10px;
	border: 0px solid white;
}

.table {
	width: 330px;
	margin-top: 10px;
	font-size: 70%;
	border: 0px solid;
}

.tr {
	text-align: left;
}

.td {
	width: 60px;
	text-align: right;
	border-right: 1px solid black;
}

.site-number {
	position: absolute;
	top: 510px;
	font-size: 70%;
	border:0px solid;
}

.site-corner {
	position: absolute;
	top: 474px;
	border:0px solid white;
}
