html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

p {
	margin-bottom: 1em;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    text-decoration: none;
    color: gray;
}

a:hover {
    color: red;
}

a:visited {
    color: silver;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	height: 1%;
}


ul.nav li {
	display: inline;
}

#main {
	margin: 0 auto;
	width: 800px;
}

#main.home, #header {
    letter-spacing: 0.618em;
}

#main.home {
    margin-top: 8.09%;
	text-align: center;
}

#main {
	margin-top: 2em;
}

#main.home h1 {
	font-size: 2em;
}

#main.home img {
	margin: 2em 0;
}

#header {
	margin-bottom: 2em;
}

#header h1 {
	margin-bottom: 1em;
}

#header .logo {
	float: left;
	margin-right: 2em;
}

.nav {
	clear: both;
}

#header .nav, #header h1 {
	clear: none;
	float: left;
}


dt {
    font-weight: bold;
}

