﻿html {
	margin:0;
	padding:0;
	color:#000;
	background:#a7a09a;
}
body {
    font-family:  Verdana, Geneva, Tahoma, Helvetica, MS Sans Serif, Arial, Sans-Serif;
    font-size: 0.9em;
    background: #d1b2aa url(images/page_bg.jpg);
    margin: 0px;
    padding-top: 20px;
}
#wrap {
	width:860px;
	margin:0 auto;
	background:#f9f5cf;
}
#header {
    padding:10px 10px;
	background: #a96f60;
	border: 1px solid #000000;
}
#nav {
	background:#a96f60;
	width: 860px;
	height:35px;
	background: url(images/nav.gif) repeat-x;
}
#main {
	float:left;
	width:605px;
	padding:10px;
	background:#f9f5cf;
	border-right:235px solid #d1b2aa;
	margin-right:-235px;
	float:left;
}
#sidebar {
	float:left;
	width:215px;
	padding:10px;
	background:#d1b2aa;
}
#footer {
	clear:both;
	background: url(images/body_b.png) no-repeat;
    text-align: center;
    height: 64px;
}
#footer p {
	margin:0;
}
* html #footer {
	height:1px;
}
#nav ul{
	width: 858px;
	height:35px;
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#nav li{
	display:inline;
	padding: 5px 22px 0px 22px;
	margin: 0px;
	margin-bottom: 0px;
	height:30px;
	list-style-type: square;
	list-style-position: inside;
	float:left;
}
#nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #f9f5cf;
	text-decoration: none;
}
#nav a:hover{
	color:#fcff85;
}
.selectedTitle{background: url(images/selected.gif) repeat-x; color:#310707;}
.lastchild{border-right: 0px none #FFFFFF !important;}
ul{ list-style: none; }
img { border: 0px; }
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h1 {
	margin:0;
}
h2 {
	margin:0 0 em;
	font-size: 18px;
}
#copyright {
    position: relative;
    top: 8px;
    color: #f9f5cf;
}
.left {
    float: left;
    margin: 0px 10px 10px 0px;
}
.right {
    float: right;
    margin: 0px 0px 0px 20px;
}
.readmore {
    text-align: right;
}
/* Book Listing */
.picture {
 background-color: #F9F9F9;
 border: 1px solid #CCCCCC;
 padding: 3px;
 font: 11px/1.4em Arial, sans-serif;
 color: Black;
 margin-right: 10px; 
}
.picture img {
 border: 1px solid #CCCCCC;
 vertical-align:middle; margin-bottom: 3px;
}
picture.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
picture.left { float:left; }