body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #3B3B3B;
	background-image: url(images/book_background.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

#indexHeader {
	margin: 20px 30px 20px 93px;
}

/*#container {
	width: 100%;
	border: red 2px dotted;
}*/

#indexText {
	color: #EFE4CC;
	line-height: 15px;
	margin: 20px 1px 0px 176px;
	float: left;
	width: 338px;
}

#spacer {
	background-image: url(images/bg.jpg) repeat-y;
	/*min-height: 155px;
	height: 155px;*/
	width: 4px;
	float: left;
	margin: 20px 2px 0px 2px;
}

#indexNav {
	margin: 20px 1px 0px 6px;
	float: left;
	width: 210px;
}

#indexFooter {
	position: absolute;
	left: 450px;
	top: 760px;
	padding-bottom: 24px;
	/*margin-left: 375px;
	margin-bottom: 68px;
	clear: both;
	padding-top: 420px;*/
}

.welcome a:link, .welcome a:visited, .welcome a:active {
	color: #EFE4CC;
	text-decoration: 1px dotted #EFE4CC;
}