#outline {
	width: 70%;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 170px;
}
#footer {
	background-color: #A8947C;
	text-align: center;
	vertical-align: top;
	height: 30px;
	padding: 5px;
}
.nav_item {
	text-decoration: none;
	color: #CBB79E;
	font-size: 16px;
	font-weight: bold;
}


#header {
	background-color: #D97711;
	text-align: left;
	vertical-align: top;
	width: 100%;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 20px;
	padding: 5px;
}
#left {
	background-color: #658242;
	text-align: left;
	vertical-align: top;
	width: 16%;
	padding: 5px;
}
#content {
	text-align: center;
	vertical-align: top;
	background-color: #92BBD9;
	width: 84%;
	padding: 5px;
	height: 100px;
}
body {
	text-align: center;
	background-color: #F7F7F7;
}
