@charset "utf-8";
body {
	background-color: #7b854c;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #253544;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

.main {
	width: 900px;
	height: auto;
	background-image: url(images/sct_03.gif);
	background-repeat: repeat-y;
	background-position: center top;
	z-index: 100;
	margin: auto;
}
.top {
	background-image: url(images/sct_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	z-index: 1050;
	height: 131px;
}
.mid {
	height: auto;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 1070;
	background-image: url(images/sct_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.content {
	width: 815px;
	position: relative;
	left: 40px;
	height: auto;
	clear: left;
}
.menu {
	position: relative;
	height: 25px;
	width: 446px;
	left: 55px;
	top: 105px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.menu  a   {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.menu a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
.book h2 {
	margin-top: 4px;
	margin-bottom: 2px;
}
.book h3 {
	margin-top: 4px;
	margin-bottom: 2px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
}
.book_desc {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 14px;
	padding-top: 4px;
	float: right;
	padding-left: 6px;
	width: 500px;
}



.clear {
	clear: both;
}

.bottom {
	background-image: url(images/sct_04.gif);
	height: 47px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 1060;
}
.credits   {
	font-size: 0.8em;
	position: relative;
	height: 20px;
	width: 400px;
	top: 16px;
	color: #FFFFFF;
	text-align: right;
	left: 466px;
}
.credits a {
	color: #EAEEFF;
	text-align: right;
	text-decoration: none;
}
.credits a:hover {
	text-align: right;
	text-decoration: underline;
}

