
@font-face {
	font-family: 'AlbertusMediumNormal';
	src: url('albertus_medium-webfont.eot');
	src: local('☺'), url('albertus_medium-webfont.woff') format('woff'), url('albertus_medium-webfont.ttf') format('truetype'), url('albertus_medium-webfont.svg#webfontfDCcTyET') format('svg');
	font-weight: normal;
	font-style: normal;
}

#container
{
	margin: 0 auto;
	width: 850px;
	background: black;
}

#header
{
	background: black;
	text-align: center;
	margin-top:-24px;
	height: 155px;
}

#header h1 { margin: 0; }




.centered {
vertical-align:middle;
}

#content-container
{
	width: 850px;
	background: black;
	text-align: left;
	}





	
body {
background-color: black;
}


.AlbertusMediumRegular {
	font-weight: normal;
	font-style: normal;
	font-family: 'AlbertusMediumNormal', sans-serif;
}

h1, h2, h3 {
color: white;
}

p {
color: white;
}

a:link {color: white; text-decoration: underline;}
a:visited {color: white; text-decoration: underline;}
a:hover {color: white; text-decoration: none;}

h1 {
text-align:center;
font-size: 88px;
letter-spacing:-0.025em;

}

h2 {
text-align:center;

font-size: 24px;
line-height: 35px;
}

h3 {
margin-top:0px;
font-weight:normal;
font-size: 50px;
}

img {
width:240px;
height:240px;
margin-bottom: 10px;


