/* Overall */

body { background: #DEB887; }

/*span { display: none; }*/

a img { border: none; }

a:link {
	color: #006400;
	text-decoration: none;
}

a:visited {
	color: #006400;
	text-decoration: none;
}

a:hover {
	color: #A35A00;
	text-decoration: none;
}

a:active {
	color: #A35A00;
	text-decoration: none;
}

h1 {
	font-family: serif;
	font-size: 24px;
	color: #8B4513;
	text-align: center;
}

h2 {
	font-family: serif;
	font-size: 20px;
	color: #8B4513;
}

h3 {
	font-family: serif;
	font-size: 18px;
	color: #8B4513;
	text-align: center;
}

h4 {
	font-family: serif;
	font-size: 16px;
	color: #8B4513;
	text-align: center;
}

h5 {
	font-family: serif;
	font-size: 14px;
	color: #8B4513;
	text-align: center;
}

ul {
	list-style-position: outside; 
	list-style-type: square; 
	text-indent: 0;
	color: #8B4513; 
}

hr {
	display: block;
	width: 392px; 
	height: 13px; 
	margin: auto; 
	border: 0;
	background: #deb887;
}

p { 
	font-family: serif; 
	font-size: 14px; 
	color: #8B4513; 
}

div.rug {
	width: 760px; 
	height: auto; 
	margin: auto; 

}

/* Header */

div.roof {
	height: 153px;
	background: #DEB887;
	/*border: solid 1px #006400;*/
	padding: 0px 10px 0px 10px;
	background-image: url('images/cabinstyle/cabin_top.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

div.roof h1 {
	display: none;
}

div.roof h2 {
	display: none;
}

/* Content */

div.dafic {
	margin: 10px 0px 10px 140px;
	padding: 0px 10px 0px 10px;
	background: #FFFFFF;
	border: solid 1px #006400;
}

div.dafic p {
	text-indent: 2em;
	text-align: justify;
	color: #000000;
}

div.quotation {
	text-indent: 0em;
	text-align: left;
	padding-left: 2em;
}

div.next p {
	text-indent: 0;
	text-align: center;
}

div.next a {
	font-size: 24px;
}

#disclaimer {
	text-indent: 0;
	text-align: left;
}

div.dafic p.central {
	text-indent: 0;
	text-align: center;
}

p.caption {
	font-size: 11px;
	font-family: sans-serif "Verdana";
}

div.dafic h1 {
	display: inline;
}

div.dafic h2 {
	display: inline;
}

/* Footer */

div.floor {

}

div.bottom_page {
	margin-top: 10px;
	padding: 0px 10px 0px 10px;	
	background: #F3D8B6;
	border: solid 1px #006400;
}

#backto {

}

/* Menu Row */

div.menu_row {
	width: 130px;
	float: left;
}

div.menu_row p {
	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif;
}

div.menu_row ul {
	list-style-position: outside; 
	list-style-type: square; 
	margin-left: -20px;
	text-indent: 0;
	color: #8B4513; 
	font-size: 11px;
	font-family: sans-serif "Verdana";
}

div.menu_row li a {
	font-size: 11px;
	font-family: sans-serif "Verdana";
}

/* Site Menu */

div.menu {
	margin-top: 10px;
	padding: 0px 5px 0px 5px;
	background: #F3D8B6;	
	border: solid 1px #006400;
}

/* John & Bob Menu */

div.menu_jnb {
	margin-top: 10px;
	padding: 0px 5px 0px 5px;
	background: #F3D8B6;
	border: solid 1px #006400;
}

/* chapter selector */

div.chap_selector {
	margin-top: 10px;
	padding: 0px 5px 0px 5px;
	background: #F3D8B6;
	border: solid 1px #006400;
}

/* navigation */

div.nav {
	margin-top: 10px;
	padding: 0px 5px 0px 5px;
	background: #F3D8B6;
	border: solid 1px #006400;
}

