#contentContainer {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 200px;
}


/*    =SubNav
-------------------------------------------------- */
#subNav {
	width: 180px;
	float: left;
	list-style-type: none;
	margin-top: 20px;
	background-image: url(/images/SubNav-Book_background.gif);
	background-repeat: repeat-y;
	margin-left: 10px;
}
#subNavFooter {
	background-image: url(/images/SubNav-Book_foot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 22px;
}
#subNav ul {
	list-style-type: none;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(/images/SubNav-Book_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	margin: 0px;
}
#subNav ul li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#subNav ul a {
	text-decoration: none;
	line-height: 30px;
	display: block;
	background-image: url(/images/SubNav-Book_background.gif);
	text-shadow : #FFEED7 0 1px 1px;
	height: 30px;
	color: #2C1A05;
	padding-left: 20px;
	margin: 0px;
	font-weight: bold;
}
#subNav ul a:hover {
	text-decoration: none;
	line-height: 30px;
	display: block;
	text-shadow : #FFFFFF 0 1px 1px;
	background-image: url(../images/SubNav-Book_background-over.gif);
	height: 30px;
	color: #000000;
	padding-left: 20px;
	font-weight: bold;
}

#subNav ul a.hi {
	text-decoration: none;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	margin-right: 10px;
	padding-left: 3px;
	font-weight: bold;
	color: #000000;
}
#subNav ul a.hi:hover {
	text-decoration: none;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	margin-right: 10px;
	padding-left: 3px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}
