/* 
* = CSS Layout =
* 
* This file contains the CSS used to control the layout of the site.
* Use site.css for any site specific changes such as color, fonts, or
* any other presentational goodies.
*/
#pageWrapper
{ 
	position: relative; 
	width: 765px; 
	margin: 0 auto; 
}
#contentItemBox
{
	float: left;
	width: 72%;
	margin-left: 28%;
}
* html #contentItemBox
{
	display: inline;
}
#menu
{
	float: left;
	width: 26.7%;
	margin-left: -100%;
	margin-bottom: 1em; 
}
#wrapper
{
	margin: 0; padding: 0 1em 0 0;
	float: left;
	float/**/: none;
}
/* easy clearing */
#wrapper:after
{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#wrapper
{
	display: inline-block;
}
/*\*/
#wrapper
{
	display: block;
}
/* end easy clearing */
