#TrueFoodGuide {
	margin: auto;
	width: 830px;
	/*border: solid 1px #333;*/
	text-align: left;
}

#TrueFoodGuide  A{
	text-decoration: none;
	border-bottom: dashed 1px #666;
	color: #666;
}
#TrueFoodGuide  A:hover{
	text-decoration: none;
	border-bottom: solid 1px #666;
}
#TrueFoodGuide H2 {
	padding-top: 20px;
	margin-top: 0;
	color: #99cc00;
	margin-bottom: 10px;
}


#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: #005e9b;
}

A:hover {
	text-decoration: underline;
}


.SearchResult_G {
	float: left;
	width: 50%;	
}

.SearchResult_R {
	float: left;
	width: 50%;
}

.search_tag_result {
	font-weight: bold;
}

div.tfgleft {
	background: #D8D8D8;
    max-height:200px;
    max-width: 215px;
    float: left;
    font-size: 80%;
    margin:5px 10px 0 0px;
    padding:10px;
    border:1px;
    border-bottom: dashed 1px #666;
    border-top: dashed 1px #666;
    text-align:left;
    display:inline; /*for ie6 */
}