.body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #E0CFA1;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 770px;
	position: relative;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 150px;
}
#nav {
	height: 40px;
	width: 770px;
	background-color: #006634;
	padding-top: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #2E271D;
}

#mainContent {
	margin: 0px;
	padding: 0px;
	width: 770px;
	background-color: #ffffcc;
}
#mainContent h1 {
	color: #2E271D;
	font-style: italic;
	font-weight: bold;
	padding-left: 15px;
}
#mainContent h2 {
	color: #006634;
	padding-left: 10px;
}
#mainContent h3 {
	padding-left: 10px;
	color: #9A6634;
}
#mainContent p {
	padding-left: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-right: 10px;
}
#mainContent p a {
	color: #2E271D;
}
#mainContent p a:hover {
	color: #086A2F;
}

#footer {
	clear: both;
	background-color: #006634;
	text-align: center;
	padding-top: 7px;
	color: #FFC;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #2E271D;
	padding-bottom: 7px;
}
#footer a {
	font-weight: bold;
	color: #FFC;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
	color: #FF0;
	text-decoration: none;
}
#videoDiv {
	float: right;
	height: 250px;
	width: 400px;
	margin: 10px;
}

#food {
	height: 200px;
	width: 200px;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
}
#contactDiv {
	width: 440px;
	margin-left: 10px;
}
#footerLeftDiv {
	width: 550px;
}
#footerRightDiv {
	float: right;
	height: 40px;
	width: 200px;
}

