#projects_header{
	width:270px;
	height:50px;
	float:left;
	background:url('../../sections/home/gfx/leftcol-top.jpg');
	background-repeat:no-repeat;
}

#projects_content{
	float:left;
	width:270px;
	background:url('../../sections/home/gfx/leftcol-bg.jpg');
}

#projects_footer{
	float:left;
	height:8px;
	width:270px;
	background:url('../../sections/home/gfx/leftcol-footer.jpg');
	overflow:hidden;	
}

#projects_readmore{
	float:left;
	height:30px;
	width:270px;
	margin-top:1px;
}

#projects_holder{
	float:left;
	width:270px;
	border:0px solid red;
	margin-top:10px;
	display:block;
}

#projects_holder_inner{
	padding-left:20px;
	float:left;
	width:230px;
	overflow:hidden;
}

#projects_ruler{
	margin-left:20px;
	_margin-left:10px;
	float:left;
	width:230px;
	overflow:hidden;
	height:1px;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #A4A4A4;
}

.news_date{
	float:left;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	height:14px;
}

.projects_title{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	color:#CC0000;	
	font-weight:bold;
	text-decoration:none;
	line-height:15px;
}
.news_link{
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	color:#CC0000;	
	font-weight:bold;
	text-decoration:none;
	line-height:15px;
}

.projects_text{
	margin-top:5px;
	clear:left;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	color:#000000;	
	font-weight:regular;
}

.ruler{
	float:left;
	width:100%;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #A4A4A4;
}


