#screen {
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#sidebar {
	width: 376px;
	float: right;
	min-height: 550px;
	background-image: url(../images/sidebar_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px -6px;
	padding-left: 50px;
	padding-top: 70px;
}

#sidebar h2 {
	font-size: 24px;
	font-family: times;
	color: #494949;
	padding-left: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

#sidebar #adwert p {
	text-align: center;
	padding-bottom: 10px;
}

#foodInfo h2 {
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 0px;
}

#foodInfo #new_opinion_text {
	text-align: right;
	font-weight: bold;
	margin-bottom: 15px;
	padding-right: 10px;
}

#foodInfo #new_opinion_text span {
	cursor: pointer	
}

#foodInfo h2 img {
	display: block;
	float: left;
	cursor: pointer;
}

#foodInfo ul {
	list-style: none;
	padding-right: 10px;
}

#foodInfo li {
	padding-bottom: 5px;
}

#foodInfo .more_review {
	text-align: right;
	font-size: 11px;
}

#newFoodReview

