

#community_news {
	margin-left:7%;
	width:85%;
	background:none;
}
/* top of the news */
#newstop {
	border-bottom:1px dotted #ccc;
	font-size:12px;
	/* stretch */
	overflow: auto;
	width: 100%;
	color:#333;
}
#newstop a {
	text-decoration:none;
}
#newstop a:hover {
	text-decoration:underline;
}
#newstopl {
	text-align:left;
	width:20%;
	float:left;
	line-height:2em;
	margin-left:10px;
	display:inline;
}
#newstopr {
	text-align:right;
	width:70%;
	float:right;
	line-height:2em;
	margin-right:2px;
	display:inline;
}
/*---*/
#sub-main {
	float:left;
	width: 74%;
	display:inline;
}
#sub-left {
	float:left;
	width: 25%;
	clear:right;
	display:inline;
}
#sub-left .image {
	width:94%;
	margin-top:3%;
	margin-left:1%;
	border:2px solid #ccc;
}
#sub-left p {
	text-align:left;
	font: 12px Arial, Sans-serif;
	border:none;
	color: #333;
}
#sub-center {
	float:right;
	width: 70%;
	text-align: left;
	margin:10px 0;
	margin-left:5%;
	display:inline;
}
#sub-right {
	float:right;
	width: 25%;
	z-index:0;
}
ul.community {
	list-style:none;
	float:right;
	
	/*IE FIX*/
	width:100%;
}
ul.community li {
	background: #3b4a6b;
	text-align:left;
}
ul.community a {
	display:block;
	width:96%;
	padding:2px 2%;
	color: #fff;
	text-decoration:none;
}
ul.community li a:hover {
	color: #fff;
	background: #600;
}
ul.community li a.focus {
	background: #FFF;
	color: #000;
}