@charset "UTF-8";
/* CSS Document */

#header {
	position: absolute;
	height: 100px;
	width: 100%;
	left: 0px;
	top: 10px;
	right: 0px;
	text-align: center;
	z-index: 5;
}
#navblock {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #70110D;
	text-decoration: none;
	text-align:left;
	height:150px;
	position: absolute;
	top: 150px;
	z-index: 6;
}
ul {
	list-style-type: none;
}
a {
	text-decoration:none;
	color:#603;
}
