/**
 * home
 */
#left_zone
{
	float: left;
	margin: 0;
	padding: 0;
	width: 210px;
}
#left_zone h1
{
	background-color: #fc0;
}
#left_zone .bar
{
	font-size: 3px;
	background-color: #fea;
	margin-bottom: 2px;
	height: 3px;
}
#left_zone div.content
{
	border: 1px solid #eee;
	margin: 0;
	padding: 6px 16px;
	background-color: #fffbe8;
}
#left_zone div.title
{
	padding: 0;
	color: #037;
	font-weight: bold;
	font-size: 12px;
}
#left_zone div.preview
{
	padding-bottom: 16px;
}
#right_zone
{
	float: right;
	margin: 0px;
	height: auto;
	width: 545px;
}
#right_zone .bar
{
	font-size: 3px;
	background-color: #eab;
	margin-bottom: 2px;
	height: 3px;
}
#right_zone h1
{
	background-color: #d30;	
}
#right_zone div.preview
{
	float:left;
	margin: 7px 0 0 7px;
	padding: 0 10px 0 20px;
	width: 228px;
	background: #fff url("/img/little_book.jpg") 0px 2px no-repeat;	
}
#right_zone div.preview div.text_content_image
{
	height: 150px;
	overflow:hidden;
}
#right_zone div.preview div.text_content_noimage
{
	height: 241px;
	overflow:hidden;
}
#right_zone div.preview div.image_content
{
	width: 222px;
	height: 91px;
	overflow: hidden;
}
#right_zone div.preview
{
	border-right: 1px solid #ddd;
}
#left_zone div.events_preview_container
{
	width: 170px;
}
div.more a:link, div.more a:visited
{
	color: red;
}
#left_zone div.text_content, #right_zone div.text_content
{
	margin: 5px 0;
	font-family: verdana;
	font-size: 8pt;
}
#right_zone div.news_piece_container
{
	padding: 10px;
}
#right_zone div.title
{
	padding: 0;
	color: #037;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
}
