@media screen , projection {
	body {
		text-align: center;
	}
	#wrapper {
		width: 959px;
		position: relative;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	#wrapper-inner {
		width: 945px;
		margin: 0 7px;
	}
	#nav {
		float: left;
		width: 235px;
	}
	#content {
		float: right;
		width: 710px;
		padding-right: 169px;	
    	voice-family : "\"}\""; voice-family : inherit;
		width: 541px;
	}
	#footer {
		width: 945px;
	}
	.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%;
	}
}