leftSide {
	float: left;
	height: 1000px;
	overflow: hidden;
}

rightSide {
	float: right;
	height: 1200px;
	overflow: hidden;
}


body {
	background-color: #CCFFCC;
	overflow: hidden;
}

#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
}

#content {
	background-color:#FFFFB5;
	border-style: dotted;
	border-width: 2px;
	width: 820px;
	overflow-y: auto;
}

#welcome {
	margin: 4px auto 4px auto;
	text-align: center;
	font-size: 26px;
	color: #333399;
}

#menu {
	margin: 0px auto 15px auto;
	padding: 10px;
	width:734px;
	height: 154px;
	background-color: #FFFFCC;
	border-top: 2px dashed #70944D;
	border-bottom: 1px dashed #70944D;
	border-left: 3px solid #CC0000;
	border-right: 3px solid #CC0000;
    box-shadow: inset 0 -1px 0 0 #70944D, inset 0 1px 0 0 #70944D, 0 1px 0 0 #70944D, 0 -1px 0 0 #254A00;
}

#menuString {
	font-family: "Comic Sans MS", cursive, sans-serif;
	text-shadow: -1px 0 #767676, 0 1px #4C4C4C, 1px 0 #767676, 0 -1px #4C4C4C;
	border: 3px solid;
	border-radius: 25px;
	border-color: #6E4A25;
	margin-left: auto;
	margin-right: auto;
	font-size: 36px;
	text-align: center;
	width: 320px;
	padding: 2px;
	background: #FF9933;
}

.menuTest {
	width: 220px;
	height: 35px;
	-ms-transform: translateY(15%); /* IE 9 */
   	-webkit-transform: translateY(15%); /* Safari */
	transform: translateY(15%);
}

.menuItem {
	border: 2px solid;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	font-size: 20px;
	text-align: center;
	width: 220px;
	height: 35px;
	background-color: #FF5050;
}

.menuItem:hover {
	background-color: #FF8484;
}

#appetizer {
	-ms-transform: translate(-238px, -94px); /* IE 9 */
   	-webkit-transform: translate(-238px, -94px); /* Safari */
    transform: translate(-238px, -94px);
}

#entrees2 {
	-ms-transform: translate(238px, -139px); /* IE 9 */
   	-webkit-transform: translate(238px, -139px); /* Safari */
    transform: translate(238px, -139px);
}

#pho {
	-ms-transform: translate(-119px); /* IE 9 */
   	-webkit-transform: translate(-119px); /* Safari */
    transform: translate(-119px);
}

#lunch {
	-ms-transform: translate(119px, -141px); /* IE 9 */
   	-webkit-transform: translate(119px, -141px); /* Safari */
    transform: translate(119px, -141px);
}

.menuItem a:link {
	text-decoration: none;
	color: black;
}

.menuItem a:visited {
	text-decoration: none;
	color: black;
}

.menuItem a:hover {
	text-decoration: none;
	color: #191919;
}

#location {
	float: left;
	text-align: left;
	width:350px;
	height:390px;
}

#locationInfo {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
   	-webkit-transform: translateY(-50%); /* Safari */
	transform: translateY(-50%);
}

#map {
    width: 440px;
    height: 390px;
    margin-right: 10px;
    border-radius: 15px;
}

#contactPE {
	float: left;
	width: 664px;
}

#phone {
	float:left;
	text-align: right;
	width: 180px;
	font-size: 18px;
	margin-right: 6px;
	margin-bottom: 10px;
}

#email {
	text-align: right;
	max-width: 540px;
	font-size: 18px;
}

#followFB {
	float: right;
	margin-right: 15px;
	width: 116px;
}

.fb-like {
	float: right;
	max-width: 460px;
}

#store {
	-ms-transform: translate(30px,100px); /* IE 9 */
   	-webkit-transform: translate(30px,100px); /* Safari */
    transform: translate(30px,100px);
}

#inner1 {
	-ms-transform: translate(40px,55px); /* IE 9 */
   	-webkit-transform: translate(40px,55px); /* Safari */
    transform: translate(40px,55px);
}

#inner2 {
	-ms-transform: translate(120px,185px); /* IE 9 */
   	-webkit-transform: translate(120px,185px); /* Safari */
    transform: translate(120px,185px);
}

.sectionTitle {
	font-weight: bold;
	text-decoration: underline;
	font-size: 36px;
	padding: 10px;
}

.sectionContent {
	margin-left: 25px;
	margin-right: 15px;
	font-size: 18px;
}