div.results_archives {
	position: relative;
	min-height: 4em;
	padding: 15px 0 15px;
}

* html div.results_archives {
	height: 5.3em;
	overflow: visible
}

/*simulate min-height */

h2.result_month {
	margin-top: 20px;
}

.results_archives h3, .results_archives ul {
	position: absolute;
	width: 500px;
	left: 95px;
}

.results_archives h3 {
	top: 14px;
}

.results_archives ul {
	color: #727272;
	top: 3em;
}

.results_archives img {
	margin: 0 25px 0 0;
	float: left;
}

.results_archives ul.resultslinks {
	padding: 0 0 10px 20px;
	margin-left: 560px;
	position: static;
	min-height: 3em;
	width: auto;
}

.results_archives ul {
	list-style-type: none;
	list-style-position: outside;
}