/* Homepage CSS */
#search_box {
	float: left;
	width: 228px;
	height: 165px;
	background: #fff url(../images/search_bg.jpg) no-repeat;
	margin-bottom: 14px;
}

#in_the_news {
	position: relative;
	float: left;
	width: 228px;
	height: 125px;
	background: #fff url(../images/news_bg.jpg) no-repeat;
	padding-top:40px;
	text-align:center;
	color:#0040c3;
	margin-bottom: 14px;
}

#fish_of_the_month {
	position: relative;
	float: left;
	width: 228px;
	height: 165px;
	background: #fff url(../images/fotm_bg.jpg) no-repeat;
	margin-bottom: 14px;
}
#featured_fish {
	position: relative;
	float: left;
	width: 228px;
	height: 140px;
	background: #fff url(../images/fotm_bg.jpg) no-repeat;
	margin-bottom: 0px;
}

#recent_publications {
	position: relative;
	float: left;
	width: 228px;
	height: 165px;
	background: #fff; //url(../images/publications_bg.jpg) no-repeat;
}


#did_you_know {
	position: relative;
	float: left;
	width: 497px;
	height: 163px;
	background: #fff url(../images/dyk_bg.jpg) no-repeat;
	
	font-size: 10pt;
	
	/* ie6 tweaks */
	margin-left: -125px;
	margin-top: -80px;
}

html>body #did_you_know {
	margin-top: 14px;
	margin-left: 0px;
}

#bottom_box {
	position: relative;
	float: right;
	width: 734px;
	height: 133px;
	background: url(../images/bottom_box_bg.jpg);
	margin-top: 14px;
	margin-bottom: 9px;
}

.result {
	border: solid 1px #ccc;
	background: #c0dcff;
	padding:10px;
}
