/* CSS Document */

body {
	background-image: url(../img/site/wood.jpg);
	background-repeat: repeat;
	background-position: top center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, p, form {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 11px;
	line-height: 13pt;
	margin-bottom: 10px;
	color: #333333;
}
.fnt12 {
	font-size: 12px;
}
.nrm {
	font-weight: normal;
}
.clearDiv {
	clear: both;
}
.floatRight {
	float: right;
}
.book {
	background-image: url(../img/site/paper_book.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 358px;
	height: 270px;
	margin: auto;
}
.floatLeftBook {
	float: left;
	width: 150px;
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
}
.floatRightBook {
	float: right;
	width: 145px;
	font-size: 12px;
	text-align: left;
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 10px;
}
.floatLeftBook h1 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}
.floatLeftBook h2 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 10px;
}
.floatRightBook h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}
.redCol {
	color: #b60000;
	margin-bottom: 10px;
	font-size: 11px;
}
#copyright {
	margin: auto;
	font-size: 12px;
	width: 300px;
	color: #fff;
	font-weight: bold;
	margin-top: 23px;
}

