body {
	background:  url('../images/Marble.jpg') no-repeat;;
    background-size: cover;
	color: #5E1211;
	padding-top: 15px;
	font-family: Goudy Old Style;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 55px;
    
}

/* Header */
#container > header {
	padding: 0 0.8em;
	height: 90px;
    background: #D8C6B8;
}

header div#logo {
	float: left;
}

header nav {
	float: right;
}

header nav ul {
	margin: 0;
	padding: 0;
	float: right;
}

header nav ul li {
	float: left;
	padding: 2.5em 0 2.5em 3em;
}

header nav ul li a,
header nav ul li a:visited {
	font-size: 1.2em;
	text-decoration: none;
	color: #543136;
}

header nav ul li a.active,
header nav ul li a:focus,
header nav ul li a:hover {
	color: #0B9446;
}

/* Home Featue */
section#feature {
	width: 960px;
	height: 593px;
    text-align: right;
	background: url('../images/Pasta.jpg') no-repeat;
    background-size: contain;

}

section#mission {
	padding: 45px;
	font-size: 1.3em;
	background: #D8C6B8;
    border-top: 5px solid #0B9446;
	border-bottom: 5px solid #CF1C44;
	text-align: center;
}

section#vision {
	padding: 45px;
	font-size: 1.3em;
	background: #D8C6B8;
    border-top: 5px solid #0B9446;
	border-bottom: 5px solid #CF1C44;
	text-align: center;
}

section#page-text {
	padding: 30px;
	font-size: 1.5em;
	background: #D8C6B8;
    border-top: 5px solid #CF1C44;
	border-bottom: 5px solid #CF1C44;
	text-align: center;
}

section#location1,
section#location2 {
	width: 900px;
	float: center;
	padding-bottom: 1.2em;
    border-top: 5px solid #0B9446;
	
}

section#location1 h2,
section#location2 h2 {
	margin-top: 1em;
}

section#location1 h1,
section#location2 h1 {
	text-align: center !important;
}

section#location1 p,
section#location2 p {
	text-align: center !important;
}

section p.location-phone {
	font-size: 1.6em;
}

section#location1 img,
section#location2 img {
	width: 280px;
	height: 160px;
}

#menu-tables {
    background: #D8C6B8;
	width: 70%; 
}


table#apps,
table#entrees {
	margin-bottom: 5em;
}

table#apps,
table#entrees,
table#desserts {
	width: 100%;
}

table#apps thead th,
table#entrees thead th,
table#desserts thead th {
	padding: 5px;
	text-align: left;
    font-family: Goudy old style;
	font-style: italic;
    
}

table#apps tbody th,
table#entrees tbody th,
table#desserts tbody th {
	padding: 5px;
	text-align: left;
	font-weight: bold;
}

table#apps td,
table#entrees td,
table#desserts td {
	padding: 5px;
	text-align: left;
}

table#apps tr td:first-child,
table#entrees tr td:first-child,
table#desserts tr td:first-child {
	font-weight: bold;
}

table#apps tr td:nth-child(3),
table#entrees tr td:nth-child(3),
table#desserts tr td:nth-child(2) {
	font-weight: bold;
	width: 50px;
}

#menu-images {
	float: right;
	width: 250px;
	height: 100%;
	padding-top: 250px;
}

#figure {
	width: 230px;
	padding-bottom: 300px;
}


ul#sitemap {
	text-align: left;
	list-style: disc;
	padding-left: 20px;
}

ul#sitemap a {
	color: #08C;
}

ul#sitemap li {
	padding: 0.5em 0;
}


/* Footer */
footer {
    background: #0B9446;
	text-align: center;
	font-size: 1em;
	border-top: 5px dotted #CF1C44;
	padding-top: 1em;
	margin: 1em;
	clear: both;
}

footer a,
footer a:visited {
	color: #543136;
}

footer a:hover,
footer a:focus {
	color: #543136;
}

