/* CSS Document */
body {
	text-align:center;
	background:url(../images/background_full.gif) repeat;
	visibility:inherit;
}
#mainAreaLoading {
	width: 250px;
	height: 50px;
	background-color:#fff;
	filter:alpha(opacity=70); /* for IE */
	opacity:0.7; /* CSS3 standard */
}
#container {
	margin:10% auto;
	width:977px;
	height:499px;
	background:url(../images/background.gif) no-repeat;
	/*border:1px solid #FF0000;*/
}
#loading {
	position:relative;
	top:-250px;
	float:right;
	width:935px;
	height:50px;
}
#content_outer {
	float:right;
	width:935px;
	height:300px;
}
#content_inner {
	float:right;
	width:935px;
	height:300px;
}
#books {
	float:right;
	margin:28px 0 0 0;
	width:720px;
	height:160px;
	/*border:1px solid #00FF00;*/
}
#book {
	float:right;
	width:255px;
	height:300px;
	/*border:1px solid #0033FF;*/
}
#content {
	/*border:1px solid #00CC00;*/
	overflow:auto;
	float:right;
	padding-right:10px;
	width:670px;
	height:300px;	
	font:14px/22px Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-align:justify;
}
.book_title {
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#8a0c00;
	text-align:left;
}
.author_title {
	font:15px/30px Georgia, "Times New Roman", Times, serif;
	color:#5e6d06;
	text-align:left;
}
a:link, a:visited {
	font:12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#283345;
	text-decoration:none;
}
a:hover, a:active {
	color:#d50100;
	text-decoration:underline;
}

/* png images */
* html img, 
* html .png{
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "http://darulerkam.altinoluk.com/wp-content/themes/home/images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
        
    );
}
/* png images */
