/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
color: #51312f;
background-color: #323d2d;
background-image: url(images/background.jpg);
margin: 0;
padding: 0;	

}
#wrapper {
background: white;
background-image: url(images/left_bar.jpg);
background-repeat: repeat-y;
width: 825px;	
margin: 0 auto;
text-align: center;

}
/*homepage banner and wrapper*/
#banner { 
background-image: url(images/page_top.gif);
height: 116px;
background-repeat: no-repeat;
background-position: left top;

}
#inner_wrapper {
background-image: url(images/page_bottom.jpg);
background-position: left top;
background-repeat: no-repeat;
padding-top: 9px;
background-color: white;
}
/*end homepage banner and wrapper*/
/*interior pages banner and wrapper*/
#inside_banner { 
background-image: url(images/interior_page_01.gif);
height: 116px;
background-repeat: no-repeat;
background-position: left top;

}
#inside_inner_wrapper {
background-image: url(images/interior_page_02.jpg);
background-position: left top;
background-repeat: no-repeat;
padding-top: 10px;
background-color: white;
}
/*end interior pages banner and wrapper*/
#navcontainer {
float: left;
padding-left: 0;
padding-top: 118px;
width: 98px;
border-bottom: 1px solid black;
font-size: .9em;
font-weight: bold;
line-height: 130%;

}
.topborder {
width: 98px;
border-bottom: 1px solid gray;
}
#navcontainer p {
margin: 0;
}
#navcontainer a {
display: block;
text-decoration: none;
padding: 10px 0 10px 10px;
border-bottom: 1px gray solid;
border-top: 1px black solid;
text-align: left;
color: white;

}
#navcontainer a:hover {
background-color: #2e3746;
color: #f5892f;
border-bottom: 1px white solid;
}

#content_homepage_right {
margin-left: 540px;
padding-right: 25px;
padding-bottom: 10px;
text-align: right;
padding-top: 6px;
}
#content_homepage_btm {
width: 640px;
padding: 2px 25px 0px 160px;
text-align: left;
background-color: white;
background-image: url(images/left_bar.jpg);
background-repeat: repeat-y;
}
#content_interior_page {
margin-left: 150px;
padding-right: 25px;
padding-bottom: 2px;
text-align: left;
}
#content_left {
float: left;
width: 300px;
padding: 10px;
border: 1px solid #f5892f;
}
#content_right {
margin-left: 335px;
padding-bottom: 10px;
border: 1px solid #f5892f;
padding: 10px;
}
p, li {
font-size: .95em;
color: #51312f;

}
.spacing {
padding-bottom: 15px;
}
a:link, a:visited, a:active {
color:  #3a526c;
}
a:hover {
color: #99453C;
}
h1 {
font-size: 1.3em;
color: #f5892f;
padding-left: 25px;
font-weight: bold;
}
h2 {
font-size: 1.1em;
color: #f5892f;
}
.rt_box {
float: right;
border: 1px solid #f5892f;
padding: 5px 5px 5px 10px;
margin: 5px 25px 5px 5px;
}
.rt {
float: right;
margin: 0 5px 5px 10px;
}
.lt {
float: left;
margin: 0 5px 5px 0;
}
.ctr {
margin: 0 auto;
text-align: center;
}	
.book_title {
	font-weight: bold;
	color: #f5892f;
}	