#main .contentColumn {
	overflow: hidden;
	_overflow: visible;
	_margin-bottom: 50px;
}

body.authors #content {
	float: none;
	margin-bottom: 50px;
}

body.authors #content ul {
	list-style: none;
	margin: 0 8px 0 0;
	padding: 0;
	overflow: hidden;
	_float: left;
	_width: 100%;
}

body.authors #content ul li {
	float: left;
	width: 240px;
	margin: 0 0 30px 10px;
	text-align: center;
	_zoom: 1;
}

body.authors #content ul li a {
	display: block;
	text-decoration: none;
	color: #f60;
	font-family: "Gill Sans", Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	_zoom: 1;
}

body.authors #content ul li a:hover span {
	text-decoration: underline;
	_zoom: 1;
}

body.authors #content ul li a img {
	border: solid 1px #333;
	display: block;
	margin: 0 auto;
	margin-top: 8px;
	_zoom: 1;
}

#content {
	float: left;
	margin-bottom: 20px;
	_margin-top: 20px;
	line-height: 1.25em;
}

#sidebar {
	float: right;
	width: 187px;
	min-height: 100px;
}

div.author,
div.book {
	padding-left: 155px;
	overflow: hidden;
	width: 405px;
	_margin-top: 20px;
}

div.author img.main,
div.book img.main {
	float: left;
	margin: -2.75em 0 30px -155px;
	_margin-top: -3em;
	border: solid 1px #666;
}

div.book img.main {
	margin-top: -3.5em;
}

h3 {
	color: #f60;
	font-family: "Gill Sans", Tahoma, Geneva, sans-serif;
	font-weight: normal;
}

h3 strong {
	text-transform: uppercase;
	display: block;
}

p {
	text-align: justify;
}

#sidebar {
	_margin-top: 40px;
}

#sidebar p.item * {
	cursor: hand;
}

#sidebar p.item a {
	display: block;
	width: 187px;
	height: 150px;
	overflow: hidden;
	position: relative;
	color: #ccc;
	text-decoration: none;
}

#sidebar p.item a img {
	border: none;
}

#sidebar p.item a span.info {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 171px;
	background: #121210;
	font-size: 0.9em;
	padding: 5px 8px;
	opacity: 0.9;
	filter:alpha(opacity=90)
}

#sidebar p.item a span.info strong {
	font-family: Tahoma, Geneva, sans-serif;
	display: block;
	margin-bottom: 5px;
	color: #f60;
	font-weight: normal;
	font-size: 1.1em;
}

#sidebar p.item a span.info br {
	display: none;
}

#sidebar p.item a span.mask {
	position: absolute;
	top: 0;
	left: 0;
	background: url(chapter_mask.png) 0 0 no-repeat;
	width: 187px;
	height: 150px;
}