/* CSS Document */
body
{
    font-family: Verdana, Arial, sans-serif;
    background-color: #E37315;
}

a
{
    color: #E37315;
    text-decoration: underline;
}

h1,
h2,
h3
{
    color: #E37315;
    text-align: center;
    /* border-bottom: 1px solid #ffb720; */
}

h1,
h2,
h3.bookname
{
	-moz-text-shadow: 1px 1px 1px #333;
	-webkit-text-shadow: 1px 1px 1px #333;
	text-shadow: 1px 1px 1px #333;
}

.border
{
	border: 2px solid #9a2925;
}

.round
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.shadow
{
	box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
}

.red
{
    color: #9a2925;
}

.orange
{
    color: #E37315;
}

.center
{
    text-align: center;
}

.right
{
    text-align: right;
}

.fineprint
{
    font-size: 8pt;
}

.bold
{
    font-weight: bold;
}

h3.bookname
{
    margin-bottom: 0px;
    text-align: left;
    text-transform: uppercase;
    font-size: 1em;
}

h4.booksubtitle
{
    font-style: italic;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 0.75em;
}

p.bookdescription
{
    margin-top: 0px;
    margin-bottom: 0px;
    text-indent: 0.25in;
    font-size: 0.85em;
}

/*div.booklist
{
    margin-left: 75px;
}*/

#outercontainer
{
	width: 100%;
	text-align: center;
}

#container
{
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
	background-color: #fff;
}

.book
{
	/*margin-left: 25px;*/
	margin-right: 25px;
	float: left;
	width: 425px;
	margin-bottom: 25px;
}

.clear
{
	clear: both;
}

a.clear
{
	display: block;
	height: 25px;
}

#totem-left
{
	position: absolute;
	width: 192px;
	height: 415px;
	bottom: 0px;
	left: -87px;
	background: url(images/totem-left.png) no-repeat;
}

#totem-right
{
	position: absolute;
	width: 192px;
	height: 415px;
	bottom: 0px;
	right: -87px;
	background: url(images/totem-right.png) no-repeat;
}

#footer
{
	text-align: center;
	margin-top: 50px;
}
