@charset "utf-8";
/* CSS Document */

/*** elements ***/

/*** classes ***/

/*** ids ***/

#footer{

	float: left;
		
}

#header, #headerWrapper{

	float: left;
	width: 50%;
		
}

#leftContent{

	clear: none;
	float: right;
	width: 50%;
	
}

#navi, .leftBoxTop, .rightBoxTop{

	display: none;
	
}

#rightContent{

	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	
}
