/* CSS Document */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #F2F2F2;
	background-image: url(images/bg3.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
#wrapper {
	color: #000000;
	padding: 0;
	width: 753px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/wrapperbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	border: 1px solid #666666;
}

#header {
	margin: 0;
	padding: 0;
	height: 75px;
	width: 753px;
	background-color: #FFFFFF;
}

#title {
	width: 753px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	border-top: 2px outset #000000;
	border-right: none;
	border-bottom: 4px outset #FFFFFF;
	border-left: none;
}

#covpix {
	position: relative;
	width: 753px;
	height: 430px;
}

#covpix img {
border: none;
}

#covpix_m1 {
	position: absolute;
	height: 430px;
	width: 266px;
	left: 250px;
	top: 0px;
}

#covpix_m2 {
	position: absolute;
	height: 430px;
	width: 237px;
	left: 516px;
	top: 0px;	
}
#covpix_wn {
	position: absolute;
	height: 430px;
	width: 250px;
	left: 0px;
	top: 0px;
}

#subcontent {
	background-color: #FFFFFF;
	position: relative;
	width: 713px;
	border-top: 1px solid #000000;
	padding: 20px;
	text-align: left;
	z-index: 3;
}

.subtitlebox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 25px;
}

.subtitle {
	float: left;
	margin: 0px;
	padding: 0px;
}

.subtitlenav {
	margin: 0px;
	padding: 0px;
	float: right;
}

#subcontent h2 {

	font-size: 16px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
}


#subcontent p.nav a {
	
	color: #0000FF;
}
#subcontent p.nav a:hover {
	color: #999999;
	text-decoration: none;
}

/****  Footer
*************************************************************/

#footer {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 753px;
	border-top: 1px solid #000000;
	height: 40px;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 10px;
}

#footer ul {
	text-align: center;
	margin: 0px;
	padding: 2px 0px 5px;
}

#footer ul li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer ul a {
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#footer ul a:hover {

	text-decoration: none;
	color: #808080;
}
#footer ul.copy {
	padding-top: 10px;
}

#footer ul.copy a {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}


/*
 for "click on book cover for more info" on home page

#pixinfo {
	position:absolute;
	left:273px;
	top:296px;
	width:212px;
	height:38px;
	text-align: center;
}

*/
