body{
	font-family: 'Bree Serif', serif;
	font-family: 'Catamaran', sans-serif;
	background: url(/images/background.png);
}
h1{
	font-size: 1.8em;
	font-family: 'Bree Serif', serif;
	margin-bottom: .4em;
}
h2{
	font-size: 1.2em;
	font-family: 'Bree Serif', serif;
	margin-bottom: .3em;
}
p{
	margin-bottom: .6em;
	line-height: 1.3;
}
.wrap{
	margin: 0 auto;
	max-width: 850px;
	padding: 0 35px;
}
#header{
	background: #fff;
	border-bottom: 1px solid #999;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.25);
	position: relative;
	z-index: 10;
}
#header .nav{
	padding: 20px 0 12px;
}
#header .nav li{
	float: left;
	margin-right: 1em;
}
#header .nav li.class{
	clear: both;
}
#header .nav li.home{
	margin-bottom: 8px;	
}
#header .nav a{
	color: #333;
	text-decoration: none;
	font-size: 1.2em;
}
#footer{
	border-top: 1px solid #999;
	padding: 20px 0;
	background: rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 2px 6px 0px rgba(0,0,0,0.25);
}
@media screen and (min-width: 600px) {
	#header .nav li{
		margin-right: 3em;
	}
	#header .nav li.class{
		clear: none;
	}
	#header .nav li.home{
		margin-bottom: 0;
	}
}