body {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
a:hover {  color: #FF0000; text-decoration: underline}
#restaurantContainer {
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
}
#restaurantContainer #header {
	background-image: url(restaurant_images/restaurantTitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	width: 630px;
}
#restaurantContainer #header h1 {
	overflow: hidden;
	text-indent: -900px;
}
#restaurantContainer #contents li {
	line-height: 140%;
	list-style-image: url(restaurant_images/bulette.gif);
}
#restaurantContainer #contents ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 35px;
}


.restMenuLeft {
	float: left;
	width: 283px;
	margin: 5px;
	padding: 10px;
}
.restMenuRight {
	float: right;
	width: 283px;
	margin: 5px;
	padding: 10px;
}
.clearBoth {
	clear: both;
}
.menuImage {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
}
#contents h3 {
	background-image: url(restaurant_images/bgGradOrange.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: normal;
}





#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 560px;
	text-align: center;
}
#footer #copyright {
	margin-top: 10px;
	font-style: italic;
}
.boldRed {
	font-weight: bold;
	color: #F00;
}

