
/*---| main wrapper |---*/
#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;
}


/*---| news headline |---*/
.news_table_col
{
	width:    		145px;
	border-left:  1px solid #000;
	border-right: 1px solid #000;
	margin:      5px -1px 5px 0px;
}

#newslist .left_block
{
	margin:           0px 5px 0px 0px;
	padding:          0px;
	float:        		left;
	position:					relative;
	overflow: 				hidden;
	height:         100px;
	width:          300px;
}


#newslist .right_block
{
	position:       relative;
	overflow: 			hidden;
	margin:         0px 5px 0px 5px;
	padding:        0px;
	float:          left;
	height:         100px;
	width:          300px;
}


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

#newslist
{
	border-bottom:		3px solid #000;
	margin:       		0px 0px 0px 0px;
	padding:      		0px 0px 5px 0px;
	float:			left;
	height:			auto;
	width:        		100%;
	clear:        		both;
	font-size:		10px;
	position:     		relative;
	overflow: 		hidden;
}

#newslist .description
{
	
	border-top:		1px solid #ccc;
	margin:       		0px 0px 0px 0px;
	padding:      		0px 0px 5px 0px;
	font-size:				14px;
	text-align:				center;
	height:						15px;
	color:						#999;
	margin-top:				8px;
	letter-spacing:		2px;
	text-transform:		uppercase;
}

#newslist .category
{
  width:            auto;
  position:         relative;
  height:           auto;
	font-size:44px;
	font-style:italic;
	font-weight:bold;
	font-variant:small-caps;
	font-family:Arial;
	height:	35px;
	color:#600

}

#newslist .title
{
  height:           auto;
  width:            auto;
  position:         relative;
  float:            left;
  clear:            both;
  z-index:          1;
}

#newslist .link
{
  position:         relative;
  margin:           10px 0 5px 0;
  width:            100%;
  height:           25px;
  float:            left;
  clear:            both;
  z-index:          1;
}

#news_table
{
	position: 				relative;
	width:    				100%;
	height:   				auto;
	padding: 				0px 0px 5px 0px;
	margin:   				10px 0px 10px 0px;
}

#news_table .news_img
{
  width:            200px;
}



#newslist .left_image img
{
	width:						100%;
	height:						100%;
}


#newslist .right_image img
{
	width:						100%;
	height:						100%;
}


#newslist .post h2
{
	padding:					0 10px 0 0;
	font-size:				13px;
	font-family:			"Lucida Bright",Inherit,Georgia;
	font-style:				normal;
}

#newslist ul
{
	margin-bottom:		0;
	padding:					5px;
}

#newslist ul li
{
	display:					inline;
	margin-right:			10px;
}

#newslist .post em
{
	font-family:			inherit;
	font-size: 				10px;
}

#newslist a
{
	color:						#333;
	text-transform:		uppercase;
	font-style:				normal;
	font-size:				10px;
}

