#news {
	background-color: #F0F0F0;
	float: left;
	width: 815px;
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 30px;
	clear: both;
}
#latestnews {
	float: left;
	width: 250px;
}
#projectnews {
	float: left;
	width: 250px;
	margin-left: 30px;
}
#productsnews {
	float: left;
	width: 250px;
	margin-left: 30px;
}
#newsheader {
	background-color: #505050;
	clear: both;
	float: left;
	height: 22px;
	width: 245px;
	padding-left: 5px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
#newscontent {
	clear: both;
	float: left;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #505050;
	text-align: left;
	vertical-align: text-top;
}
#newscontent .img {
	padding: 5px;
}
#newslinkage {
	float: right;
	width: 50px;
	margin-top: 7px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: xx-small;
	text-align: right;
	margin-right: 3px;
}
#newstitle {
	float: left;
	width: 180px;
}
.timing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF0000;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
a:link {
	font-size: xx-small;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-size: xx-small;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#newscontent td {

	padding: 5px;
}

