@charset "utf-8";
body {
	font: 100%  Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #FFFFFF;
}
.whitham #container {
	width: 780px;
	height: 860px;
	background: #777777;
	margin: 10px auto;
	border: 1px solid #000000;
	text-align: left;
}

.whitham #header {
	width:780px;
	height:135px;
	background-image:url(../images/whitham_header.gif);
	background-repeat:no-repeat;
	background-color:#000000;
	}
	
.whitham #mainContent {
	width: 778px;
	height: 643px;
	position:relative;
	padding:0 10 0 10px;
	background-image:url(../images/whitham_bgnd.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#777777;
}

img.stoppie {
	border:none;
	float:left;
}

/* right column displays */

#bookDataBgnd {
	width: 381px;
	height:176px;
	background-color: #000099;
	filter:alpha(opacity=40);
	opacity:0.4;
	position: absolute;
	right: 36px;
	top: 451px;
	float: right;
}

#bookData {
	width: 365px;
	height:160px;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	background-color: none;
	position: absolute;
	right: 35px;
	top: 450px;
	padding: 8px;
}


font.Names {
	font-size: 110%;
	font-weight: bold;
	color: #FFCC33;
	}
	
font.Bold {
	font-weight: bold;
	color: #FFFFFF;
	}

font.signingTitle {
	font-size: 160%;
	font-weight: bold;
	color: #FFCC33;
	}

/* book content links display */

#bookContent {
	width: 310px;
	height:150px;
	background-color: none;
	position: absolute;
	left: 36px;
	top: 450px;
}

#bookJacket {
	width: 70px;
	height: 120px;
	font-size: 70%;
	position: absolute;
	left: 0px;
	top: -1px;
}

#bookSpread1 {
	width: 70px;
	height: 120px;
	font-size: 70%;
	position: absolute;
	left: 80px;
	top: 0px;
}
#bookSpread2 {
	width: 70px;
	height: 120px;
	font-size: 70%;
	position: absolute;
	left: 160px;
	top: 0px;
}
#bookSpread3 {
	width: 70px;
	height: 120px;
	font-size: 70%;
	position: absolute;
	right: 0px;
	top: 0px;
}

img.icon {
	border: thin solid #000000;
	}
	
/* 3rd party links display */

#thirdLinks {
	width: 310px;
	height:150px;
	background-color: none;
	position: absolute;
	left: 36px;
	top: 600px;
	font-size: 70%;
}

img.links {
	position: inherit;
	padding-right: 6px;
	border: none;
}

#link1 {
	width: 310px;
	height: 97px;
	border: none;
	margin: 0 0 4px 0;
	position: absolute;
	left: 0px;
	top: 0px;
}
	
	
.whitham a, .whitham a:visited, .whitham a:active {
	font-size: inherit;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;

}

.whitham a:hover {
	color: #c9c9c9;
	text-decoration: none;

}
/*
#signingDataBgnd {
	width: 381px;
	height:616px;
	background-color: #000099;
		
	filter:alpha(opacity=40);
	opacity:0.4;
	position: absolute;
	right: 36px;
	top: 90px;
	float: right;
}

#signingData {
	width: 365px;
	height:600px;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	background-color: none;
	position: absolute;
	right: 35px;
	top: 90px;
	padding: 8px;
}
*/

