HTML,BODY {
	text-align: center;
	
}

#canvas {
	margin: 0 auto 0px auto;
	text-align: left;
	width: 880px;
	background-color: #FFFFFF;
}

#bottom-zone {
	width: 882px;
	height: 139px;
	
	color: #C6C6C6;
	font-size: 12px;

}

#contact-info {
	color: #333333;
	font-size: 12px;
	padding: 20px 0 0 20px;	
}

#contact-info A {
	color: #333333;
	text-decoration: underline;
}

#contact-info A:hover {
	color: #eb0000;
}

#top-zone h1, #top-zone h1 span {
	background: url('../images/resto_header.jpg') no-repeat;
	width: 882px;
	height: 160px;
	font-size: 100%;
}

#top-zone h1 span {
	display: block;
	position: relative;
	z-index: 1;
	margin-bottom: -121px;
	}
# top-zone h1 {
	overflow: hidden;
	}
	
.bold {
	font-weight: bold;
}
