#search_header {
	margin: 0 0 .7em 0;
	border-bottom: 1px solid #a07e3a;
	padding: 0;
	color: #583311;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, Palatino, Times New Roman, Serif;
	position: relative;
}

#search_header strong {
	color: #c00000;
	font-family: Georgia, Palatino, Times New Roman, Serif;
}

#search_header span {
	font-family: Georgia, Palatino, Times New Roman, Serif;
	position: absolute;
	font-size: 12px;
	top: 4px;
	right: 0;
}

ul#search_results {
	margin: 0;
	padding: 0;
	clear: both;
}

#search_results li {
	margin: 0;
	padding: 0;
	background: none;
	list-style: none;
}

#search_results li a {
	color:#6d4111;
	display:block;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2;
	text-decoration: none;
	padding: .5em;
}

#search_results li a:hover {
	background-color: #f1e7c8;
	text-decoration: none;
}

#search_results a em {
	color:#583311;
	font-style:normal;
	font-weight: normal;
	font-size: 9px;
}

#search_results a span, #search_results a:link span, #search_results a:visited span {
	color: #545454;
	font-size: 9px;
	font-weight: normal;
}

