#detail_page {
	margin: 80px 10px 30px 10px !important;
	width: 650px;
	padding-bottom: 20px;
	float: left;
}
	#detail_page .page_title {
		margin-bottom: 0px !important;
	}
	.link_navigation li {
	margin-left: 0px !important;
	width: 250px !important;
}
	.detail_thumbnail {
		padding-bottom: 15px;
	}
	
	.detail_thumbnail img.site_thumbnail, #MapApplication {
		float: left;
		margin-right: 20px;
		padding: 5px;
		border: 1px solid #ccc;
		background-color: #f0f0f0;
	}
	
	.detail_description {
		margin-top: 25px;
		line-height: 1.4em;
		color: #333;		
	}

	.detail_category {
		margin-top: 20px;
	}
	
	.detail_address {
		margin-left: 10px;
		color: #333;
		line-height: 1.6em;
	}
	
	.hr, .small_hr {
		background-color: #f0f0f0;
		margin-bottom: 10px;
	}
	
	.hr span {
		padding-right: 10px;
		background-color: #fff;
		color: #999;
		font-weight: bold;
	}
	
	.detail_box {
		margin-top: 25px;
	}
	
	.clearer { clear: both }
	
	.detail_rss_feed .item {
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #ccc;
	}
	.detail_rss_feed h4 {
		margin-bottom: 5px;
		font-size: 1.1em;
	}
	.detail_rss_feed p {
		line-height: 1.4em;
		color: #333;
	}
	.detail_rss_feed .author {
		font-weight: bold;
	}