body {
	font-family: verdana, sans-serif;
	color: #38424A;
	font-size: 12px;
	background: #E1E8EA;
	margin: 30px;
}
.nodisplay {
	display: none;
}
a {
	color: #5881bf;
	text-decoration: none;
}
a:visited {
	color: #5881bf;
	text-decoration: none;
}
a:hover {
	color: #5881bf;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: helvetica medium, helvetica, sans-serif;
	font-weight: 500;
	color: #B15512;
}
h1 {
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 22px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
table#container {
	float: left; 
	border: 1px solid #83753F;
	background: white;
	width: 756px;
	border-collapse: collapse;
}
table#container td {
	vertical-align: top;
}
/* ie adjust */
* html body #container {	
	width: 760px;
}
#identity {
	background: white url(../images/bg_identity.jpg) top left no-repeat;
	width: 583px;
	height: 81px;
	cursor: pointer;
cursor: hand;
}
#identity span {
	font-family: Helvetica Neue, helvetica, sans-serif;
	font-weight: 100;
	font-size: 48px;
	color: #7A6926;
	display: none;
}

/* nav defs */
#nav {
	background: #04080B url(../images/bg_nav.jpg) top left no-repeat;
	width: 169px;
	border-left: 6px solid #83753F;
	padding-top: 108px;
	padding-bottom: 88px;
}
#nav a {
	font-family: Helvetica Neue, helvetica, sans-serif;
	font-weight: 400;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav div {
	border: 0px solid pink;
}
#nav div.maincat {
	font-size: 18px;
	font-weight: 100;
	margin-right: 96px;
	text-align: right;
	line-height: 1.35em;
	color: #86a3cc;
}
#nav div.maincat a {
	color: #B6662C;
}
#nav div.subcat_select a {
	font-size: 12px;
	margin-left: 74px;
	line-height: 2.0em;
	color: #f5efd7;
}
#nav div.subcat {
	font-size: 12px;
	margin-left: 74px;
	line-height: 2.0em;
	color: #f5efd7;
}
* html body div#nav div.subcat {
	margin-left: 70px;
}
#nav div.subcat a {
	color: #B8D6E2;
}
/* end nav defs */
#content {
	margin-left: 88px;
	margin-right: 58px;
	font-size: 12px;
	border: 0px solid red;
}
#breadcrumbs {
	color: #83753F;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 43px;
}
#breadcrumbs a {
	color: #83753F;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #83753F;
	text-decoration: underline;
}

p img {
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
	border: 0px solid black;
}
p {
	line-height: 1.75em;
}
.book {
}
.book p {
	padding-left: 113px;
}
.book .sidebar {
	position: absolute;
	width: 90px;
	line-height: 1.75em;
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
}
.book .sidebar .caption {
	margin-top: 4px;
}
.book .sidebar a {
	color: #83ABDE;
	text-decoration: none;
	
}
.book .sidebar a:hover {
	text-decoration: underline;
}
.book a.title  {
	color: #83ABDE;
	text-decoration: none;
	font-size: 14px;
	
}
.book a.title :hover {
	text-decoration: underline;
}
