body {
	background-color: #117130;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#header {
	width: 1000px;
	height: 406px;
}

#header_top {
	width: 1000px;
	height: 157px;
	background: url(../images/header_top.jpg) top center no-repeat;
}

#header_top_stuff {
	width: 1000px;
	height: 157px;
	background: url(../images/header_top_stuff.jpg) top center no-repeat;
}

#header_top_things {
	width: 1000px;
	height: 157px;
	background: url(../images/header_top_food.jpg) top center no-repeat;
}

#header_top_people {
	width: 1000px;
	height: 157px;
	background: url(../images/header_top_people.jpg) top center no-repeat;
}

#header_top_contact {
	width: 1000px;
	height: 157px;
	background: url(../images/header_top_contact.jpg) top center no-repeat;
}

#header_mid {
	width: 1000px;
	height: 106px;
}

#header_bottom {
	width: 1000px;
	height: 143px;
}

#wrapper{
	width: 800px;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding-top: 5px;
	background: url(../images/content_bg.jpg) top center repeat-y;
	}

#content {
	position: relative;
	margin: 0 auto;
	width: 770px;
	height: 490px;
	
	padding: 0 15px;
}

#content p{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	}

#content .contact {
	margin-right: 10px;
	border: 3px solid #1f7f1b;
	}
	

#footer {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 120px;
	background: url(../images/footer.jpg) top center no-repeat;
	text-align: center;
	padding-top: 10px;
}

#footer p {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #1f7f1c;
}

#footer ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}

#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

#footer a, #footer a:visited {
	color: #117130;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #a9eda5;
	text-decoration: underline;
}