@charset "utf-8";

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#noJS { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: .8em; 
	border: #d6d8d6 1px solid; 
	width: 73em;
	margin: 0 auto;
	padding: .35em 1em;
	background: #ffffe1;
	text-align: center;
} 

.floatLeft { float: left; }
.floatRight { float: right; }