#list_title	{
	display:			block;

	margin-bottom:		10px;
	font-weight:		bold;
	font-size:			.8em;
}

#article_wrapper, #list_wrapper, #gallery_wrapper
{
	float:				left;
	width:				250px;
	height:				190px;

	padding-right:		10px;
	overflow:			hidden;
}

#article_wrapper .title	{
	display:			block;

	margin-bottom:		10px;
	font-weight:		bold;
	text-align:			left;
	font-size:			.8em;
	white-space:		normal;
	line-height:		1.2;
}
#article_wrapper .resume	{
	display:			block;

	margin-top:			5px;
	font-weight:		normal;
	text-align:			left;
	font-size:			.7em;
	white-space:		normal;
	line-height:		1.2;
}
#article_wrapper .content	{
	display:			block;

	font-weight:		normal;
	text-align:			left;
	font-size:			.73em;
	white-space:		normal;
	line-height:		1em;
}
#article_wrapper .extra	{
	margin-top:			15px;
	color:				#999;
	font-size:			.6em;
}

#article_wrapper p	{
	margin-bottom:		10px;
}
#article_wrapper img	{
	margin:				10px;
}

#list_wrapper .title	{
	float:				left;
	clear:				both;

	font-weight:		bold;
	text-align:			left;
	font-size:			.8em;
	white-space:		normal;
	line-height:		1.2;
}
#list_wrapper .resume	{
	float:				left;
	clear:				both;

	margin-top:			5px;
	margin-bottom:		15px;
	font-weight:		normal;
	text-align:			left;
	font-size:			.7em;
	white-space:		normal;
	line-height:		1.2;
}
#list_wrapper img	{
	margin-right:		10px;
}

#gallery_wrapper .title	{
	display:			block;

	margin:				10px 0px 10px 0px;
	font-weight:		bold;
	text-align:			left;
	font-size:			.8em;
}
#gallery_wrapper img	{
	margin:				10px;
}
