* {
	margin: 0; padding: 0;
}
.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
body {
	text-align: center;
	font: 20px DFKai-sb;
	color: #333333;
	background: #F7F6F6;
}
#wrapper {
	width: auto;
	margin: auto auto;
	text-align: left;
}
#header {
	margin: 0px 0px 0px 0px;
}
	#header .logo {
		overflow: hidden;
		height:200px;
	}
		#header .logo .img{
			width: 100%;
			height: 275px; 
			float: center;
			object-fit: cover; 
			overflow: hidden;
			display: block;
		}

#content {
	padding-top:0px;
	margin:10px 15% 0px 15%;
	clear: both;
	float: middle;
	padding-bottom: 10px;
	min-height:400px;
}
	#content .single {
		clear: both;

	}	
		#content .single h1{
			font-size:3.5em;
		}
		#content .single blockquote {
			padding: 10px 10px 5px;
			margin-bottom: 10px;
			background-color: #eeeeee;
			border-width: 1px 1px;
			border-style: solid;
			border-color: black;
			
		}