body {
	background-color: #36415f;
	background-image: url(images/bg-blue.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
}
.leftColumn {
	background-image: url(images/bg-leftcolumn.jpg);
	background-repeat: repeat-y;
	background-color: aea079;
}
.centerBody {
	background-image: url(images/bg-center.jpg);
	background-repeat: repeat-y;
	background-color: bfb285;
}.headerText {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #242B3F;
}
.leftColumnHeader {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #3C372F;
}
#leftColumnHeader a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #3C372F;
	text-decoration: none;
}
#leftColumnHeader a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #242B3F;
	text-decoration: underline;
}
#leftColumnNews a {
	font-family: Arial;
	font-size: 12px;
	color: #000033;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
#leftColumnNews a:hover {
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
.bookTitle {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}
.bgFill20 {
	background-image: url(images/bg-wt-20.png);
	background-repeat: repeat;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.comingsoon {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #3C372F;
}
.headerTextLarge {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #242B3F;
}
div.floating-menu {position:fixed;width:150px;z-index:100; padding-left:10px}
div.floating-menu a, div.floating-menu h3 {display:block;margin:0 0.5em;}


