@charset "UTF-8";
body, select, th  {
	font-family: Arial, Helvetica, sans-serif;
	background: #132424;
	background-image: url(images/page-back.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size: 62.5%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#index {
	background-image: url(images/page-back.gif);
	}

/* IE png transparency */
img, div { behavior: url(iepngfix.htc) }

a img {
	border: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
.oneColElsCtrHdr #container {
	width: 900px;
	background: #3e4e4e url(images/boards.jpg);
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #pagecontainer {
	width: 900px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 1.3em;
	line-height: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColElsCtrHdr #header {
	background:  url(images/idx-header-back.jpg); /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #pageheader {
	background:  url(images/top-boards.jpg);
	height: 220px;
	background-repeat: no-repeat; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#nav {
float:left;
margin-left: 12px;
}

.navigation a{
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 1em;
	letter-spacing: 0.1em;
}


ul.bookmenu {
list-style-image: none;
margin: 0;
padding: 0;
}

ul.bookmenu li {
display: inline;
}

ul.bookmenu a {
background-repeat: no-repeat;
text-decoration: none;
}

.oneColElsCtrHdr #mainContent {
}

#books {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
}
#books ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#books ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   font-size: 1.2em;
   font-family: Georgia, "Times New Roman", Times, serif;
   letter-spacing: .2em;
   position:relative;
   right:50%;
}
#books ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   text-decoration:none;
   line-height:1.3em;
   color:#fff;
}
#books ul li a:hover {
   color:#f4001a;
}

.oneColElsCtrHdr #footer {
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#pagenav {
	float: left;
	width: 180px;
	padding: 0;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#666666;
	margin: 0 0 0 90px;
	line-height: .6em;
}
#pagenav p {
	line-height: 1em;
	margin: 10px 0 10px 0;
	padding: 0;
}

#pagenav ul {
   clear:left;
   float:left;
   list-style:none;
   margin: 5px 0 30px 0;
   padding: 0;
}

#pagenav ul li {
	line-height: 1.2em;
	padding-bottom: .8em;
}

#pagenav ul li a {
	color:#888888;
	text-decoration: none;
}

#pagenav ul li a:hover {
   color:#f4001a;
   text-decoration: underline;
}
.clear {
	clear: both;
	height:0;
    font-size: 1px;
    line-height: 0px;
}

#content {
	margin: 0 70px 0 300px;
	padding: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #526662;
	line-height: 1em;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
	font-weight: normal;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #283431;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
	font-weight: normal;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	color: #283431;
	font-weight: normal;
}
#content p {
	font-size: 1.1em;
}
#content p em{
	color:#455d56;
}
.lineindent{
	text-indent:50px;
	margin: .4em 0 0 0;
	padding: 0;
	line-height: 2em;
}
