@charset "UTF-8";
body
{
	background: #4cca4f url(../images/background.jpg) top center repeat-x;
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

h1
{
	font: bold 26px Arial, Helvetica, sans-serif;
	color: #cb2127;
	margin: 20px 0 4px 0;
	text-align: left;
}

h2
{
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #cb2127;
	margin: 20px 0 4px 0;
	text-align: left;
}
a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #bb7808;
	text-decoration: underline;
}
a:link { color: #bb7808; }
a:visited { color: #bb7808; }

a:hover
{
	color: #cb2127;
}

hr
{
	border: 2px solid #bb7808;
	margin: 2px auto 2px auto;
}


#header
{
	margin: 0 auto 0 auto;
	background: url(../images/header_bg.gif) top center no-repeat;
	width: 880px;
	height: 204px;
	text-align: left;
}

#buttonRow
{
	height: 30px;
	text-align: right;
	margin: 2px 120px 0 0;


}
#footerWrapper
{
	clear: both;
	text-align: left;
	width: 796px;
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 4px auto 10px auto;
	

}

#footer
{
	margin: 0 4px 0 4px;
}

#footer a
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;												
	text-decoration: underline;
	
}
#footer a:link { color: #000000; }
#footer a:visited { color: #000000; }

#footer a:hover
{
	color: #cb2127;
}


#content
{
	margin: 0 auto 0 auto;
	background: url(../images/barn_bg.gif) top center repeat-y;
	width: 796px;
	border-bottom: 8px solid #000000;
	
}

/**
 ** otherBooks tyle is the wrapper for the two columns of books
 **/
.otherBooks
{
	width: 560px;
	margin: 20px auto 0 auto;
}

.otherBooks .leftSide
{
	float: left;
	position: relative;
	width: 260px;
	background: #ffffff;
	border: 4px #000000 solid;
	
}

.otherBooks .rightSide
{
	float: right;
	position: relative;
	width: 260px;
	background: #ffffff;
	border: 4px #000000 solid;
	
}

.bookDetail
{
	margin: 4px;
	text-align: left;
}

.bookDetail .bookCover
{
	text-align: center;
}

/** end otherBooks related styles **/

.announcement
{
	width: 600px;
	
	margin: 0 auto 20px auto;
	border: 4px #000000 solid;
	background: #ffffff;
	text-align: left;

}
.announcement p
{
	margin: 0 4px 20px 4px;
}

.announcement h1, h2
{
	margin: 8px 4px 4px 4px;
}

.inlineCover
{
	width: 220px;
	height: 240px;
	float: left;
	position: relative;
}

.bookDescription
{
	margin: 0 4px 10px 4px;
	font-style: italic;
}


