/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

a, a:active, a:visited {
	color: #c07c1c;
	text-decoration: none;
}
#categories a, #categories a:active, #categories a:visited {
	color: #425470;
	text-decoration: none;
}
#categories a:hover, a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
li {
	list-style: none;
	display: inline;
}
p {
	margin-bottom: 1em;
	text-align: justify;
}
div.FormMember p {
	margin-bottom: 0px;
	margin-top: 1em;
}
blockquote {
	margin-left: 30px;
}
h2 {
	margin: 40px 0px 20px 0px;
}
div.box h2 {
	margin: 0px 0px 20px 0px;
}
h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
	color: #c07c1c;
	font-weight: normal;
	margin: 30px 0px 15px 0px;
}
#top{
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	line-height: 0;	
}
#left-nav {
	padding-left: 8px;
}
#nav li {
	display: block;
}
#bottom {
	line-height: 0;
}
#search, #published {
	display: block;
	clear: left;
}
#image img {
	margin-top: 13px;
}
#published li, #copyright li {
	display: block;
	float: left;
}
#body {
	padding-left: 50px;
	padding-right: 30px;
}
#container {
	border-left: 1px solid #b2bac5;
	border-right: 1px solid #b2bac5;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
#copyright {
	margin-top: 20px;
}
/*#copyright li {
	float: right;
}*/
div.book {
	margin: 7px;
	padding: 10px;
	width: 190px;
	height: 160px;
	overflow: hidden;
	border: 1px solid #8ea0af;
	background-position: center;
	background-repeat:no-repeat;
	background-image:url(../images/left-gradient.jpg);
	background-color: #e6e8ed;
	position: relative;
	float: left;
	text-align: center;
}
div.book p {
   text-align: center;
   }
div.book img {
	margin-bottom: 5px;
	border: 1px solid #8ea0af;
	text-align: center;
}
div.float {
  float: left;
  }  
div.float p {
   text-align: center;
   }
div.spacer {
  clear: both;
  }
div.box {
	background-position: bottom;
	background-image:url(../images/left-gradient.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	border: 1px solid #8ea0af;
}
table.box {
	background-position: top;
	background-image: url(../images/left-gradient.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	border: 1px solid #8ea0af;
	background-color: #e6e8ed;
}
table.box img {
	margin-top: 5px;
}
#categories li {
width: 50%;
}
#next {
	text-align: center;
	width: 100%;
}
#left, #right {
	float: left;
	width: 367px;
}
#left-column {
	border-right: 1px solid #8ea0af;
	background-position:top;
	background-image:url(../images/left-gradient.jpg);
	background-repeat:no-repeat;
	background-color: #e6e8ed;
}
#page li {
	display: block;
	float: left;
}/*
#browse ul {
	width: 50%;
	display: block;
	float: left;
}
#browse li {
	text-align: center;
	width: 100%;
}*/
/* font, color, align */
p, #copyright, #published, #search, #nav, #page {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #425470;
	font-size: 13px;
}
#copyright p{
	font-size: 11px;
}
.charcoal {
	color:	#425470;
}
.gold {
	color: #c07c1c;
}
.center {
	text-align: center;
}