html, body { height: 100%; }

body {
	background: url('img/bkgd.gif') repeat-x top left #252014;
	color: #252014;
	text-align: center;
	font-family: verdana, helvetica, tahoma, arial, sans-serif;
	font-size: 16pt;
	font-size: 100%;
}

* {
	padding:0;
	margin:0;
}

#container {
	width: 100%;
	text-align: center;
}

#header {
	width: 894px;
	height: 190px;
	margin: 0 auto;
}

#header img {
	margin-top: 30px;
}

#navbar {
	width: 894px;
	height: 30px;
	margin: 0 auto;
	font-size: 100%;
	font-weight: bold;
}

#navbar ul {
	text-align: right;
}

#navbar li {
	list-style-type: none;
	display: inline;
	margin-left: 20px;
}

#navbar li a {
	color: #e3e1c1;
	text-decoration: none;
	/* border-bottom: 1px dotted #e3e1c1; */
}

#navbar li a:hover {
	color: #d76000;
	text-decoration: none;
	border-bottom: 1px dotted #d76000;
}

#navbar span {
	color: #9c8e29;
}

#content {
	width: 864px; /* 894 - 30 padding */
	margin: 0 auto;
	background: #e3e1c1;
	text-align: left;
	font-size: 75%;
	padding: 15px;
}

#content h1 {
font-size:120%	
}

#content p {
margin: 1em 0
}

#footer {
	width: 894px;
	margin: 0 auto;
	font-size: 70%;
	padding-top: 10px;
}

#footer li {
	list-style-type: none;
	display: inline;
	padding-right: 15px;
	margin-left: 15px;
	border-right: 1px solid #887811;
}

#footer li.last {
	border-right: 0;
}

#footer li a {
	color: #887811;
	text-decoration: none;
	font-weight: bold;
}

#footer li a:hover {
	color: #d76000;
	border-bottom: 1px dotted #d76000;
}

.left {
	float: left;
	margin-right: 15px;
}

.right {
	float: right;
	margin-left: 15px;
}
