html, body {
	height: 100%;
	margin: 0px 0px;
}

body {
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#top {
	width: 750px;
	height: 158px;
	border-left: 1px solid #FF9933;
	border-right: 1px solid #FF9933;
}

#top_menu {
	height: 25px;
	background-color: #FF9933;
	border-top: 1px solid #FF9933;
	border-bottom: 1px solid #FF9933;
	color: #0000CC;
	font-size: 11px;
	background-image: url(images/topmenu_bkg.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px 5px 5px 25px;
}

#top_menu a {
	color: #0000CC;
	text-decoration: none;
}

#libmenu {
	width: 235px;
	/*height: 361px; */
	text-align: left;
	margin-top: 15px;
}

.btn {
	width: 182px;
	height: 18px;
	border-bottom: 1px dashed #0000CC;
	padding-top: 3px;
	margin-left: 15px;
}

.btn a{
	color: #0000CC;
	font-size: 11px;
	text-decoration: none;
}

.btn li {
	list-style: disc inside;
	color: #0000CC;
}

#search {
	text-align: left;
	background-color: #FF9C3A;
	font-size: 12px;
}

/* ::::::::::::::::::::: RIGHT ::::::::::::::::::::: */


#lib {
	background-color: #FFE0C2;
	text-align: left;
	width: 515px;
}

#lib h1 {
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	color: #CC6600;
}

#lib th {
	background-color: #FECB99;
	text-align: left;
}

#lib td {
	background-color: #FFEAD3;
	text-align: left;
}


#info {
	background-color: #FFE0C2;
	text-align: left;
	width: 515px;
	font-size: 12px;
}

#info table {
	font-size: 11px;
}

#info h1 {
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	color: #CC6600;
}

#info a {
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	color: #0000CC;
}

#info th {
	background-color: #FECB99;
	text-align: right;
}

.index_img {
	width: 101px;
	height: 230px;
}

#book_name {
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.book_txt {
	font-size: 11px;
}

#book caption {
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding-bottom: 10px;
}

#book th {
	background-color: #FECB99;
	text-align: right;
	width: 100px;
}

#book td {
	background-color: #FFEAD3;
}

#book_name a {
	color: #FF6600;
}

#book_info {
	padding: 8px;
	text-indent: 25px;
	text-align: justify;
	font-size: 11px;
}

#book_passage {
	font-size: 12px;
	text-align: justify;
}

.button1 {
	width: 30px;
	color: #FF9933;
	font-weight: bold;
	background-image: url(images/btn_search.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 8px;
}

