body {
	background:#000 url(/img/mainWallpaper-CrestFinder.jpg) center top no-repeat;
}

#masthead h1 {
	padding-bottom:20px;
}
/*#masthead h1 a {
	width: 228px;
	height: 50px;
	background: url(/img/mastheadLogo-CrestFinder.png) left top no-repeat;
} * html #masthead h1 a {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/mastheadLogo-crestFinder.png', sizingMethod='crop');
}*/

#mainPanel, .rightSidePanel #mainPanel {
	padding-bottom:45px;
}

#searchWrap {
	padding:30px 0 40px 0;
	text-align:center;
	font-size:1.2em;
}

ul#searchResults {
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	border:none;
} * html ul#searchResults {
	overflow:visible;
	height:1%;
}

ul#searchResults li {
	width:33%;
	margin:0;
	padding:0 0 30px 0;
	float:left;
	border:none;
	text-align:center;
}
ul#searchResults li.break {
	width:630px;
	padding:0;
}
ul#searchResults li img {
	margin-bottom:10px;
}
ul#searchResults li hr {
	width:630px;
	clear:both;
	height:5px;
	visibility:hidden;
}
ul#searchResults li a {
	margin:0px 15px;
	display:block;
	color:#2f92cf;
}
ul#searchResults li a.result {	
	display:block;
	width:170px;
	text-decoration:none;
	font-size:1em;
	line-height:1.2em;
	color:#333;
	border:2px solid #ecebea;
}

ul#searchResults li a.result:hover {
	border:2px solid #2F92CF;
}
ul#searchResults li a.result h2 {
	font-size:1.3em;
	text-align:center;
	color:#2f92cf;
	text-decoration:underline;
}
ul#searchResults li a.result:hover h2 {
	text-decoration:none;
}
ul#searchResults li a.result em {
	display:block;
}
