html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	color: #332517;
	margin: 0px;
	padding: 0px;
	background: #f5eac7;
	font-family: Faulkner, Trebuchet MS, Arial, MS Sans Serif;
	font-size: 13px;
	height: 100%;
	text-align: center;
}

img#bg {
	position:fixed; top:0; left:0; width:100%; height:100%;
}

a {
	color: #36484a;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	position: relative;
	z-index:1;
	padding: 25px 0;
}

#header {
	color: #fff;
	background: #36484a;
	padding: 10px;
	text-align:center;
	width: 880px;
	margin: 0px 0 0 0;
}

#header ul {
	list-style-type: none;
	display: inline;
	background: #36484a;
	text-align:center;	
}

#header li {
	margin: 5px;
	padding: 10px;
	border: 0;
	display: inline;
}

#header li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 3px;
}

#content {
	color: #332517;
	width: 850px;
	padding: 10px 25px 0 25px;
	text-align: left;
	background: #f5eac7;
}

#content h1 {
	font-size: 20px;
	font-weight: bold;
	font-spacing: 3px;
	margin: 0px;
	color: #36484a;
	text-align: center;
}

#content p {
	text-indent: 25px;
	color: #332517;
}

#content h2 {
	font-style: italic;
	color: #36484a;
	font-size: 14px;
	font-weight: bold;
	font-spacing: 3px;
	margin: 0px;
}

#content h3 {
	color: #36484a;
	font-size: 15px;
	font-weight: bold;
}

#bottom {
	clear: both;
	color: #fff;
	width: 900px;
	text-align: center;
	font-size: 11px;
	background: #36484a;
	padding: 10px 0;
	margin: 0 -25px;
}

#bottom a {	
	color: #fff;
	font-size: 11px;
}

#bottom a:hover {	
	color: #fff;
	font-size: 11px;
}