@charset "UTF-8";
/* CSS Document */
body
{
	margin: 0 auto 0 auto;
	text-align: center;
	background: #c8d3ee url(../images/background.jpg);
	color: #67358f;
	font: 14px Arial, Helvetica, sans-serif;
}
a:link, a:visited
{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #2176ba;
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
	color: #8dacf5;
	
}
a:active
{
	text-decoration: underline;
}

h1
{
	font: bold 28px Arial, Helvetica, sans-serif;
	color: #67358f;
	margin: 30px 0 0.5em 0;
}
h2
{
	font: bold 22px Arial, Helvetica, sans-serif;
	color: #67358f;
	margin: 30px 0 0.5em 130px;
}


#content
{
	width: 808px;
	
	margin: 0 auto 0 auto;
	text-align: center;
	background: url(../images/content_bg.png) repeat-y top center;
}

#leftSide
{
	margin: 16px 8px 8px -128px;
	width: 250px;
	float: left;
	position: relative;
	overflow: hidden;

}

#leftSide p
{
	text-align: left;
	width: 240px;

}

#rightSide
{
	width: 692px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#rightSide p.indented
{
	margin-left: 130px;
}

#headerName
{

	text-align: right;
	
}

#footer
{
	clear: both;
	
	color: #b196c2;
	font: 12px Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0 auto 10px auto;
	border-top: 2px solid #b196c2;
}
#footer a
{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #86777e;
	text-decoration: underline;
}

#footer a:link { color: #86777e; }
#footer a:visited { color: #86777e; }

#footer a:hover
{
	color: #8dacf5;
}
#footerMenu
{
	float: left;
	text-align: left;
	width: 300px;
	padding: 0.25em;
}
#footerContent
{
	padding: 0.25em ;
	text-align: right;
}

#bottomBorder
{
	clear: both;
	width: 100%;
	margin: -1px auto 0 auto;
}
.fullWidth
{
	clear: both;
	width: 100%;
}
.fullWidthCenter
{
	clear: both;
	text-align: center;
	width: 100%;
}

.rightPicture
{
	float: right;
	position: relative;
	margin: 4px 0 4px 4px;
	width: 100px;
}
.leftPicture
{
	float: left;
	position: relative;
	margin: 4px 4px 4px 0;
	width: 100px;
}

.featuredBooks
{
	border-top: 2px solid #67358f;
	border-bottom: 2px solid #67358f;
	margin: 10px auto 6px 130px;
	
}

.featuredBooks h2
{
	margin: 4px;
}

.featuredBooks p
{
	margin: 4px;
}

.featuredBooks .bookDisplay
{
	text-align: center;
}
