#header {
	margin-top: 0;
	height: 350px;
	background: url("../images/wood-gray.jpg") top left repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-bottom: 2px;
	border-bottom: 10px solid black;
}

#header .vignette_left {
	background: url('../images/header-vignette-left.png') top left no-repeat;
	width: 162px;
	height: 350px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#header .vignette_right {
	background: url('../images/header-vignette-right.png') top left no-repeat;
	width: 162px;
	height: 350px;
	position: absolute;
	top: 0px;
	right: 0px;
}


#header h1 a {
	display: block;
	background: url("../images/header-logo-transparent.png") bottom left no-repeat;
	height: 108px;
	width: 167px;
/*	margin-left: 170px;*/
	text-decoration: none;
	text-indent: -9999em;
	margin: 0 auto;
	margin-top: 210px;
	z-index: 1000;
	position: relative;
}

#header ul.navigation {
	margin-left: 20px;
	margin-top: 2px;
	width: 303px;
	width: 400px;
	text-align: center;
	margin: 0 auto;
	position: relative;
/*	background: #000;
	padding-bottom: 5px;*/
}

#header ul.navigation li {
	display: inline;
	font-family: "Verdana", Arial, sans-serif;
	padding-right: 10px;
}

#header ul.navigation li a {
	color: #ffffff;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: normal;
	position: relative;
	z-index: 1000;
	margin-top: -3px;
	opacity: 0.2;
	-moz-opacity: 0.2;
	
}

#header ul.navigation li a:hover {
	position: relative;
	opacity: 1;
	-moz-opacity: 1;
}

#header a#top {
	font-size: 0px;
	width: 0px;
	height: 0px;
	
}