body {
	font-size: 12px;
	font-family: Arial;
	margin-top: 0px;
	margin-bottom: 0px;
	height:100%;
	background-image:url(../images/page_bg.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	line-height:17px;
	}
h3{
	font-size: 18px;
	font-family: Arial;
	}
.clear {
	clear: both;
	}
.FL{
	float:left;
	}
.FR{
	float:right;
	}
img {
	border-style:none;
	}
A {
	font-size: 12px;
	color:#7A0E0E;
	text-decoration: none;
	font-family: arial;
	}
A:hover {
	font-size: 12px;
	color: #6F6F6F;
	text-decoration: underline;
	}
.PL50{
	padding-left:50px;
	}
#topC1 {
	width:993px;
	height:92px;
	background-image:url(../images/home_top.jpg);
	background-repeat:no-repeat;
	}
#topC2 {
	width:993px;
	height:203px;
	background-image:url(../images/home_top2.jpg);
	background-repeat:no-repeat;
	}
#topC3 {
	width:993px;
	height:36px;
	background-image:url(../images/home_top3.jpg);
	background-repeat:no-repeat;
	}
#topC4 {
	width:993px;
	height:66px;
	background-image:url(../images/home_top4.jpg);
	background-repeat:no-repeat;
	_margin-top:-4px
	}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 990px;
	}
#contentDetails {
	width:950px;
	min-height:320px;
	max-height:100%;
	background-color:#F9F9F6;
	margin-right: 15px;
	margin-left: 10px;
	}
#contentDetailsInner {
	width:960px;
	min-height:450px;
	height:100%;
	_height:1000px;
	margin-left: 15px;
	background-color:#F9F9F6;
	}
#contentDetailsHome {
	padding-left:30px;
	padding-bottom:50px;
	padding-right:30px;
	}
#contentDetailsL2 {
	width:540px;
	float:left;
	height:100%
	_height:100%;
	padding-left:30px;
	padding-bottom:50px;
	background-color:#F9F9F6;
	}
#contentDetailsBookandDramaL{
	width:400px;
	float:left;
	padding-left:30px;
	padding-bottom:55px;
	background-color:#F9F9F6;
	}
#contentDetailsBookandDramaR{
	background-color:#F9F9F6;
	width: 530px;
	height:400px;
	float:right;
	}	
#contentDetailsR {
	width:375px;
	float:right;
	padding-bottom:20px;
	background-color:#F9F9F6;
	}
#nav {
	margin: 0 32px 0 472px;
	height:36px;
	}
.counter{
	height:20px;
	background-color: #d9d9d9;
	}
#lineheight  li{
	line-height:20px;
	}
#footer {
	height:30px;
	font-size:11px;
	text-align:center;
	background-color:#88774F;
	padding-top:20px;
	padding-right:10px;
	clear:both;
	width:950px;
	margin-left:15px;
	}
#footer span{
	font-size:8.5px;
	padding-left:5px;
	text-align:center;
	color:white;
	}
#footer  a{
	color:white;
	text-decoration: none;}
/*-----GALLERY CONTAINERS----*/

#galleryContainer {
	height:140px;
	width:auto;
	_margin-right:-30px;
}
#galleryBoxL {
	float:left;
	width:120px;
	height:120px;
	text-align:center;
	padding-top:15px;
	margin-left:110px;
	_margin-left:105px;
}
#galleryBoxR {
	float:left;
	padding-right:60px;
	width:620px;
	height:120px;
	padding-top:15px;
	_padding-right:1px;
	_width:610px;
}
#galleryBoxRL {
	float:left;
	width:120px;
	height:120px;
	text-align:center;
}
#galleryBoxRR {
	float:right;
	width:490px;
	height:120px;
	_width:480px;
}
#galleryBoxRRL {
	float:left;
	width:120px;
	height:120px;
	text-align:center;
}
#galleryBoxRRR {
	width:120px;
	height:120px;
	text-align:center;
	/*padding-top:15px;
	margin-left:110px;
	_margin-left:130px;*/
}
.pageH1 {
	font-size:16px;
	font-weight:bold;
	color:#990000;
	padding-left:25px;
	text-decoration:underline;
}
/*----additional for popup---*/
.image{
	position: relative;
	z-index: 0;
}
.image:hover{
	background-color: transparent;
	z-index: 50;
}
.image span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -10px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.image span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.image:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	margin-top:-125px;
	left:auto; /*position where enlarged image should offset horizontally */
}
