html, body {
/*	height: 100%; */
	margin: 0px 0px;
}

body {
	background-color: #ffffff;
	font-family: "Verdana";
	font-size: 12px;
}

#top {
	width: 750px;
	height: 158px;
}

#main {
	width: 750px;
	height: 700px;
	background-color: #FFE0C2;
	border: 1px solid #FF9933;
}

#top_menu {
	width: 750px;
	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;
}

#news {
	width: 167px;
	height: 94px;
	background-image: url(images/news_bkg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	background-color: #FF9C3A;
	border: 2px solid #FF9933;
	margin: 15px 10px 0px 13px;
	overflow: hidden;
}

#news div {
	font-size: 11px;
	color: Black;
	padding: 3px;
}

#ct {
	position:relative;
	width:150px; 
	height:94px;
}

.nlink {
	width: 167px;
	line-height: 15px;
	background-color: #000000;
	color: #FF9933;
	margin: 0px 10px 0px 13px;
	font-size: 10px;
	text-align: center;
	border: 2px solid #000000;
}

.nlink a {
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
}



#coming {
	width: 167px;
	height: 104px;
	background-image: url(images/comming_bkg.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	background-color: #FF9C3A;
	border: 2px solid #FF9933;
	margin: 12px 10px 0px 13px;
}

#coming div {
	font-size: 11px;
	color: Black;
	padding: 3px;
}

#coming a {
	color: Black;
}

#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 {
	width: 167px;
	background-image: url(images/news_bkg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	margin: 12px 10px 5px 13px;
	background-color: #FF9C3A;
	border: 2px solid #FF9933;
}

#search div {
	color: Black;
	font-weight: bold;
	font-size: 11px;
}

#search table {
	color: Black;
	font-size: 12px;
}

#search input {
	border: 1px solid #666666;
	color: #000000;
}

/* ::::::::::::::::::::: RIGHT ::::::::::::::::::::: */

#book {
	padding: 10px 5px 5px 0px;
}

#book img {
	border: 1px solid #FF9933;
	width: 63px;
	height: 99px;
	margin-bottom: 15px;
}

#info {
	width: 315px;
	height: 345px;
	background-color: #FFE0C2;
	text-align: justify;
}

#info h1 {
	font-size: 14px;
	text-align: left;
	padding-top: 10px;
	color: #CC6600;
	text-indent: 15px;
}

#info p {
	padding-right: 15px;
	text-align: justify;
	text-indent: 15px;
}

#info a {
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	color: #0000CC;
}

#right {
	width: 315px;
	height: 345px;
	background-image: url(images/right_bkg.gif);
	background-repeat: no-repeat;
}

.index_img {
	width: 101px;
	height: 230px;
}

#book_name {
	font-weight: bold;
	font-size: 11px;
}

.book_txt {
	font-size: 11px;
}

#book_name a {
	color: #FF6600;
}

#book_info {
	overflow: auto; 
	height: 100px;
	padding: 8px;
	text-indent: 25px;
	text-align: justify;
	font-size: 11px;
}

.button1 {
	width: 30px;
	height: 20px;
	color: #FF9933;
	font-weight: bold;
	background-image: url(images/btn_search.gif);
	background-position: center;
	background-repeat: no-repeat;
}

