body {
    color: #41393d;
    /* background-color: #be1e2d; */
    background-image: url("../images/background.jpg");
    background-size: cover;
}

@font-face {
    font-family: Majesti Banner;
    src: url(fonts/Majesti-Banner-Medium.otf);
}

/* Keep it green. */
#wrapper {
    width: 1050px;
    height: 830px;
    margin: auto;
    position: relative;
    background-color: #d7e4c2;
    border-right: 5px solid #41393d;
    border-left: 5px solid #41393d;
}

h1 {
    color: #be1e2d;
    font-family: Majesti Banner;
}

p {
    font-family: Athelas;
    font-size: 19px;
}

#leftnav {
    position: absolute;
    top: 30px;
}

#rightnav {
    position: absolute;
    left: 655px;
    top: 30px;
}

#topbar {
    width: 1055px;
    height: 10px;
    background-color: #41393d;
    position: absolute;
}

#midbar {
    width: 1045px;
    height: 10px;
    background-color: #41393d;
    position: absolute;
    top: 105px;
    border-right: 5px solid #41393d;
    border-left: 5px solid #41393d;
}

#lowbar {
    width: 1060px;
    height: 10px;
    left: -5px;
    background-color: #41393d;
    position: absolute;
    top: 780px;
}

#nav {
    background-color: #d7e4c2;
    color: #41393d;
    width: 100%;
    height: 94px;
    position: absolute;
    font-size: 25px;
    top: 11px;
}

#logo {
    position: absolute;
    top: 14px;
    left: 385px;
}

#footer {
    background-color: #d7e4c2;
    width: 1050px;
    height: 40px;
    position: absolute;
    top: 790px;
    left: -5px;
    border-right: 5px solid #41393d;
    border-left: 5px solid #41393d;
    border-bottom: 5px solid #41393d;
    align-content: center;
    font-size: 14px;
    text-align: center;
}

#footer span {
    position: absolute;
    bottom: 30%;
    text-align: center;
    right: 0;
    left: 0;
    font-family: Majesti Banner;
}

/* Not quite as wide as the wrapper. */
#main {
    position: absolute;
    top: 115px;
    left: 25px;
    width: 715px;
    background-color: #d7e4c2;
    font-family: Majesti Banner;
}

#image1 {
    position: absolute;
    top: 115px;
    left: 860px;
	border-left: 5px solid #41393d;
}

#image2 {
    position: absolute;
    top: 248px;
    left: 860px;
	border-left: 5px solid #41393d;
}

#image3 {
    position: absolute;
    top: 381px;
    left: 860px;
	border-left: 5px solid #41393d;
}

#image4 {
    position: absolute;
    top: 514px;
    left: 860px;
	border-left: 5px solid #41393d;
}

#image5 {
    position: absolute;
    top: 647px;
    left: 860px;
	border-left: 5px solid #41393d;
}

#interior1 {
	position: absolute;
	left: 40px;
	top: 5px;
}

#exterior {
	position: absolute;
	left: 297px;
	top: 5px;
}

#interior2 {
	position: absolute;
	left: 550px;
	top: 5px;
}

#hours {
	position: absolute;
	top: 170px;
}

#dine {
	position: absolute;
	top: 400px;
}

#springroll {
	position: absolute;
	top: 150px;
	left: 600px;
}

#charsiu {
	position: absolute;
	top: 320px;
	left: 600px;
}

#curry {
	position: absolute;
	top: 490px;
	left: 600px;
}

#map {
	border: 2px solid #41393d;
    border-radius: 10px;
	height: 65%;
	width: 65%;
}

#nav a {
    color: #41393d;
    font-family: Majesti Banner;
}

#nav a:hover,
#nav a:active {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #41393d;
}

ul {
    list-style-type: none;
}

li {
    display: inline;
    padding: 0px 43px;
}

th, td {
	padding-right: 210px;
    text-align: left;
}

td {
	font-family: Athelas;
	font-size: 18px;
}

figcaption {
	font-family: Athelas;
	text-align: right;
	font-size: 18px;
	font-weight: 900;
	padding-right: 3px;
}

/* Only the price is bold. */
td:nth-child(even) {
	font-weight: 900;
}

th {
	color: #be1e2d;
    font-family: Majesti Banner;
	font-size: 30px;
	padding-top: 20px;
}
	
