#news {
	float:left;
	width: 395px;
}

#news h1, #news h1 a {
    
    text-decoration:none;
	display: block;
    color:white;
	padding-left: 10px;
	background:#DB2F36;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	/*font-weight: lighter;*/
}

#news h1 a:hover {
    text-decoration:underline;
}

#news h2 {
    clear:left;
	overflow:hidden;
	height: 116px;
	width:171px;
	font-size: 19px;
	padding: 10px;
	margin-top:-3px;
	/*margin-bottom: 10px;*/
	/*font-weight: lighter;*/
}

#news h3 {
	line-height: 2;
	text-align:center;
}

#item_one {
    color: #F29200;
	background:#000 url(../img/bg_news_onev2.png) no-repeat bottom;
	float:left;
	width: 191px;
	height: 300px;
	margin-top: 10px;
	margin-right: 7px;
	position: relative;
}

#item_one a.readmore {
	position:absolute;
	bottom: 20px; left: 0;
	background: url(img/arrow_black.gif) 0 1px no-repeat;
	padding-left: 13px;
}

#item_two a.readmore {
    position:absolute;
	bottom: 20px; left: 0;
	background: url(img/arrow_orange.gif) 0 1px no-repeat;
	padding-left: 13px;
}

#item_two {
	color:white;
    background: #F29200 url(../img/bg_news_two.png) no-repeat bottom;
    margin-left: 5px;
    float:left;
	width: 191px;
	height: 300px;
	margin-top: 10px;
	position: relative;
}

#item_one a, #item_one a:link {
	margin-left: 7px;
	font-size: 12px;
	text-decoration:none;
	color:white;
}

#item_one a:hover, #item_one a:active {
	color:#F29200;
}

#item_two a, #item_two a:link {
	margin-left: 7px;
	font-size: 12px;
	text-decoration:none;
	color:black;
}

#item_two a:hover, #item_two a:active {
	color:white;
}

#news img {
	margin: 0px;
	padding: 0px;
}

#projects li a {
    overflow:auto;
    text-decoration:none;
    line-height:18px;
    color:white;
    font-size:12px;
    font-weight:bold;
    display:block;
    width:100%;
    height:100%;
    padding: 3px 9px;
    background:#F29200;
}



