#TrueFoodGuide {
	margin: auto;
	width: 830px;
	/*border: solid 1px #333;*/
	text-align: left;
}


#TrueFoodGuide H2 {
	padding-top: 10px;
	margin-top: 0;
	color: #99cc00;
}


#tfg_left {
	float: left;
	width: 550px;
}

#tfg_right {
	float: right;
	width: 250px;
}

.tfg_r_image {
	height: 200px;
	text-align: center;
	border: solid 1px #666;
}


A {
	text-decoration: none;
	/*color: #99cc00;*/
	color: #005e9b;
}

A:hover {
	text-decoration: underline;
}


.SearchResult_G {
	float: left;
	width: 50%;	
}

.SearchResult_R {
	float: left;
	width: 50%;
}

.search_tag_result {
	font-weight: bold;
}
