﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-image: url('../images/backgr.JPG');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 750px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #CCCCFF;
}
#masthead {
	text-align: center;
	width: 740px;
	padding: 10px;
	border: 0;
	background-color:#CC99FF;	
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	
}
/* Styles for Navigation */
#sidebar ul {
	float: left;
	list-style-type: none;
	width: 120px;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #CC99FF;
	}
#sidebar li {
	display: block;
	border: medium #800080;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	font-size: .9em;	
	color: #04b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}

#content {
	float: left;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
#newbookbox{
	width: 470px;
	
}
#newbookL {
	width:80px;
	float: left;
	
}
#newbookR {
	float:right;
	width:380px
}
table {
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 6;
	
}

td{
	border: 1pt #808080 solid;
	padding: 6;
	font-size: 1.3em;
	vertical-align: middle;
}

th{
	font-weight: bold;
	font-size: 1.3em;
	font: normal small-caps bold 100% serif;
	border: 1pt #800000 solid;
	padding: 6;
	background-color: #FFFF99;
} 
.cleaner {
	height: 0;
	clear: both;
	}

#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h1 {
	font-size:1.4em;
	font-weight:bold;
	color:maroon;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-style:italic;
	font-variant:small-caps;
	color: #008080;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	font-style:italic;
	font-variant:small-caps;
	color: #008080;
}

h5 {
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
	padding:0;
	margin-bottom:3px;
	margin-top:0px
	}
p {
margin-bottom:.2em;
font-size:1.1em;
padding:0;

}
blockquote {
	font-size:1.1em;

}

ul {
margin-bottom:.5em;
font-size:1.2em;
padding:0;
margin-left:1.1em;

}
ol {
margin-bottom:.5em;
font-size:1.2em;
padding:0;
margin-left:1.1em;
}
li {
margin-bottom:.5em;
font-size:1.2em;
padding:0;

}
