#indexcontents {
	margin: 10px;
}
#indexheader {
	margin-bottom: 5px;
	background-image: url(../../imgs/header_back.jpg);
	background-repeat: repeat-x;
}
.index_center_pos {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.index_secondary_pos #bannerblock {
	float: right;
	width: 240px;
}
.index_secondary_pos #blogheadline {
	float: left;
	width: 500px;
}
#blogheadline .archive {
	padding: 10px 20px;
	list-style-type: none;
}
#blogheadline li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}
#blogheadline a {
	text-decoration: none;
	color: #003399;
}
#blogheadline a:hover {
	color: #CC3300;
	text-decoration: underline;
}
