@import url("../style.css");
@import url("../topic.css");

#header h2 {
/*	background: url("title.gif"); */
	font-family: "Trebuchet MS", sans-serif;
	font-size: 70%;
	margin-top:	20px;
	font-weight:normal;
}

#flash {
	position: relative;
	top: -11px;
	z-index: 0;
}

#news {
	background-image: url("cnt_news_mid.png");
}

#news .cnt_top {
	background-image: url("cnt_news_top.png");
}

#news .cnt_bot {
	background-image: url("cnt_news_bot.png");
}

#news .cap, #news .cap h3, #news .cap span {
	width: 97px;
	height: 30px;
}

#news .cap {
	left: -67px;
}

#news .cap h3 {
	background: url("cap_news.png");
}

#news .cap span {
	display: block;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

#news dt {
	float: left;
	padding: 0.3em 0px 0px 0px;
	margin-right: 10px;
	width: 90px;
	text-align: right;
	font-weight: bold;
	font-size:14px;
}
	
#news dd {
	margin-left: 110px;
	padding: 0.3em 0px;
		font-size:14px;

}

#news_archive {
	background-image: url("cnt_news_mid.png");
}

#news_archive .cnt_top {
	background-image: url("cnt_news_top.png");
}

#news_archive .cnt_bot {
	background-image: url("cnt_news_bot.png");
}

#news_archive .cap, #news_archive .cap h3, #news_archive .cap span {
	width: 97px;
	height: 41px;
}

#news_archive .cap {
	left: -67px;
}

#news_archive .cap h3 {
	background: url("cap_news_archive.png");
}

#news_archive .cap span {
	display: block;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

#news_archive dt {
	float: left;
	padding: 0.3em 0px 1px 0px;
	margin-right: 10px;
	width: 90px;
	text-align: right;
	font-size:14px;

	font-weight: bold;

}
	
#news_archive dd {
	margin-left: 110px;
	padding: 0.3em 0px;
	font-size:14px;

}

