@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	/*color: #2e4d64;*/
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	/*color: #2e4d64;*/
	color: #FFF;
}
a:hover {
	text-decoration: none;
	/*color: #2e4d64;*/
	color: #FFF;
}
a:active {
	text-decoration: none;
	/*color: #2e4d64;*/
	color: #FFF;
}
#Header {
	background-color: #2e4d64;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 152px;
	width: 100%;
	margin-bottom: 4px;
}
#Header_mini {
	background-color: #2e4d64;
	background-image: url(../images/banner_mini.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 90px;
	width: 100%;
	margin-bottom: 4px;
}
#left_col_background {
	background-color: #92a5b4;
	background-image: url(../images/watermark.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px;
}
#right_col_background {
	background-color: #92a5b4;
	background-image: url(../images/watermark_right.gif);
	background-repeat: no-repeat;
	background-position: -14px bottom;
	padding: 10px;
	text-align: left;
}
.center {
	text-align: center;
}
#book_wrap {
	clear: both;
	float: left;
	width: 100%;
}
#book_cover {
	float: left;
	width: 100px;
	padding-top: 6px;
}
#book_desc {
	padding-top: 6px;
	float: right;
	width: 140px;
}
#author_left_col {
	float: left;
	clear: left;
	width: 170px;
}
#author_right_col {
	float: right;
	clear: right;
	width: 480px;
}#callout_box {
	background-color: #c9d8e4;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
iframe#ifrm { 
    width:100%;
    margin: auto;
    border:1px solid #d0d0d0;
}
#footer {
	color: #FFF;
	background-color: #92a5b4;
	padding: 8px;
	clear: both;
	height: 82px;
	width: 100%;
	text-align: center;
	margin-top: 4px;
}
#menu {
	color: #FFF;
	background-color: #2e4d64;
	text-align: center;
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 4px;
}

.dateStamp {
	/*color: #95b999;*/
	font-size: 12px;
	font-style: italic;
}#dark_box {
	color: #FFF;
	background-color: #2e4d64;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

