body {
	width: 920px;
	margin: 0 auto;
	padding: 0;
}

@font-face {
	font-family: 'MyUnderwoodRegular';
	src: url('MyUnderwood-webfont.eot');
	src: local('☺'), url('MyUnderwood-webfont.woff') format('woff'), url('MyUnderwood-webfont.ttf') format('truetype'), url('MyUnderwood-webfont.svg#webfontnx6xGMOt') format('svg');
	font-weight: normal;
	font-style: normal;
}


#header div {
	height: 295px;
	width: 920px;
	color: gray;
	padding-top: 15px;
}
#header img {
	margin-left: 40px;
}

#header h1 {
	height: 46px;
	margin: 0 0 40px 0;
	padding: 0;
	color: white;
	background-color: black;
	font: 40px/48px 'MyUnderwoodRegular', Monospace;
	letter-spacing: 0.3em;
	text-indent: 40px;
}

#nav {
	float: left;
	margin-top: 3px;
}
#nav ul {
	list-style-type: none;
	text-indent: 0;
	margin: 0;
	padding: 0;
}
#nav li {
	text-indent: 0;
	margin: 0 0 0 42px;
	padding: 0;
	margin-bottom: 1em;
}

#nav a {
	font: 18px/22px 'MyUnderwoodRegular', Monospace;
	text-decoration: none;
	color: black;
}
#nav a:link { }
#nav a:visited { }
#nav a:hover { text-decoration: underline; }

#metanav {
	text-align: right;
	padding: 90px 40px 0 0;
	background-image: url(img/welle.png);
	background-repeat: repeat-x;
	height: 130px;
}

#metanav a {
	font-family: sans-serif;
	text-decoration: none;
	color: black;
	font-size: 12px;
}

#article {
	float: left;
	width: 600px;
	line-height: 1.6em;
	color: rgb(50,50,50);
	font-family: sans-serif;
	padding-left: 98px;
}
#article p {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
	font: 24px/28px 'MyUnderwoodRegular', Monospace;
}
