@charset "utf-8";

/* Global */
body {
	background-color: #c7b29a;
	background-image: url(../graphics/bgrnd.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #352f2f;
	text-align: center;
}
img {
	border: 0px;
}
label {
	font-weight: bold;
	margin-left: 5px;
	margin-right: 15px;
}


/* IDs */
#container {
	color: #c7b29a;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#nav_pane {
	width: 200px;
	padding-left: 15px;
	text-align: left;
	background-color: #352f2f;
	margin-right: auto;
}
#text_pane {
	width: 710px;
	padding: 5px;
	float: right;
	text-align: left;
	background-color: #f0e8de;
	color: #352f2f;
	margin-right: 5px;
	position: relative; /* If not included, IE may "lose" the background color when scrolling */
}
#text_pane a:link {
	color: #920000;
	text-decoration: underline
}
#text_pane a:hover, #text_pane a:active {
	color: #000092;
	text-decoration: none;
}
#text_pane a:visited {
	color: #000092;
	text-decoration: underline;
}

#info_bar {
	font-size: 9px;
	font-style: italic;
	margin-bottom: 5px;
}
#date {
	float: right;
	margin-right: 5px;
	text-align: right;
	width: 180px;
}
#left {
	float: left;
	width: 180px;
}
#text_left {
	width: 500px;
	margin: 10px 10px 10px 5px;
}
#text_right {
	width: 190px;
	margin: 10px 5px 10px 0px;
	float: right;
}
#footer {
	font-size: 9px;
	text-align: center;
	margin-top: 3px;
}
#dessert {
	background-color: #352f2f;
	color: #f0e8de;
	text-align: center;
	width: 275px;
}

/* Classes */
.clear_break {
	clear: both;
}
.lt_deco_bar {
	background-image: url(../graphics/lt_block.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin: 5px;
}
.dk_deco_bar {
	background-image: url(../graphics/dk_block.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin: 10px;	
}
.nav_block {
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 36px;
	width: 190px;	
}
.breadcrumb {
	font-weight: bold;
	font-size: 10px;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color: #352f2f;
	text-decoration: underline;
}
.breadcrumb a:hover, .breadcrumb a:active {
	color: #920000;
	text-decoration: none;
}
.spf {
	border: 2px solid #352f2f;
	padding: 5px;
}
.spf ol {
	margin: 5px 0px 5px 15px;
	padding-left: 15px;
	font-size: 10px;
}
.list_book {
	font-size: 1.1em;
	font-weight: bold;
}
.frontPage_lists {
	border: 1px solid #352f2f;
	width: 230px; 
	padding: 5px;
}