/*Layout*/
body {
background-color: #C7C4B8;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #0A1118;
	border: 1px solid #000;
	background-color: #fff;
}


#header {
	width: 100%;
	height: 230px;
	background: #211A14 url('../images/header_background.png') no-repeat;
	color: #fff;
}



#navigation {
	float: left;
	margin-left: 25px;
	margin-top: 25px;
	color: #fff;
	width: 180px;
	text-align: center;
	
}

#content {
	width: 650px !important;
	width: auto;	
	float: right;
	padding: 20px;
	background-color: #FFFFFF;
	color: #000;
	font-size: 80%;
	font-family: Arial;
}


#content_images_container {
text-align: center;
margin-top: 20px;
}

#content_image_1{
width: 266px;
height: 177px;
float: left;
background: url('../images/drop_shadow.gif') no-repeat;
padding-right: 8px;
padding-bottom: 8px;
}

#content_image_1 img{
width: 266px;
height: 177px;
}

#content_image_2{
width: 266px;
height: 177px;
float: right;
background: url('../images/drop_shadow.gif') no-repeat;
padding-right: 8px;
padding-bottom: 8px;
}

#content_image_2 img{
width: 266px;
height: 177px;
}


#footer {
	height: 120px;
	background-color: #211A14;
	color: #fff;
	width: 100%;
	clear: both;
}


#contact {
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	color: #fff;
	font-family: Ariel, sans-serif;
	font-size: 85%;
}

#contact a{
text-decoration: none;
color: #fff;
}

#contact a:hover{
text-decoration: underline;
}


/*Navigation*/
#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;	
	
}

#navigation li {
	margin: 0px;
	padding: 0px;
	left: 0px;
	width: auto; 
	height: auto;
	float: left;
	clear: both;
}


#navigation ul li a {
	text-align: center;
	display: block;
	width: 166px;
	padding-top: 15px;
	height: 30px;
	text-decoration: none;
	color: #fff;
	font-family: Ariel, sans-serif;
	font-size: 85%;
	background-color: #211A14;
	border-top: 1px solid #fff;
}

#navigation ul li a:hover {
	text-decoration: underline;
	background-color: #69565B;
}

#navigation ul .first_item {
	padding-top: 52px;
	background: url('../images/menu_top.gif') no-repeat;
}

#navigation ul .last_item {
	padding-bottom: 165px;
	background: url('../images/menu_bottom.gif') no-repeat;
}

.last_item a{
	border-bottom: 1px solid #fff;
}

/*HTML elements*/
h1 {
	font-family: "Mistral", arial, "lucida console", sans-serif;
	font-size: 80px;
	text-align: right;
	padding-top: 15px;
	margin-right: 60px;
}

h2 {
	font-family: "Mistral", arial, "lucida console", sans-serif;
	font-size: 25px;
	padding-left: 5px;
}

h3 {
	font-family: "Mistral", arial, "lucida console", sans-serif;
	font-size: 25px;
	padding-left: 5px;
}

h4 {
	font-family: "Mistral", arial, "lucida console", sans-serif;
	font-size: 18px;
	padding-left: 5px;
}



p {
	margin: 5px;
	margin-bottom: 16px;
	font-size: 110%;
	font-family: arial, "lucida console", sans-serif;
}

a {
	text-decoration: underline;
	color: #000;
}

.bold {
font-weight: 900;
}

/*Contact and Location page specific */
#contact_form {
float: left;
}

#location_map {
float: right;
}

#location_map img {
height: 220px;
width: 280px;
border: 1px solid #211A14;
}

label {
font-size: 110%;
font-family: arial, "lucida console", sans-serif;
}

input {
background-color: #C8C8C8;
color: #fff;
}

textarea {
background-color: #C8C8C8;
color: #fff;
}

.button {
margin-top: 2px;
color: #fff;
}

#food_menus {
	margin-left: 20px;
	list-style: none;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0px;
}

