body, html {
	height: 100%;
}

body {
	margin: 0; padding: 0;
	text-align: center;
}

#MainContainer {
	height: auto;
	width: 100%;
	padding-right: 20px;
}
#TextContent {
	height: 100%;
}

* html #wrapper {
	height: auto;
}

#Header {
	width: 800px;
	margin: 0 auto;
}

#Content {
	height: auto;
	padding-top: 20px;
	padding-bottom: 55px;
	background-color: #EEE3C8;
	width: 800px;
	margin: 0 auto;
}

#Footer {
	width: 800px;
	height: 55px;
	margin: -55px auto 0 auto;
	position: relative;	
	border-top: #62331b 1px solid;
	padding-top: 16px; 
	background-color: #eee3c8;

}

h1 {
	color: #464c2b
}

#pictures
{
	padding-bottom: 20px;
}

#pictures table
{
	margin-left: auto;
	margin-right: auto;
}

#picture_nav
{
	height: 100px;
}

#picture_nav table
{
	margin-left: auto;
	margin-right: auto;
}