body {
	margin: 0px;
	background-image: url("../images/background.gif");
	background-repeat: repeat-x;
	height: 25px;
	background-color: #a2dce7;
	font-family: Arial;
	font-size: 10pt;
}
a:link { color: #64a4c7; font-weight: bold; }
a:visited { color: #5d98b9; font-weight: bold; }
a:active { color: #64a4c7; font-weight: bold; }
a:hover { color: #64a4c7; font-weight: bold; }

h1 {
	font-size: 14pt;
	color: #faaf40;
}
h2 {
	font-size: 12pt;
	color: #faaf40;
}
.author {
	font-weight: bold;
	color: #b2ce3e;
}
#books td {
	font-family: arial;
	font-size: 8pt;
	vertical-align: top;
}
.header {
	background-image: url("../images/background-header.gif");
	background-repeat: no-repeat;
	height: 25px;
}
.logo {
	background-image: url("../images/background-logo.gif");
	background-repeat: no-repeat;
	height: 132px;
	padding-left: 17px;
	padding-right: 17px;
	vertical-align: top;
}
.content {
	background-image: url("../images/background-body.gif");
	background-repeat: repeat-y;
	padding-left: 17px;
	padding-right: 17px;
}
.mainText {
	text-align: justify;
	padding-right: 10px;
}
.sideText {
	font-family: MS Sans Serif,  Times New Roman;
	font-size: 8pt;
	padding-left: 6px;
	color: #666666;
}
.block {
	border: 1px dotted #b2ce3e;
	padding: 10px;
	text-align: center;
}
.testimonial {
	background-image: url("../images/background-testimonial-top.gif");
	background-repeat: no-repeat;
	font-family: verdana;
	font-size: 8pt;
	color: #fff;
	padding: 6px;
}
.testimonialBy {
	background-color: #6e7078;
	font-family: verdana;
	font-size: 8pt;
	color: #fff;
	padding: 5px;
}
.footer {
	background-image: url("../images/background-footer.gif");
	background-repeat: no-repeat;
	height: 58px;
	text-align: center;
	vertical-align: top;
	line-height: 3em;
	color: #FFF;
	font-weight: bold;
}
.navigation {
	background-color: #6d6f77;
	text-align: center;
}
a.navLink:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 9pt;
	background: url(../images/background-nav.gif);
	display: block;
	height: 39px;
	line-height: 3em;
	padding-left: 10px;
	padding-right: 10px;
}
a.navLink:visited {
	color: #FFF;
	font-weight: bold;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
	background: url(../images/background-nav.gif);
	display: block;
	height: 39px;
	line-height: 3em;
	padding-left: 10px;
	padding-right: 10px;
}
a.navLink:hover {
	color: #FFF;
	font-weight: bold;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
	background: url(../images/background-nav.gif);
	display: block;
	height: 39px;
	line-height: 3em;
	padding-left: 10px;
	padding-right: 10px;
}
.divHighlight {
	border: 1px dotted #64a4c7;
	padding: 10px;
}
