@media screen , projection {
	body {
		text-align: center;
	}
	#wrapper {
		width: 960px;
		position: relative;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}
	#head {
		height: 150px;
		position: relative;
	}
	#sidebar {
		float: left;
		width: 250px;		
	}
	#content {
		float: right;
		display: inline;
		width: 596px;
		margin-right: 114px;
	}
	#footer {
		height: 23px;
	}
	.float-none {
		float: none;
	}
	.left {
		float: left;
	}
	.right {
		float: right;
	}
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.clearfix {
		display: inline-block;
	}
	html[xmlns] .clearfix {
		display: block;
	}
	* html .clearfix {
		height: 1%;
	}
}