*{
	padding: 0;
	margin: 0;
}

body {
	background: #321b08;
	color: #ffd085;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: small
}

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

a:hover{
	color: #321b08;

}

#wrapper{
	width: 780px;
	margin: 0 auto;
	overflow: auto;
}

/*----Header Div ----*/

#header h1{
	height: 0;
	overflow: hidden;
	padding: 160px 0 0 0;
	background: url(../images/banner.jpg) no-repeat;
	margin-top: 15px;
	margin-left: -5px;
	margin-bottom: 5px;
	color: #321b08;
}

/*-----Nav Div -----*/

#nav{
	float: left;
	width: 160px;
}

#navboxtop{
	background: url(../images/navboxtop.jpg) top left no-repeat;
}

#navboxcontent{
	background: url(../images/navboxmiddle.jpg) repeat-y;
	padding-left: 18px;
	font-size: 95%;
	line-height: 1.8em;
	list-style: none;
	padding-bottom: 10px;
}

#navboxbottom{
	background:url(../images/navboxbottom.jpg) bottom left no-repeat;
}

#handonoldbook{
	background:url(../images/handonoldbook.jpg) no-repeat;
	height: 195px;
	margin-top: 10px;
}

/*------ Lang Bar ------*/

#langnav{
	text-align: right;
	margin-right: 22px;
	margin-bottom: 5px;
	margin-top: -5px;
}

#langnav li{
	list-style: none;
	display: inline;
	padding-left: 5px;
	font-size: 85%;
}


#langnav a:hover{
	color: #8c602f;
}


/*----- Content Div -----*/

#content{
	float: left;
	width: 603px;
	margin-left: 6px;
	background: url(../images/contentboxtop.jpg) top left no-repeat;
}

#innercontentwrapper{
	background: url(../images/contentboxmid.jpg) repeat-y;
	min-height: 322px;
	padding-left: 25px;
	padding-right: 30px;
	font-size: 110%;
	line-height: 1.5em;
}

#innercontentwrapper h2{
	padding-top: 5px;
	padding-bottom: 10px;
	color: #370300;
	font-variant: small-caps;
}

#innercontentwrapper ul{
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#contentboxbottom{
	background: url(../images/contentboxbottom.jpg) bottom left no-repeat;
}

.descript{
	font-size: 90%;
	margin-bottom: 10px;
	line-height: 1.4em;
}

/*---- Content Classes -----*/



.na{
	font-style: italic;
	color:#321b08
}

.bookname{
	padding-right: 30px;
}

.booklist{
	margin: 10px 0 10px 20px;
	list-style-type: none;
	font-size: 90%;
}

.bibleheader{
	margin-top: 15px;
	border-top: 2px solid #321b08;
	font-weight: bold;
	font-size: 110%;
	color: #370300;
}

.pdftype{
	padding-right: 30px;
}

.pdftype a:hover{
	font-weight: normal;
}

.gototop {
	font-size: 70%;
	font-style: italic;
	text-align: center;
}

#buttons {
	padding: 10px 0 10px 0;
	text-align: center;
}

.tableform{
	margin-top: 10px;
	text-align: right;
}

#submitbutton, #resetbutton{
	border: 1px solid #321B08;
	padding: 2px;

}

/*---- Footer -----*/

#footer p{
	clear: both;
}

.copyright{
	margin-top: 30px;
	font-size: 85%;
	text-align: right;
	color: #8C602F;
	margin-right: 10px;
}	

#creator a{
	display: block;
	color:#8C602F;
	text-align: right;
	font-size: 80%;
	margin-right: 10px;
}


#bottomnav ul{
	list-style: none;
	text-align: center;
}

#bottomnav li{
	display: inline;
	font-size: 80%;
}

#bottomnav a{
	text-decoration: none;
}

#bottomnav a:hover{
	font-weight: bold;
	color: #ffd085;
}

#bottomnav{
	border-top: 1px solid #8C602F;
	margin-right: 20px;
}