/* 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: 75%  Verdana, Arial, Helvetica, sans-serif;
	color: #D5BA7A;
    background-color: #630F18;}

    a:link {
    text-decoration: none;
    font-weight: bold;
    color: #F0A962;
}

    a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #D5BA7A;
}

   a:hover {
   cursor: hand;
   text-decoration: none;
   font-weight: bold;
   color: #FFF2CA;
}

   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: left;
     border-bottom: 1px solid #DDBF8F;}
	
	h2 a { text-decoration: none; }
	
	h3{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: 228px;
     width: 668px;
     background: url(images/newheader_final.jpg) no-repeat;
     border-left: 1px solid #000;}

    #mainnav{height: 38px;
        padding: 2px 0;
		margin-bottom: 22px;
        text-align: left;}
    
    #sidebar {float: right;
     margin-top: .5em;
	 width: 150px;
     text-align: center;
	 background:  url() no-repeat bottom;}
 
    #sidebar h3{padding: 2px;
    color: #D5BA7A;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    width: 120px;
    border-bottom: 1px solid #DDBF8F;}

    #contents {margin: .5em;
     width: 655px;
     background: url() repeat-y;}

    #footer	{clear: both;
     height: 260px;
     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{margin-left: 10px;
	padding: 1em;
    font-size: 90%;}
 
    ul ul{font-size: 100%;}
   
   .footertext{
	padding: 4.5em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;}
    
   p{margin-left: 15px;
     margin-right: 15px;
     font-size: 12px;}

   blockquote{margin: 2em;
    padding: 10px;
    border-left: 10px solid #DDBF8F;
    border-right: 10px solid #DDBF8F;
    background-color: #550D14;
	font-size: 11px;
    color: #D5BA7A;}

   .bookcover{margin: 1em;
    margin-left: 1em;
    border: 1px solid #FFF;
    text-align: right;}

   .floatleft { float: left; 
    margin: 2em 2em 2em 0;}
    
    .floatright { float: right; 
    margin: 1em 0em 2em 0;}
	   
   .quote{
	text-align: center;
	font-style: italic;
	font-weight: bold;}

   .chapter{margin: .5em;
    padding: .5em;
    font: 120% georgia, times, "times new roman", serif;
    text-align: left;
    font-style: italic;
    font-weight: bold;
    border-top: 1px solid #DDBF8F;}

   .centerimage{margin: 3em;
    text-align: center;}

   .title{margin: 2em;
    padding-bottom: 2em;
    text-align: center;
    border-bottom: 1px solid #DDBF8F;}

    .titleleft{margin: 2em;
    padding-bottom: 1em;
    text-align: left;
    border-bottom: 1px solid #DDBF8F;}

    .titleright{margin: 2em;
    padding-bottom: 1em;
    text-align: right;
    border-bottom: 1px solid #DDBF8F;}

   .lefttext{text-align: left;}

   .righttext{text-align: right;}
   
   .centered{text-align: center;}
   
   .update{text-align:right;
   font-size: 9px;
   font-weight: bold;}