/* ############################# */
/* 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: 955px; /* fixed for IE in layout-ie.css */
	
	/* fixed widths 744 and 968 recommended */
}

#head {
}

#main-wrap {
	margin: 0;
}

#middle-wrap {
}

#middle {
	position: relative;
	margin-top: 16px;
	padding: 0;
 	width: 100%;
	float: left;
}
#left-col {
	margin: 0;
	float: left;
	min-height: 430px;
}
/* \*/ * html #left-col {
	margin-right: -3px;  /* 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 ### */
html*.floatfix>*:after { /* was: ".floatfix>*:after", but added star7-hack to hide from opera (http://www.dithered.com/css_filters/nonvalidating/star7_hack.html) */
    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 */
