@charset "UTF-8";

img{border:none}

#header{
	position: fixed;
	top:30px;
	width: 100%;
	height: 195px;
	z-index: 80}
.wood{
	height: 107px;
	width: inherit;
	background-image: url(../images/board.png);}

.bug{
  	margin: -130px 0 0 145px;
  	width: 220px;
  	height: 195px;
	background-image: url(../images/ar_bug.png);
	z-index: 90}
.nav{
	width: auto;
	height: auto;
	z-index: 90;}
.nav ul{
	margin: -133px 0 0 375px;}
.nav ul li {
	list-style:  none;
	display: inline;}
.nav ul a:link, .nav ul a:visited{
	font-size: 1.7em;
	font-family: 'IM Fell Great Primer', arial, serif;
	color: #dfdad6;
	text-shadow: 2.5px 2.5px #333;
	text-decoration: none;}
.nav ul a:hover{
	color: #bcb7b5;
	text-decoration: none}

.mailinglist{
	position: absolute;
	top: 80px;
	right:75px;}

#footer{
	width: 960px;
	height: auto;
	padding: 15px;
	margin: 0 auto;}
