.intro {
	height: 65px;
	margin-bottom: 10px;
}

/** RANDOM **/
.random {
	margin-bottom: 20px;
}
.random_content {
	height: 200px;
}
.random_caption {
	color: #FF9900;
	font-weight: bold;
	text-align: left;
	padding: 2px 10px 4px 10px;
	margin-bottom: 10px;
	background-color: #FFEE99;
}
.random_img {
	float: left;
	margin-left: 10px;
	width: 280px;
	height: 210px;
}
.random_address {
	float: left;
	text-align:left;
	width: 300px;
	height: 140px;
	margin-top: 20px;
	margin-left: 20px;
}
.random_link {
	float: left;
	text-align:left;
	width: 300px;
	margin-left: 20px;
}

/** NEWS **/
.news {
	float: left;
}
.news_content {
	width: 365px;
	height: 160px;
	padding: 5px;
	border: 1px none #888888;	
}
.news_caption {
	color: #FF9900;
	font-weight: bold;
	text-align: left;
	padding: 2px 10px 4px 10px;
	margin-bottom: 5px;
	background-color: #FFEE99;
}
.news_separator {
	float: left;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #888888;
}
.news_item {
	float: left;
	width: 355px;
	padding: 5px;
}
.news_item a {
	color: #000000;
}
.news_date {
	float: left;
	width: 50px;
}
.news_title {
	float: left;
	width: 285px;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
}
.news_title a {
	color: #FF9900;
	font-weight: normal;
}
.toNews {
	float: left;
	text-align: left;
	margin-top: 10px;
}

/** RESTAURANTS **/
.restaurants {
	float: right;
}
.restaurants_content {
	width: 260px;
	height: 160px;
	padding: 5px;
	border: 1px none #888888;
}
.restaurants_caption {
	color: #FF9900;
	font-weight: bold;
	text-align: left;
	padding: 2px 10px 4px 10px;
	margin-bottom: 5px;
	background-color: #FFEE99;
}
.restaurant_separator {
	float: left;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #888888;
}
.restaurant_item {
	float: left;
	width: 250px;
	padding: 5px;
}
.restaurant_item a {
	color: #000000;
	text-decoration: none;
}
.restaurant_name {
	text-align: left;
	font-weight: bold;
}
.restaurant_location {
	text-align: left;
}