body {
	position: relative;
	border: 1px solid #fff;
}
#wrapper{
	float:left;
	width:100%;
	padding:0;
}
.alignright{float:left;}
* html #wrapper {
	position:absolute;
	top:0;
	left:0;
}
* +html #wrapper{
	position:absolute;
	top:0;
	left:0;
}
#header{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:362px;
	clear:both;
	z-index:100;
}
#main{border-top:362px solid #fff;}
* html #main{width:80%;}
#nav,
.menu,
#top-flash{display:none;}
.image{display:block;}
.btn-holder{display:none;}
#content {
	float:right;
	width:70%;
}
#flash{display:none;}
* html.cufon-active .accordion h2 .cufon{float:none !important;}
.accordion h2{position:static;}
