/* CSS Document */
body {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(/ntieva/images/webbg.jpg);
}

.titleText {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:145%;
	color:#7f835e;
}

a:link {
	color: #8b8f64;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #8b8f64;
}
a:hover {
	text-decoration: none;
	color: #5b5e40;
}
a:active {
	text-decoration: none;
}

.contentHolder {
	width:1035px;
}

.buttonsHolder {
	width:213px;
	float:left;
}

.buttonFrame {
	width:100%;
	float:left;
}

.buttonSpacer {
	width:100%;
	height:4px;
	float:left;
	background-image:url(/ntieva/images/button-spacer.jpg);
	background-repeat:no-repeat;
}

.bookHolder {
	width:822px;
	float:left;
}

.bookFrameTop {
	width:822px;
	height:52px;
	background-image:url(/ntieva/images/bookframe-top.jpg);
	float:left;
}

.bookFrameRepeat {
	width:822px;
	background-image:url(/ntieva/images/bookframe-repeat.jpg);
	float:left;
}

.bookFrameContent {
	width:100%;
}

.bookPageLeft {
	width:404px;
	float:left;
}

.leftPageSpacer {
	width:2px;
	float:left;
}

.leftPageContent {
	width:96%;
	float:left;
}

.bookPageRight {
	width:418px;
	float:left;
}

.rightPageContent {
	width:80%;
	padding-top:15px;
	padding-left:35px;
}

.bookFrameBottom {
	width:822px;
	height:58px;
	background-image:url(/ntieva/images/bookframe-bottom.jpg);
	float:left;
}
