html, body {
	height: 100%;
	min-width: 400px;
}

body, div, p {
	margin: 0px; 
	padding: 0px;
}

body {
	display: flex;
    flex-direction: column;
	font-family: Calibri, "Trebuchet MS", Arial, sans-serif; 
	font-size: 12px; 
	background: #e5ede4 url('/images/main_bg.png') repeat-x top center; 
}

#header {
	height: 100%;
	max-height: 167px;
	background-color: #382517;
	background-image: url('/images/header_bg.gif'); 
	background-position: center bottom;
	background-repeat: repeat-x;
	flex: 1 0 auto;
}

.headerContainer {
	height: 100%;
	max-height: 124px;
	width: 100%;
	max-width: 1024px;
	margin: auto;
}

@media (max-width: 1024px) {
	.logo {
		margin-left: 20px;
	}
}

.headerLeaf {
	position: absolute; 
	margin-left: 860px;
}

@media (max-width: 1300px) {
	.headerLeaf {
		display: none;
	}
}

.logo {
	margin-right: auto;
	margin-top: 45px;
	width: 340px;
}

#content { 
	align-content: center;
	color: #3A3A3A; 
	flex: 1 0 auto; 
	font-size: 12px;
	padding: 40px 20px;
}

.red-header-text {
	color: #bb2c14; 
	font-family: 'Gentium Basic',Cambria, Georgia; 
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 4px;
	padding-top: 4px; 
	text-align: center; 
	text-transform: uppercase;
	text-shadow: #ffffff 1px 1px 0;
}

.body-text {
	font-family: 'Gentium Basic',Cambria, Georgia; 
	font-size: 24px; 
	text-transform: none; 
	margin-bottom: 8px; 
	text-align: center;  
	margin-bottom: 5px;
	margin-top: 40px;
	padding-bottom: 5px;
}

#footer { 
	background-color: #50361c; 
	background-image: url('/images/footer_bg.gif'); 
	background-position: center bottom;
	background-repeat: repeat-x;
	flex: 1 0 auto;
	height: 100%;
	max-height: 167px;
}

.woodBar { 
	background-color: #382517; 
	background-image: url('/images/wood_bar.gif');
	background-repeat: repeat-x;
	height: 20px;
	width: 100%;
	overflow: hidden; 
}