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

#wrapper
{
text-align:justify;
line-height:1em;
margin:50px auto 50px auto;
/*padding:20px;*/
width:1024px;
max-width:1024px;
outline:0;
vertical-align:baseline;
}

#content
{
	font-size:12px;
	width:576px;
	height:100%;
	float:left;
	position:relative;
	padding:10px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	display:block;
	overflow:hidden;
}

#header h2
{
	
    font-size:44px;
	font-style:italic;
	font-weight:bold;
	font-variant:small-caps;
	font-family:Georgia;
	letter-spacing:2px;
	line-height:1;
	text-align:center;
	position:relative;
}


#newslist .title
{
    
    line-height: 1.5;
}
.news_table_col
{
	width:145px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin:5px -1px 5px 0px;
    
}


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


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


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


