body {
	color: #363636;
	font: 16px "freight-sans-pro", arial;
	padding: 0;
	margin: 0;

	background: #fff;
}
div, span {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div:focus, input:focus, select:focus, textarea:focus {
	outline: 0;
}
a {
	color: #363636;
	text-decoration: none;
	border-bottom: 1px solid #333;
	outline: none;
	border-color: rgba(51, 51, 51, 0.2);
}
a:hover {
	text-decoration: none;
	opacity: 1;
}
p {
	line-height: 1.6em;
}
ul, ol {
	list-style-position: inside;
	margin: 1em 0 0 5px;
	padding: 0;
}
input {
	padding: 2px;
}
.#container {
	width: 100%;
	margin: 0;
}
.header {
	text-align: center;	
	padding: 1em 6em;
}

.header h1 {
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: 0;	
}
.header h1 a {
	border: none;	
}
.header h1 span {
	color: #111;
	font-size: 70px;	
}
.content {
	width: 925px;
	margin: auto;
	margin-top: 10px;
	color: #4D4D4D;
	position: relative;
	
	font-size: 1.1em;
}
.search {
	text-align: center;	
}
.ft{
	width: 925px;
	margin: 1em auto;
	padding: 1em 0;
	border-top: 1px solid #B1AFC7;
}

@media all and (max-width: 800px) {
	#container .header h1 span {
		font-size: 48px;	
	}
	
	#container .content {
		width: 95%;	
	}	
}