#news {
	height: 230px;
	width: 255px;
	overflow:auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin: 0px;
	padding: 0px;
}

#news ul {
	font-size: 12px;
	list-style-type: none;
}

ul,li,ol {
    padding: 0px;
	margin: 0px;
}
#news_title {
	height: 10px;
	width: 255px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-image:  url("../../architects/img/whatsnew.gif");
	background-repeat: no-repeat;
	background-position: 5px;
}
.news_header {
	background-image:  url("../../architects/img/archi_bar.gif");
	background-repeat: no-repeat;
	height: 43px;
	width: 257px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 1px;
}

#topics {
	height: 230px;
	width: 255px;
	overflow:auto;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

#topics ul {
	font-size: 12px;
	list-style-type: none;
}
#topics_title {
	height: 10px;
	width: 255px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-image:  url("../../architects/img/topics.gif");
	background-repeat: no-repeat;
	background-position: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

