
/*---| main wrapper |---*/


#content
{
	font-size:		12px;
	width: 				582px;
	width: 551px;
	margin-left: 1px;
	height:       100%;
	float:        left;
	position:     relative;
	padding: 			10px;
	display:      block;
	overflow: 		hidden;
}

#newslist .left_image
{
	position:       relative;
	margin:         0px 5px 0px 0px;
	padding:        0px;
	float:          left;
	height:         165px;
	width:          170px;
}


#newslist .right_image
{
	position:       relative;
	margin:         0px 0px 0px 5px;
	padding:        0px;
	float:          left;
	height:         165px;
	width:          170px;
}


#newslist .post
{
	text-transform:	none;
	text-align:			left;
	float:					left;
	width:					145px;
	height:					80%;
	padding:				10px;
	margin:					10px 0px 5px 0px;
	color:					#000;
	white-space:		normal;
	overflow: 			hidden;
}

