@charset "UTF-8";
#mainBody {
	width:800px;
	height:731px;
	margin:auto;
}
body {
	background-color: #005c5c;
}

#navItems {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 490px;
	height: 39px;
	background-image: url(/images/flaTriangle-nav-spacer.gif);
	background-repeat: repeat;
}
#bookArea {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 299px;
}
#contentBox {
	background-image: url(/images/flaTriangle-main-bg.gif);
	background-repeat: no-repeat;
	float: left;
	width:800px;
	height:800px;
	margin:0px;
	padding:0px;
	vertical-align:top;
	border:#00FF00 0px;
}

li {
	display: inline;
	margin: 0px;
	padding: 20px;
	list-style-type:non;
	vertical-align:text-top;
}

a.navlink a.contentMail {
	text-decoration:underline;
}
#contentInfo {
	padding: 0px 10px 0px 30px;
	margin-left:60px;
	float:left;
	width:400px;
}
#bookBox {
	margin: 0px;
	padding: 0px;
	width:299px;
	float:left
}
.contentHeader {
	font-size: 1.5em;
	font-style: normal;
	line-height: 1.65em;
	font-weight: bold;
}
.subcontentHeader {
	font-size: 0.75em;
	font-weight: normal;
	line-height:1px;
}
a.navlink, .subcontentHeader, .content, .contentHeader, a.purchaseLink, a.contentMail{
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
}
.purchaseLink {
	padding: 0px;
	margin: auto;
}
#contentReview {
	display: block;
	height: auto;
	background-color: #099;
	width:370px;
	height:200px;
	overflow:hidden;
	color:#000;
	padding:7px;
}

p.contentReviewHeader{
	font-size:1em;
	font-weight:bold;
	line-height:1em;
}

p.contentReviewHeader, p.contentReviewer, blockquote{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

p.contentReviewer{
	line-height:1em;
	font-size:1em;
}

blockquote{
	font-size:.75em;
	padding:5px;
	margin:5px;
	line-height:1em;
}
p.content {
	line-height: 1em;
	font-size:.95em;
	font-weight:normal;
}
