@import "main.css";
@import "inner.css";

#content-inner {
	padding-right: 30px;
}

#container {
	margin-left: 0;
	}

#news-list dt {
		width: 9em;
		padding: 0 1em;
		float: left;
		clear: left;
		position: relative;
	}
	#news-list dt i {
		position: absolute;
		top: 0; left: 2px;
		width: 4px; height: 1.8em;
		background: url("../im/icons.png") 0 50% no-repeat;
		}
	#news-list dd {
		margin-left: 11em;
		margin-bottom: 20px;
		}
	#news-list dt,
	p.date {
		color: #930;
		}

.article-title {
	font-size: 125.3% !important;
	font-weight:normal;
	width: 70%;
	}
h3.article-title {
	font-size: 115.3% !important;
	width:auto;
	font-weight:bold;
	}
	



