.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{
	position: fixed;
	top: 242px;
	left: 201px;
	width: 236px;
	height:391px;
	/*border: solid brown 2px;*/
	box-shadow: 1px 12px 8px lightgrey;
	float: left;
}
#soups{
	width: 200px;
	height: 122px;
	position: fixed;
	top: 242px;
	left: 450px;
	box-shadow: 5px 9px 8px lightgrey;
}
#subs{
	width: 200px;
	height: 124px;
	position: fixed;
	top: 375px;
	left: 450px;
	box-shadow: 5px 9px 8px lightgrey;
}
#salads{
	width: 200px;
	height: 125px;
	position: fixed;
	top: 509px;
	left: 450px;
	box-shadow: 5px 9px 8px lightgrey;
}
#pizza{
	width: 514px;
	height: 361px;
	position: fixed;
	top: 242px;
	right: 174px;
	box-shadow: 5px 9px 8px lightgrey;
}
#questions{
	color: mediumgray;
	position: fixed;
	right: 177px;
	top: 617px;
}


