body {
	font-family: 'Trocchi', serif;
	font-size: .80em;
	height: 1000px;
}
h1 {
	font-family: 'hydrogenheavy', "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
  	text-transform: uppercase;
  	letter-spacing:.175em;
  	font-size: 40px;
  	padding-bottom: 10px;
  }
#box {
	width: 100px;
	height: 30px;
	background-color: #54bcff;
	position: fixed;
	right: 0;
	top: 0;
}
h2 {
	font-family: 'hydrogenheavy', "Helvetica Neue", Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
	letter-spacing:.175em;
	font-size: 20px;
	display: inline;
}
#largeheader {
	height: 180px;
	width: 800px;
	padding: 60px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

#largeheader img { padding-bottom: 25px;}

#largeheader a { text-decoration: underline; color: #000; }
#largeheader a:hover { text-decoration: none; }

#largeheader:after {
	content: "";
	background: url(headerbg.jpg);
	background: #ececec;
	background-position-y: -40px;
	background-size: 100%;
	height:225px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}

#fixedmenu {
	width: 800px;
	height: 20px;
	padding: 35px 0;
	border-bottom: 1px #ccc solid;
	position: fixed;
	left: 50%;
	margin-left: -400px;
	top: 0;
	opacity: 0;
}

#fixedmenu a { text-decoration: none; color: #000; }
#fixedmenu a:hover { text-decoration: underline; }

#menu {
	position: absolute;
	right: 0;
	top: 41px;
	display: none;
}
.menu-item {
	display: inline;
	padding-left: 15px;
}

#content {
	width: 800px;
	padding-top: 30px;
	margin: 0 auto;
	line-height: 1.7;
}
#content p {
	margin-bottom: 20px;
	column-count:2;
	column-gap: 40px;
		/* Firefox */
		-moz-column-count:2;
		-moz-column-gap: 40px;
		/* Safari & Chrome */
		-webkit-column-count:2;
		-webkit-column-gap: 40px;
}
#content h3 {
	font-size: 1.5em;
	padding-bottom: 2px;
	margin-bottom: 12px;
	border-bottom: 1px #ccc solid;
}