/* ############################# */
/* DON'T CHANGE ANY VALUES HERE! */
/* ############################# */
/* use layout-setup.css */

body {
	text-align: center; /* IE */
}

#body-wrap {
	margin: 0 auto;
	text-align: left; /* IE-centering */
	width: 973px; /* fixed for IE in layout-ie.css */
	
	/* fixed widths 744 and 968 recommended */
}

#head {}

#main-wrap {
	margin: 0px;
}

#middle-wrap {
}

#middle {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 973px;
	float: left;
}
/*html #middle {
	width: 410px;	
} */ 
#left-col {
	margin: 0;
	float: left;
}
/* \*/ * html #left-col {
	margin-right: 0px;  /* 3px bug fix for  IE */
}/* */

#right-col {
	margin: 0;
	float: right;
}
/* \*/ * html #right-col {
	margin-left: -3px;  /* 3px bug fix for  IE */
}

#footer {
	clear: both;
}

/* ### HACKS ### */
.floatfix>*:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0; 
    visibility: hidden;
}
.floatfix  {
	display: inline-table; /* for IE-mac */
}
/* hide from IE-mac \*/
* html .floatfix {height: 1%;}
.floatfix {display: block;} /* reset to default */
/* end hide */
