body {
	background:white;
	background:black;
	background:#333333;
}

body a {
	text-decoration:none;
	color:#FF9966;
}

body a:hover {
	background:#FF9966;
	color:black;
}

.bookTitle {
	color:#00FF00;
	/* font-style: italic; */
}

.hilight {
	color:#00FF00;
}

.buyLink {
	font-size:80%;
	text-align: center;
}

#columnBG {
	position:relative;
	width:770px;
	height:auto;

	margin:auto;
	color:white;
	background:#506090;
	padding-bottom:50px;
}

#columnBG h1 {
	font-size:110%;
	line-height:120%;
	color:#FFFFFF;
	/* top right bot left */
	margin:15px 0px 5px 0px;
}

#bookCoverBlock {
	position:absolute;
	top:90px;
	left:35px;
	width:222px;
	height:auto;

	font-size:80%; 
	color:#FFFFFF;
}

#bookGalleryBlock {
	position:absolute;
	z-index:35;
	top:540px;
	left:35px;
	width:400px;
	height:450px;

	/* top right bot left */
	padding:0px 20px 10px 20px;
	border:1px solid #CCFFCC;
}

#bookColumnLeft {
	position:absolute;
	top:1010px;
	left:35px;
	width:150px;
	height:auto;
}

#bookTextBlock {
	position:relative;
	left:215px;

	width:530px;
	height:auto;

	padding-top:10px;
}

#cutoutA {
	position:relative;
	float:left;
	width:65px;
	height:410px;
}

#cutoutB {
	position:relative;
	float:left;
	width:285px;
	height:490px;
}

#copyrightNotice {
	position:relative;
	left:215px;
	width:440px;
	height:auto;

	/* top right bot left */
	padding:20px 0px 0px 0px;
}

