/* CSS Document */

    body {margin: 0;
	padding: 0;
    scrollbar-arrow-color: #816035;
	scrollbar-base-color: #5F0E17;
	scrollbar-face-color: #5F0E17;
	scrollbar-highlight-color: #5F0E17;
	scrollbar-shadow-color: #5F0E17;
	scrollbar-3d-light-color: #816035;
	scrollbar-dark-shadow-color: #816035;
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	color: #D5BA7A;
    background-color: #630F18;}

    a:link {
    text-decoration: underline;
    font-weight: bold;
    color: #fff;
}

    a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #D5BA7A;
}

   a:hover {
   cursor: crosshair;
   text-decoration: none;
   font-weight: bold;
   background-color: #D5BA7A;
   color: #520810;
}

   a:active {
   text-decoration: none;
   color: #D5BA7A;
   font-weight: bold;
}

     h2 {color: #D5BA7A;
	 font: 120% georgia, times, "times new roman", serif;
	 font-weight: bold;
	 margin: 1em;
     padding-bottom: 10px;
     text-align: center;
     border-bottom: 1px solid #fff;}
	
	h2 a { text-decoration: none; }
	
	h3{margin: 1em;
    padding: 2px;
    color: #D5BA7A;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;}
	
	#container {margin: 0 auto;
	 width: 670px;
	 background:  url(images/content_bg.jpg) repeat-y;}
    
    #header {margin: 0;
     height: 25px;
     width: 670px;
     background:  url(images/bar.jpg) no-repeat;}
     border-left: 1px solid #000;}

    #contents {margin: .5em;
     width: 610px;
     background: url() repeat-y;
     text-align: justify;}

    #footer	{clear: both;
     height: 150px;
     width: 670px;
     background: url(images/content_bg.jpg) repeat-y;}

    #footer ul{margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;}

    #footer li{display: inline;
	 padding: 0 20px;}

    ul{font-size: 85%;}
 
    ul ul{font-size: 100%;}
   
   .footertext{
	padding: 1em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;}
    
   p{margin-left: 15px;
     margin-right: 15px;
     font-size: 12px;
	 text-align: left;}

   blockquote{margin: 1em;
     padding: 10px;
     border-left: 10px solid #630F18;
     border-right: 10px solid #630F18;
     background-color: #D5BA7A;
     color: #000;}

   .bookcover{margin: 1em;
    margin-left: 2em;
    width: 101px;
    height: 160px;
    border: 1px solid #000;
    text-align: right;}

   .floatleft { float: left; 
    margin: 2em 2em 2em 0;}

   .floatleftexcerpt { float: left; 
    margin: 2em 2em 0 0;}

   .floatright { float: right; 
    margin: 1em 0; 2em 0;}

   .centerimage{margin: 1em 2em 2em 0;
    text-align: center;}
	
	.center{text-align: center;}
