@font-face {
	font-family: "Graublau Web Regular";
	src: url("../_type/GraublauWeb.eot");
	src: local("Graublau Web Regular"), local("GraublauWeb-Regular"),
		url("../_type/GraublauWeb.woff") format("woff"),
		url("../_type/GraublauWeb.otf") format("opentype"),
		url("../_type/GraublauWeb.svg#GraublauWeb-Regular") format("svg");
	}
@font-face {
	font-family: "Graublau Web Bold";
	src: url("../_type/GraublauWebBold.eot");
	src: local("Graublau Web Bold"), local("GraublauWeb-Bold"),
		url("../_type/GraublauWebBold.woff") format("woff"),
		url("../_type/GraublauWebBold.otf") format("opentype"),
		url("../_type/GraublauWebBold.svg#GraublauWeb-Bold") format("svg");
	}

body {
	font-size: 62.5%;
	background: white;
	color: rgb(26, 26, 26);
	margin: 50px auto;
	width: 700px;
	font-family: 'Graublau Web Regular', sans-serif;
	text-align: center;
}

h1#pagetitle {
	overflow: hidden;
	margin: 0 auto;
	background: url(../img/logo.png) no-repeat;
	width: 408px;
	height: 38px;
	text-indent: -999px;
}

header, article, footer, section {
	display: block;
}

header {
	font-size: 1.25em;
}

h1, h2 {
	text-transform: uppercase;
}

h2 {
	margin-top: 1em;
}

#page-footer,
article.distributor {
	border-top: 2px solid #bbb;
}

article.distributor h3 {
	font-size: 1.5em;
}

p {
	line-height: 1.4375em;
	font-size: 1.6em;
	margin: 1.6em 0;
}

a, a:visited, a:hover {
	color: black;
}

.colorize {
	color: rgb(216, 147, 39);
}
