html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #151818;
	font: 80% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #626262;
}

#container {
	margin: 0 auto;
	width: 800px;
	position: relative;
	min-height: 100%;
	/* 

For Modern Browsers */
  height: auto !important;
	/*

For Modern Browsers */
  height: 100%;
/*

For IE */
}

#content {
	width: 800px;
	height: 100%;
	padding-bottom: 100px;
}

#content2 {
	width: 800px;
	height: 100%;
	padding-bottom: 100px;
}

#header {
}

#after {
	clear: both;
	text-align: center;
}

#footer {
  width: 100%;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 40px;
	text-align: center;
}

h1 {
	color: gray;
	font-size: 1.75em;
	border-bottom: 2px solid #8b5824;
	clear: left;
	margin: 0 0 10px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}

p {
	margin: 0;
	padding: 0;
	color: #331f0c;
	font: .95em/1.5em Arial, Helvetica, sans-serif;
}

p a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: gray;
}

p a:hover {
	font-weight: bold;
	text-decoration: none;
	color: orange;
}

#images {
	list-style: none;
	margin: 0;
	padding: 0;
}

#images li {
	float: left;
	margin: 0 14px 10px 0;
}

#images img {
	border-style: none;
}

#z {
	text-align: center;
	padding-top: 100px;
}