body{
background: url(gr/dark_victorian_gr.jpg);
padding-top: 30px;
font-family: Georgia, Verdana, san-serif;
font-size: 11px;
}

#container
{
	margin: 0 auto;
	width: 900px;
}

#header
{
	padding: 20px;
background: url(gr/header1.jpg);
height: 155px;
}

#header h1 { 
margin: 0; 
font-size: 260%;
}

#header h2 { 
margin: 0; 
font-size: 120%;
padding-left: 140px;
}


#navigation
{
	float: left;
	width: 900px;
	background:#788f75;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a:link
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-weight:bold;
}

#navigation li a:visited
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-weight:bold;
}

#navigation li a:hover
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-weight:bold;
	background: #A2AE8E;
}
#navigation li a:active
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-weight:bold;
	background: #A2AE8E;
}


#content-container
{
	
width: 900px;
	background: #F1EACE;
}

#content
{
margin-left: 280px;
	padding: 40px 10px 40px 20px;
line-height: 20px;
min-height: 800px;
}

#content_noside {
	margin-left: 20px;
	padding: 40px 10px 40px 20px;
line-height: 20px;
}

#content h2, #content_noside h2 {
	margin: 0;
	font-size: 187%;
}

#content p, #content_noside p{
padding: 8px 0px;
}

#content a:link, #content_noside a:link{
color: #737b65;
font-weight: bold;
text-decoration:none;
}

#content a:visited, #content_noside a:visited{
color: #737b65;
font-weight: bold;
text-decoration:none;
}
#content a:hover, #content_noside a:hover{
color: #737b65;
font-weight: bold;
text-decoration:none;
}
#content a:active, #content_noside a:active{
color: #737b65;
font-weight: bold;
text-decoration:none;
}

.bookblurb_image{
clear: right;
min-height: 200px;
padding: 10px 20px 10px 0px;
}

.bookblurb_image p{
margin-left: 160px;

}

.bookblurb_image img{
float: left;
padding-right: 10px;
padding-top: 10px;
}

#sidebar
{
	float: left;
	width: 200px;
	padding: 20px 20px 20px 20px;
	border-right: 1px solid #788f75;
	text-align: center;
	line-height: 12pt;
	font-style: 1;
}

#sidebar h3 { margin: 10px; 
text-align: center
}

#sidebar blockquote{ text-align:justify;	
font-size: 100%;
padding: 2px;
}

#sidebar a:link,a:visited,a:hover,a:active{
color: #000;
font-weight: bold;

}

#special {
border: 1px dotted #000;
width: 80%;
margin: auto;
background: rgb(138,164,213);
padding: 10px 18px 18px 18px;
font-size: medium;
margin: 12px;
}

#special a:link{
color: #000;
}
#special a:visited{
color: #000;
}

#footer
{
	clear: left;
	background: #788f75;
	text-align: right;
	padding: 20px;
	height: 1%;
}


.center{
text-align: center;
}
