* {margin: 0; padding: 0;}
html {height: 100%}
body {
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	background: #fff;
	color: #000;
			text-align:center;
	margin:0 auto;
}

a:link, a:visited, a:active, a:hover {color: #0000EE; text-decoration: underline;}
a:hover {text-decoration: none;}

img {border: none;}
input {vertical-align: middle;}
ul li{list-style: none;}
.clear{clear: both;}

#wrapper {
	width: 100%;
	min-width: 1240px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 160px;
}
#header img{ padding: 60px 0 0 10px; }

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 260px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 175px 0 325px;
}
#content h2{ font-size: 20px; font-weight: 400; }
#content p{ padding: .4em 0; }

.top_cont{ border: 1px solid #9999FF; background: #fff; padding: 10px; margin: 0 0 10px; }
.top_cont .tcpadd{ width: 100%; overflow: hidden; }
.top_cont .book{ text-align: center; padding: 10px 0; font-size: 18px; }

.main_cont{ border: 1px solid #FF9DEC; background: #EBF2FF; padding: 10px; margin: 0 0 10px; }
.main_cont .mcpadd{ width: 100%; border-bottom: 1px dashed #BFD3FF; overflow: hidden; }
.post_sep{ border-bottom: 1px dashed #BFD3FF; margin: 0 0 10px; }

.navi{ text-align: center; padding: 10px 0; }

.bttm_link{ text-align: center; font-size: 22px; 10px 0; }

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 315px;
	margin-left: -100%;
	position: relative;
	overflow: hidden;
}
.sl .spadd{ padding: 0 0 0 5px; }


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 165px;
	margin-left: -165px;
	position: relative;
	overflow: hidden;
}

.sidebar li{ line-height: 18px; }
.sidebar h2{ line-height: 1.8em; font-size: 16px; }
.sidebar .widg{ border-bottom: 1px dashed #FF9DEC; padding: 0 0 5px; margin: 0 0 10px; text-align: center; }
.sidebar .widg2{ border: 1px solid #000; background: #FF9DEC; padding: 5px; margin: 0 0 10px; }

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -260px auto 0;
	min-width: 1240px;
	height: 260px;
	text-align: center;
	line-height: 28px;
}
#footer p{ padding: .4em 0; }
#footer h2{ font-weight: 400; }

* html #wrapper,
* html #footer {
	width: expression((documentElement.clientWidth||document.body.clientWidth)<1240?'1240px':'');
}


/* BY CZARINA */

#page {
	font-size: 12px;
	text-align:center;
	margin:0 auto;
}
.categoryheadings {
	font-family: Impact, "Franklin Gothic Book", "Franklin Gothic Demi", "Franklin Gothic Medium Cond", "Franklin Gothic Heavy";
	font-size: 36px;
	color: #000000;
}
table {
	margin:0 auto;
	align:center;
}
td {
	font-size: 12px;
	margin:0 auto;
}

.thumbs {
border:1px #333 solid;
padding:3px;
margin:3px;
}.boldy {
	font-weight: bold;
}

.lightgray {
background:#f5f5f5;
}
.darkgray {
background:#e8e9e9;
}