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

#wrapper
{
text-align: left;
line-height:1em;
margin:0 auto 30px auto;
width:900px;
max-width:1000px;
outline:0;
vertical-align:baseline;
background-color: #ffffff;
padding: 10px 30px 15px 30px; 
background-image: url(http://202.134.124.141/~eurocham/images/bg.jpg); 
background-repeat: no-repeat;
}

#content
{
	font-size:		12px;
	width: 				480px;
	height:       100%;
	float:        left;
	position:     relative;
	padding: 			0px 15px 10px 15px;
	display:      block;
	overflow: 		hidden;
background-color: #ffffff;
}

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



#news_table_col
{
	width:    		145px;
	border-left:  1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	margin:      5px 0px 5px 0px;
}

#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;
}

