html, body { height: 100% }

body {
	padding: 0 390px 0 390px; /*total min width is 780*/
	margin: 0;
	text-align: center;
}

#sizer {
	margin: 0 auto 0 auto;
	width: 100%;
	position:relative;
	min-height:100%;
	height:auto;
	text-align: justify;
}

#expander {
	margin: 0 -390px 0 -390px; /*total min width is 780*/
	min-width: 780px;
	position: relative;
}

#header {
	position:relative;
	/*height:91px; went to *.size*.css*/
}

#allcontent {
	position:relative;
	padding:0;
	margin:0;
}

#leftcolumn {
	position:relative;
	float:left;
	/*width:180px; went to *.size*.css*/
	display:inline;
	padding:0;
	margin:0;
}

#rightcolumn {
	position:relative;
	float:right;
	display:inline;
	/*width:180px;went to *.size*.css*/
	padding:0;
	margin:0;
}

#rightcentercontent {
	position:relative;
	padding:0;
	/*margin:0 0 0 180px;went to *.size*.css*/
}

#centercontent {
	position:relative;
	/*margin:0 180px 0 0;went to *.size*.css*/
	padding:0;
}

/*this style needed to put a tiny content (dot suffices) in IE (FF likes this too)
in order to have some actual content in "centercontent" div - otherwise IE messes things up*/
div.invisible-fix {
	font-size:1px;
	height:0px;/*ff works fine with 0, but ie needs 1 px height*/
	line-height:0px;
	overflow:hidden;
	margin-top:0px;
	padding:0;
}

.clear {
	clear:both;
	font-size:1px;
	overflow:hidden;
	height:0px;
	line-height:0px;
	margin:0;
	padding:0;
}

#inner-footer {
	/*height:50px;
	line-height:50px;went to *.size*.css*/
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}

#outer-footer {
	position:relative;
	clear:all;
	/*height:50px;
	line-height:50px;went to *.size*.css*/
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}
