/* header */

#header {
	background: #AD803D top left no-repeat;
	height: 299px; width: 100%;
	margin: 0;
	border-right: 1px solid #AD803D;
	border-left: 1px solid #AD803D;
}

#header h1 {
	text-align: right;
}

#header #nav {
	font-size: 1.0em;
	text-align: center;
	background: #170E01;
	color: #D4A66F;
	font-weight: bold;
	width: 905px;
	position: absolute;
	top: 190px;
	left: 10px;
	padding: 9px 0 10px 0;
	margin: 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#header #nav li {
	display: inline;
}

#header #nav a {
	color: #D4A66F;
	text-decoration: none;
}

#header #nav a:hover {
	color: #fff;
	text-decoration: underline;
}

#header #welcome {
  position: absolute;
  top: 230px; left: 50px;
  width: 800px; height: 180px;
  overflow: auto;
}

#header #welcome h2 {
	padding: 0.2em 0 0 0;
	margin: 0;
	line-height: 1;
}

#header #welcome p {
	margin: 0.5em 0;
}

* html #header #welcome p {
	margin: 0.5em 0;
}

#header #welcome p {
	padding-left: 2em;
}

