body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #000000;
	background-color: #720C13;
	}
	
#main {
	width: 770px;
	height: 600px;
	margin: 0px auto;
	clear: both;
	background-image: url(slices/Background.jpg);
	background-repeat: no-repeat;
	}
	
div.top {
	width: 770px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#logo {
	height: 200px;
	width: 308px;
	background-image: url(slices/zuzu_03.jpg);
	background-repeat: no-repeat;
	float: left;
	}
	
div.intnav {
	float: left;
	width: 462px;
	margin-top: 35px;
	}
	
div.intnav div {
	float: left;
	margin-bottom: 8px;
	}
	
div.intnav img {
	border: 0px;
	}
	
#days {
	height: 185px;
	width: 418px;
	margin-left: 10px;
	float: left;
	color: #FFFFFF;
	}
	
#days span {
	font-weight: bold;
	color: #FFFF00;
	}
	
#days .specials {
	color:#FFCC00;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	}
	
div.contain {
	width: 750px;
	padding: 10px;
	clear: both;
	}
	
div.containleft {
	float: left;
	width: 500px;
	}
	
	
div.number {
	width: 210px;
	height: 40px;
	float: left;
	}
	
div.hours {
	width: 210px;
	float: left;
	text-align: center;
	color:#FFFFFF;
	}
	
div.hours span{
	font-weight: bold;
	color:#FFCC00;
	}
	
div.banner {
	width: 210px;
	float: left;
	}
	
div.navfront {
	width: 500px;
	height: 250px;
	clear: both;
	}
	
div.navfront img{
	border: 0px;
	}
	
div.navfrontbottom {
	width: 500px;
	height: 50px;
	text-align: center;
	clear: both;
	}
	
div.navfrontbottom img {
	border: 0px;
	}
	
	
div.address {
	width: 500px;
	height: 50px;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	}
	
div.content {
	width: 700px;
	background-color: white;
	clear: both;
	margin: 0px auto; 
	border: 1px solid black; 
	padding: 10px;
	}
	
div.content span {
	font-size: 14px;
	font-weight: bold;
	}
	
div.content img {
	border: 0px;
	}
	
div.content .img {
	text-align: center;
	}
	
div.headline {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	}
	
div.footer {
	width: 700px;
	color:#FFFFFF;
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
div.footer span {
	font-size: 10px;
	}
	
.displaynone {
	display: none;
}

.clearboth {
	clear: both;
}
	

/***** CONTACT US CSS *****/	
	
#contact {
	width: 400px;
	margin: 0px auto;
	clear: both;
	margin-left: 150px;	
	font-size: 14px;
	margin-top: 15px;
	}

#contact .element {
	width: 400px;
	font-size: 12px;
	color: #003300;
	}

#contact form {
	margin: 0;
	padding: 0;
	}

#contact label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	}

#contact fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

