#contents .inner { padding: 6px 16px 16px 16px; }

#contents H1 {
	margin: 0px 0px 24px 0px;
	padding: 0px 6px;
	font-size: 22px;
	background: url('../images/bg_h1.gif') repeat-x left bottom;
}

#contents A {
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

#contents A:hover {
	background-color: yellow;
}

#contents LI { margin-bottom: 12px; }

#contents .title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#contents .author { font-style: italic; }

#contents .news_title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	background: url('../images/bg_news.gif') repeat-x left bottom;
}

#books {
	float: none;
	clear: both;
}

#books .box {
	float: left;
	width: 238px;
}

#books .box_margin { padding: 0px 8px 8px 0px; }

#books .cover {
	float: left;
	width: 78px;
}

#books .cover IMG { border: 1px solid black; }

#books .text {
	float: left;
	width: 152px;
}

#books .text .title {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#books .text .descr {
	font-family: Arial, Helvetica, snas-serif;
	font-size: 10px;
}
