#header{
	display: none;
}
#contents {
	width: 792px;
	clear: both;
	background-image: url(../images/contents_bkg.gif);
	background-repeat: repeat-y;
	margin-top: 30px;

}
#topics {
	background-image: url(../images/topics.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 50px;
}

#topics li {
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 530px;
	display: block;
	padding-top: 5px;
}
#topics ul {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.date {
	color: #FF0000;
	padding-right: 20px;
}

