
body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #E0E5DE;
}

#wrapper {
	width: 1400px;
	background-color: #555D50;
	margin: 0 auto;
}	

header {
	height: 50px;
	background-color: #000000;
	padding-bottom: 10px;
}

header img {
	padding-top: 60px;
	width: 1400px;
	height: auto;
}

h1 {
	color: #FFF;
	padding-top: 10px;
	text-align: center;
}	

header h1 a {
  text-decoration: none;
  color: #FFF;
}

nav {
	text-align: center;
	}

nav li {
	list-style-type: none;
	background-color: #E0E5DE;
	display: inline-block;
	width: 200px;
	height: 30px;
	margin-left: auto;
    margin-right: auto;
	}
	
nav a {
	display: inline-block;  
	width: 200px;
	height: 20px;
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	}

.active-page {
	background-color: #8B0000;
} 

nav a:hover {
	background-color: #8B0000;
	display: inline-block;  
	width: 100px;
	height: 20px;
	padding: 5px;
}

.main-content {
	margin-top: 600px;
}

h2 {
	color: #FFF;
	text-align: center;
}	

#bordertop {
        border-top: 2px solid black;
		border-top-style: dotted;
        position: relative;
}

span.menu{
	font-weight: bold;
	display: block;
	text-align: center;
}

.button {
  background-color: #8B0000;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.center-content {
    margin-left: auto;
    margin-right: auto;
	width: 480px;
}

.cater{
	font-style:italic;
}


h3 {
	color: #FFF;
	text-align: center;
}	

p {
	color: black;
	font-size: 20px;
}

#left-content {
	float: left;
	width: 670px;
	height: auto;
	padding-left: 30px;
	padding-top: 20px;
}

#local {
	width: 640px;  
	height: auto;
}

#right-content {
	float: right;
	width: 670px;
	height: auto;
	border-left: 2px solid black;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 28px;
}

#chef {
	width: 640px;  
	height: auto;
}

footer {
	clear: both;
	background-color: black;
	font-style: italic;
	text-align: center;
	color: white;
	padding: 10px;
	margin: 0 auto;
	}		

/* Contact HTML unique Styles */

.contactmsg{
	font-style:italic;
	margin-left: 100px;
	width: 310px;
}

form {
	width: 350px;
	background-color: #8B0000;
	background-image: url(contact-img.jpg);
	margin: 50px auto;
	margin-bottom: 65px;
	border-radius: 16px;
	padding: 30px;
	padding-top: 100px;
	padding-bottom: 120px;
}

label {
	color: white;
}

input {
	display: block;
	width: 310px;
	height: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px inset white;
}
	
select {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

#userZip {
	width: 90px;
}

#prefEmail, #prefPhone {
	display: inline;
	width: 20px;
	height: 17px;
}

#label-block {
	display: block;
	margin-top: 10px;
}

textarea {
	border-radius: 5px;
}

#userReset, #userSubmit {
	width: 100px;
	display: inline;
}

#userButtons {
	margin: 0 auto;
	width: 225px;
}

fieldset {
	width: 300px;
	border-radius: 5px;
}

legend{
	color:white;
}

#stairs {
	width: 700px;  
	height: auto;
	margin-left: 348px;
	margin-top: 26px;
	margin-bottom: 120px;
	border: 2px inset #E0E5DE;
}
	

