body   { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC66FF;
	text-align: center;
	vertical-align: middle;
	margin: 5px 0 5px 0; /*top, right, bottom, left */
	padding: 0;
	background-color: #85995D;
}
p,ul,li {font-size: 16px;
		color: #000000; margin-top: 0; margin-bottom: 1.1em;}
/*
table {
	width: 650px;
	height: auto;
}
*/
a:active   { }
a:visited   { color: #000000; text-decoration: none; }
a:link   { color: #000000; text-decoration: none; }
a:hover   { color: #85995D; text-decoration: underline; }

.blue_text {color: #0099FF;}
.red_text {color: #FF0000;}
.content_text {color: #000000;}
.title-text { 
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0.5em;
}

.centrebody #wrapper {
	position: relative;
	width: 950px;
	border: 0;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.centrebody #header {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 550px;
	height: 154px;
	margin: 0;
	padding-bottom: 0px;
	text-align: left;
}
*html .centrebody #header {
	width: auto;
}
.centrebody #content {
	float: right;
	width: 300px;
	text-align: justify;
	margin: 0 0 0 0; /*top, right, bottom, left */
	padding: 0 25px 0 0; /*top, right, bottom, left */
}
*html .centrebody #content {
	width: 300px;
}
.centrebody #logo {
	position: relative;
	top: 20px;
	left: 20px;
}
.centrebody #navbar {
	width: 200px;
	margin-top: 0;
}
.centrebody #author {
	position: relative;
	top: 71px;
	left: 0;
	width: 181px;
}
html> .centrebody #author {top: 67px;}
.centrebody #authtext {
	position: absolute;
	margin-left: 195px;
	bottom: 30px;
	color: #000000;
}
html> .centrebody #authtext {bottom: 25px;}
.centrebody #imagepanel {
	float: right;
	width: 400px;
	height: 579px;
	text-align: left;
	margin: 0 0 0 0; /*top, right, bottom, left */
	padding: 0 0 0 0; /*top, right, bottom, left */
	background-image: url(images/main_book_cover.jpg);
	background-repeat: no-repeat;
}
.centrebody #footer {
	background-color: #000000;
	width: 950px;
	height: 25px;
	color: #FFFFFF;
	margin-top: 0;
	text-align: center;
}
.centrebody #footer a:active   { }
.centrebody #footer a:visited   { color: #FFFFFF; text-decoration: underline; }
.centrebody #footer a:link   { color: #FFFFFF; text-decoration: underline; }
.centrebody #footer a:hover   { color: #85995D; text-decoration: underline; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 0;
	padding-top: 5px;
	padding-right: 2px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 0;
	padding-top: 5px;
	padding-left: 2px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
