@media screen , projection {
	body {
		text-align: center;
	}
	#wrapper {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		text-align: left;
		width: 1004px;
	}
	#header {
	}
	#main {
		padding: 17px 25px;
	}
	.half-col {
		width: 104px;
	}
	.col {
		width: 216px;
	}
	.twocols {
		width: 462px;
	}
	#rfmi .twocols {
		width:472px;
	}
	.threecols {
		width: 708px;
	}
	.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%;
	}
}