/* CSS Document */

#home-cont {
	height: 599px;
}

#text h2 {
	width: 282px;
	height: 29px;
	background: url(restaurant-text.jpg);
}



#text ul {
	list-style-position: inside;
}


#text ul li{
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #555f58;
	border-top: 1px dotted #555f58;
}


#text ul li.first{
	margin: 15px 0 15px 0;
	border: none;
}


#text ul li.last{
	margin: 15px 0 0 0;
}


#text ul span{
	font-size: 12px;
}


#text ul span.from{
	color: #977068;
	font-weight: bold;
}


#cont {
	background: url(cont-bg.jpg) repeat-y;
	float: right;
	margin: 5px 0 0 0;
	width: 305px;
	height: 465px;
}


#contact-info {
	margin: 0;
}


