/* CSS Document */

body {
	background:#024e80 url(images/bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	margin:0;
}
img {
	border:0;
}
.wrapper {
	width:1020px;
	min-height:768px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/contents_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#024d7e;
	padding:0;
}
.header {
	width:1020px;
	height:177px;
	margin:0;
	padding:0;
}
#mainnav {
	width:1000px;
	height:42px;
	margin:0 10px 0 10px;
	background-image:url(images/nav_bg.gif);
	background-repeat:repeat-x;
}
.nav {
	width:603px;
	height:42px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
}
.nav li {
	list-style-type: none;
	float:left;
	height:42px;}
	
.nav li a {
	display:block;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	float:left;
	height:42px;
	overflow:hidden;
	text-indent: -100em;}

.home {background-position:0px 0px; width:90px; }
a.home:hover {background-position:0px -42px; width:90px; }

.book {background-position:-90px 0px; width:134px; }
a.book:hover {background-position:-90px -42px; width:134px; }

.author {background-position:-224px 0px; width:121px; }
a.author:hover {background-position:-224px -42px; width:121px; }

.reviews {background-position:-345px 0px; width:258px; }
a.reviews:hover {background-position:-345px -42px; width:258px; }

.nav li a#mainnav_on {
	background-image: url(images/nav_on.gif);}

.contents {
	width:1000px;
	min-height:550px;
	margin:0 10px 0 10px;
	background-color:#FFFFFF;
}
.bottom_strip {
	width:1000px;
	height:10px;
	background-color:#c9dbe6;
}
.contents_bottom {
	width:1020px;
	height:10px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/contents_bottom.gif);
	background-repeat:repeat-x;
}
.leftcol {
	width:245px;
	float:left;
	padding:10px 25px 10px 25px;
}
.leftcol img {
	margin-bottom:25px;
}
.rightcol {
	width:705px;
	margin-left:295px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:1.3em;
	color:#003399;
	margin:20px 30px 10px 15px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	margin:0 30px 10px 15px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3em;
	color:#444444;
	margin:15px 30px 5px 15px;
}
ul {
	margin:5px 30px 5px 35px;
	padding:0;
}
ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	color:#444444;
	list-style:outside;
	margin-bottom:5px;
}
ul li a {
	font-weight:bold;
	color:#FF6600;
}
.blue {
	font-size:14px;
	color:#4190c4;
}
a {
}
.footer {
	width:950px;
	padding:7px 25px 7px 25px;
	margin-left:auto;
	margin-right:auto;
	background-color:#012c49;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8096a4;
	text-align:left;
	margin-top:0;
	margin-bottom:30px;
}
.footer_nav {
	margin:0 5px 0 5px;
}
.footer a:link, .footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.clear {
 	clear:both;
	height:1px;
	visibility:hidden;
 }