html, body {
	height: 100%;
} 
img {
	border:0;
}
.main_wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
}
.header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
	height: 135px;
}
.navigation {
	height: 50px;
	width: 1000px;
	margin: 0px;
	display: block;
}
.navigation img {
	float: left;
	margin: 0px;
	border: none;
}
.content_wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
.clear {
	clear: both;
	margin: 0px;
	visibility:hidden;
}
.flash_home {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 271px;
}

.center_column {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	margin-right: 5px;
	min-height:400px;
}

.right_column {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: right;
	width: 195px;
}
.home_tiles {
	display: block;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 93px;
	float: left;
	width: 750px;
}
.box_blackrounded {
	margin: 0px auto;
	width: 770px;
}
.box_rounded {
	margin: 0px auto;
	width: 770px;
}
.roundedbox_top {
	display: block;
	height: 4px;
}
.roundedbox_top img {
	margin: 0px;
	float: left;
}
.blackrounded_topcenter {
	float: left;
	height: 4px;
	display: block;
}
.rounded_topcenter
{
	float: left;
	height: 3px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rounded_bottomcenter
{
	float: left;
	height: 3px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
.box_rounded_content {
	padding: 10px;
	margin: 0px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
}
.box_rounded_contenthome {
	padding: 10px;
	margin: 0px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
}
.booknav {
	width: 190px;
	display: block;
	margin: 0px 10px 0px 0px;
	font-size: 12px;
	float: left;
}
.booknav a:link, .booknav a:visited {
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	font-size: 12px;
	padding: 8px 10px;
	float: left;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
}
.booknav a:hover {
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	font-size: 12px;
	padding: 8px 10px;
	float: left;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
}

#booknav_on {
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	font-size: 12px;
	padding: 8px 10px;
	float: left;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
}

.footer {
	height: 265px;
	width: 100%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.center_column p {
	display: block;
	padding: 0px 10px;
	font-size: 14px;
	margin: 8px 0px;
}
.center_column h1 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px;
	padding: 5px 5px 5px 10px;
}
.center_column h2 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px;
	padding: 5px 5px 5px 10px;
	width: 100%;
}

.date {
	font-size: 10px;
	color: #836a85;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 5px;
}
.date a:link, .date a:visited {
	font-size: 10px;
	color: #836a85;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 5px;
	text-decoration: none;
}
.date a:hover {
	font-size: 10px;
	color: #8F2C66;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 5px;
	text-decoration: underline;
}
.right_column h1 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 0px;
	padding: 0px 5px 5px;
}
.right_column p {
	display: block;
	font-size: 12px;
	margin: 5px 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.divider {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
a.more_btn:link, a.more_btn:visited, a.more_btn:hover {
	background-image: url(/images/morebtn_bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	width: 57px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	margin: 10px;
	color: #836a85;
}
.box_blackrounded_contentinside {
	padding: 10px 10px 0px;
	margin: 0px;
	display: block;
}
.bookonly
{

	width: 190px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	float:left;
}


.bookonly p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.texttable {
	color: #333333;
	font-size: 14px;
}
li,p {
	font-size: 14px;
}

.text12px{
}
.text12px p{
	font-size: 14px;
}
.text12px td{
	font-size: 14px;
}
.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	width: 770px;
	padding-top: 10px;
	margin-right: auto;
	padding-bottom: 10px;
	margin-left: auto;
	text-align: center;
}

.footerlinks a:link, .footerlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	text-decoration: none;
}
.footerlinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	text-decoration: underline;
}
.footerlinks img{
	margin:0;
}
.poweredby {
	padding-top:10px;
}

/* for understanding browsers */
.box_rounded_content {
height:auto;
}
/* for Internet Explorer */
/*\*/
* html .box_rounded_content {
height: 700px;
}
.description p{
margin-bottom: 28px;
line-height: 19px;
font-size: 13px;
}
/* END Text Styles */
.archive_chat {
	text-align: right;
	width: 270px;
	margin-top: 0px;

	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding: 5px;
	height: 25px;
	float: right;
}
#sidebar {
	visibility: hidden;
	position: absolute;
	background-color: #000000;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	display: block;
}
.center_column_archives {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-right: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #B7B7B7;
}
.center_column_archives p {
	display: block;
	padding: 0px 10px;
	font-size: 12px;
	margin: 8px 0px;
	color: #B7B7B7;
	font-size: 13px;
	font-weight: normal;
}
.center_column_archives h1 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
	padding: 5px 5px 5px 10px;
	color: #8f2c66;
}
.center_column_archives h2 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px;
	padding: 5px 5px 5px 10px;
	color: #8f2c66;
}

.center_column h3 {
	color: #8f2c66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: 8f2c66;
	border-right-color: 8f2c66;
	border-bottom-color: 8f2c66;
	border-left-color: 8f2c66;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.archive_links {
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.archive_links a:link, .archive_links a:visited{
	padding: 5px 5px 5px 20px;
	width: 245px;
	display: block;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.archive_links a:hover {
	padding: 5px 5px 5px 20px;
	width: 245px;
	display: block;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #400645;
	color: #d0c3d2;
	text-decoration: none;
}
#chatcontainer {
	font-family: Arial, Helvetica, sans-serif;
}

.chattopic {
	display: block;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CA5197;
	padding: 5px 5px 5px 15px;
	width: 630px;
}

#chatcontainer table{
	width: 650px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	border: none;
}
#chatcontainer table td{
	padding: 10px 5px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2D2D2D;
	border-right-color: #2D2D2D;
	border-bottom-color: #2D2D2D;
	border-left-color: #2D2D2D;
}

#chatcontainer p{
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
}

.chattopic{
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
}

.loading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #d9cfdb;
	padding: 10px;
}
.speaker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e6067d;
}
.user {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2d67ba;
}
#chatcontainer {
	font-family: Arial, Helvetica, sans-serif;
}
#chatcontainernon{
}
#chatcontainernon table{
	width: 500px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px none #666666;
}
#chatcontainernon table td{
	padding: 5px;
	margin: 0px;
	border: 1px none #666666;
}

#chatcontainernon p{
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
}
.chattitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #2d67ba;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}



a.misc_links:link, a.misc_links:visited, a.misc_links:hover
{
	width: 190px;

	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px;
	float: none;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: none;	
}

.home_bookcover {
	width:250px;
	text-align:center;
	float:left;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:30px;
	display:block;
}

.home_bookcover img {
	border:none;
}

.home_bookcover .title {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#444444;
	padding:5px;
}
.aboutseries {
	width:315px;
	height:155px;
	padding:75px 200px 30px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.2em;
	color:#FFF;
	overflow:hidden;
	margin-bottom:20px;
}