body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #990000;
}
#pageContainter {
	width: 780px;
	margin: 0 auto;
	padding: 0;
}
#pageHeader {
	margin 0;
}
#pageBody {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#pageFooter {
	clear: both;
	background-image: url(images/page_footer.gif);
	width: 780px;
	height: 20px;
	line-height: 20px;
}
.pageFooter {
	clear: both;
	background-image: url(images/page_footer.gif);
	width: 780px;
	height: 20px;
	line-height: 20px;
}
#bodyLeft {
	width: 520px;
	float: left;
}
#bodyRight {
	width: 259px;
	float: left;
}
.clear {
	float: none;
	clear:both;
	display: block;
}
#bodyFull {
	clear: both;
}
.bodyLeftContent {
	margin: 0px 0px 0px 65px;
	line-height: 18px;
}
.bodyRightContent {
	margin: 0px 65px 0px 10px;
}
.bodyFullContent {
	margin: 0px 65px;
	line-height: 18px;
	padding-top: 5px;
}
.sideboxBorder {
	background-color: #FFFFEE;
	border: 1px solid #996600;
	padding: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.sideboxHeader {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px;
	text-align: center;
}
.sideboxContent {
	font-size: 10px;
	font-weight: normal;
}
.boxQuote {
	margin: 5px 0px;
	padding: 5px 10px;
	background: #c0cddc none repeat scroll 0 0;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 17px;
}
.boxQuote p {
	margin: 0px;
	padding: 0px;
}
#boxBuyNow {
	width: 100px;
	height: 80px;
	margin: 25px auto 0px auto;
	padding: 2px 2px 2px 70px;
	background-image: url(images/monkeybook_small.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

