/* RESET */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* MISC */

.float-left { float:left; padding:5px; }
.float-right { float:right; padding:10px; }
.clear { clear:both; }
.quote { font-size:50px; font-weight:bold; }
#maidservant { float:right; margin-top:-65px; }
.readmore {padding:10px 0;}

/* TYPE */

h1 {font-size:30px; font-weight:bold; padding-bottom:10px;}
h2 {font-size:24px; font-weight:bold; }
h3 {font-size:17px; font-weight:bold; padding-top:15px; }
p {font-size:13px; padding:10px 0; line-height:21px;}

/* LINKS */

a { color:#763667; text-decoration:none; }
a:hover { text-decoration: underline; }

/* LAYOUT */
body { background: #ececec url(images/body-bg.jpg) no-repeat top left; font-family: Georgia, "Times New Roman", Times, serif; color:#763667; }
#page { background: url(images/body-bg2.jpg) no-repeat top right; }
#main { width:930px; margin:0 auto; }
#header { height:100px; background:url(images/content-top.png) no-repeat center bottom; }
#logo { width:275px; float:left; margin:25px 0 0 30px; }
#menu { width:180px; height:370px; float:left;  background:url(images/menu-bg.png) no-repeat;}
#menu a	{ display: block; padding:7px 0; text-align:center; }
#menu a:link, #menu a:visited { color: #fff; text-decoration: none; }
#menu a:hover { text-decoration:underline; }
#content { background:url(images/content-bg.png) repeat-y; }
#main-content { width:670px; float:left; padding-right:40px; padding-left:30px; }
#footer { position:relative; height:57px;  text-align:center; background:url(images/content-bottom.png) no-repeat center top; }
#footer p {position:absolute; top:35px; left:400px; font-size:11px;}

.books { width:630px; }
.books-content { width:530px; float:left;}
.books-img {float:right;}
