
@font-face {
	font-family: 'Fenwick';
	src: url('fonts/fenwick_ol_free.ttf');
	src: url('fonts/fenwick_ol_free.ttf') format('truetype');
}

@font-face {
	font-family: 'Schwarzen';
	src: url('fonts/Schwarzen10.ttf');
	src: url('fonts/Schwarzen10.ttf') format('opentype');
}

body,
html {
	margin:0;
	padding:0;
	color:#000;
	height:100%;
}


#header {
background:white;
padding-top: 60px;
height: 60px;
text-align: center;
color: black;

}
#headerbox {
font-size:30px;
letter-spacing:2px;
color:#101010;
font-family: Fenwick, futura, arial, sans serif;
}


#main {
background:white;
width:835px;
margin-left: auto;
font-size:14px;
line-height:170%;
color:#101010;
margin-right: auto;
text-align: left;
letter-spacing:2px;
font-family: Schwarzen, arial, sans serif;
}

#footer {
float:bottom; 
clear:both;
margin-top:140px;
font-size:9px;
letter-spacing:5px;
font-family: futural, arial, sans serif;
background:white;
}

a {
font-size:16px;
font-family: verdana, arial, sans serif;
color: #669;
}
