@charset "utf-8";

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

#story {
	float:left;
	width:187px;
	background-color:#b1072f;
	height:626px;
	margin-bottom:10px;
}

#story_firstletter {
	float:left;
	margin:20px 10px 3px 10px;
}
* html #story_firstletter {
	margin:15px 10px 3px 5px;
}
#story_text {
	padding:20px 10px 2px 10px;
	font-size:11px;
	line-height:18px;
	color:white;
}
* html #story_text {
	padding:15px 10px 10px 10px;
}

#story_text a {
	color:#ffcc66;
	text-decoration:none;
	font-weight:bold;
}
#story_text a:hover {
	text-decoration:underline;
}

#story_footer {
	text-align:center;
	color:#66ffff;
	font-weight:bold;
	font-size:11px;
}

#maincolumn {
	margin-left:199px;
}
* html #maincolumn {
	margin-left:196px;
}
#as_seen_in {
	margin:10px 0;
	float:left;
}
#mailinglist {
	margin:10px 0 10px 318px;
	padding:17px;
	background-color:#7fe5dd;
	height:116px;
}

#home_book {
	background-color:#242323;
	padding:6px;
}
#home_book_img {
	float:left;
	margin-left:5px;
}
#home_book_text {
	color:#ccffff;
	padding:17px 10px;
	margin-left:325px;
	font-size:14px;
}
#home_book_text_hl {
	color:#ffcc66;
	font-weight:bold;
}
#home_book_text_hl a {
	color:#ffcc66;
	text-decoration:none;
}
#home_book_text_hl a:hover {
	text-decoration:underline;
}
