.container{
	width: 989px;
	height: 630px;
	margin: 0 auto;
}
body{
	background: linear-gradient(white, lavenderblush);
}
#topDiv{
	margin-top: 28px;
	width: 985px;
	height: 145px;
	border: solid brown 6px;
	border-radius: 5px;
}
#logo{
	width: 280px;
	height: 223px;
	float: left;
}
#address{
	margin-top: 41px;
	width: 200px;	
	height: 75px;
	float: left;
}
#telephone{
	padding-left: 23px;
	margin-top: 31px;
	width: 280px;
	height: 100px;
	float: left;
}
#dineIn{
	margin-top: 38px;
	padding-left: 37px;
	width: 120px;
	height: 75px;
}
#home{
	padding-top: 6px;
	float: left;
}
#menu{
	padding-top: 6px;
	padding-left: 9px;
	float: left;
}
#online{
	padding-top: 6px;
	padding-left: 13px;
	float: left;
}
#specials{
	padding-top: 6px;
	padding-left: 12px;
	float: left;
}
#reviews{
	padding-top: 6px;
	padding-left: 5px;
	float: left;
}
#voted{
	margin-right: 550px;
	position: fixed;
	top: 242px;
	left: 201px;
	width: 236px;
	height:391px;
	box-shadow: 1px 12px 8px lightgrey;
}
#divLeft{
	position: fixed;
	top: 244px;
	left: 470px;
	width: 351px;
	height: 388px;
	border-top: solid brown 5px;
	border-radius: 5px;
	float: right;
}
#divRight{
	position: fixed;
	top: 244px;
	left: 815px;
	width: 325px;
	height: 388px;
	border-top: solid brown 5px;
	border-radius: 5px;
}
#imgMozz{
	width: 260px;
	height: 226px;
	margin-left: 33px;
	margin-top: 107px;
}
span{
	margin-left: 2px;
	font-size: 1.6em;
	font-style: italic;
}
h3{
	color: darkslategray;
	margin-left: 12px;
}
#tabs{
	list-style-type: none;
	width: 285px;
	float: left;
}
.indent{
	margin-left: 15px;
	font-size: .8em;
}