body {
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 100.01%;
	line-height: 1.1em;
	color: #000;
}

#maindiv {
	width: 790px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

a, a:link {
	color: #bfbfbf;
	font-weight: bold;
	text-decoration: none;
}

a:hover, #mainbody a:active {
	color: #ff0000;
}

a.selected {
	color: #999999;
}

/* HEADER */

#header {
	background: #fff url('../hp_images/hp_header_background.gif') no-repeat bottom left;
	height: 527px;
	margin: 0;
	position: relative;
}

#logo {
	width: 258px;
	height: 181px;
	position: absolute;
	top: 27px;
	left: 11px;
}

#flash {
	float: right;
	width: 415px;
	height: 527px;
	background-color: #fff;
}


/* Main Navigation */

#mainnav {
	position: absolute;
	top: 25px;
	left: 205px;
}

#mainnav ul {
	height: 100px;
	width: 155px;
	margin: 0;
	padding: 0;
	
}

#mainnav ul li {
	display: block;
	list-style: none;
}

#mainnav ul li a {
	color: #bfbfbf;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -9999px;
	display: block;
	outline: none;
	height: 20px;
	background: transparent url('../hp_images/mainnav_homepage.gif') no-repeat top left;
}

#mainnav li#navaboutbook a {
	background-position: 0 0;
}
#mainnav li#navaboutbook a:hover, #mainnav li#navaboutbook a:active {
	background-position: 0 -200px;
}

#mainnav li#navaboutchar a {
	background-position: 0 -20px;
}
#mainnav li#navaboutchar a:hover, #mainnav li#navaboutchar a:active {
	background-position: 0 -220px;
}

#mainnav li#navaboutisaac a {
	background-position: 0 -40px;
}
#mainnav li#navaboutisaac a:hover, #mainnav li#navaboutisaac a:active {
	background-position: 0 -240px;
}

#mainnav li#navcontact a {
	background-position: 0 -60px;
}
#mainnav li#navcontact a:hover, #mainnav li#navcontact a:active {
	background-position: 0 -260px;
}

#mainnav li#navnews a {
	background-position: 0 -80px;
}
#mainnav li#navnews a:hover, #mainnav li#navnews a:active {
	background-position: 0 -280px;
}

/* END Main Navigation */


/* END HEADER */


/* MAINBODY */

#mainbody {
	clear: both;
	background-color: #500000;
	color: #fff;
	font-size: 0.75em;
	line-height: 1.4em;
}

/* Maintext */

#maintext {
	padding-top: 20px;
}

.column {
	float: left;
}

#column1 {
	width: 208px;
}

#bookcalloutimg {
	display: block;
	padding-left: 20px;
}

a#buybookbutton {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -9999px;
	display: block;
	outline: none;
	margin-left: 36px;
	width: 82px;
	height: 18px;
	line-height: 18px;
	color: #470000;
	background: transparent url('../hp_images/home_book_anim.gif') no-repeat top left;
}

a:hover#buybookbutton, a:active#buybookbutton {
	background: transparent url('../hp_images/home_book_roll.gif') no-repeat top left;
}


#column2 {
	width: 265px;
	margin-right: 23px;
}

#column3 {
	width: 265px;
}


/* Newsletter form */

.mailinglisttext {
	margin-top: 4em;
	margin-bottom: 0.5em;
}

#CLEmailAddress {
	width: 120px;
	float: left;
}

#catlistbutton {
	float: left;
	margin-left: 5px;
	margin-top: 3px;
	vertical-align: middle;
}


/* END Maintext */

/* END MAINBODY */

div.clear {
	clear: both;
	height: 25px;
}

div.mainbodyclear {
	clear: both;
	height: 25px;
}

div#footer {
	width: 790px;
	font-family: Arial, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #666;
	background-color: #000;
	margin: 0 auto;
	padding: 10px 0 25px 0;
}

div#footer a {
	color: #666;
	text-decoration: none;
}
div#footer a:hover, div#footer a:active {
	color: #999;
}

div#policies {
	width: 300px;
	float: left;
}
div#copyright {
	width: 300px;
	float: right;
	text-align: right;
}


