/* Positioning */
* html body { text-align:center; }
#wrapper { width:950px; margin:0 auto; }
#container { overflow:hidden; }
#header { }
#header .inside { height:125px; }
#big-image { height:162px; }
#breadcrumbs { height:30px; }
#left { width:255px; margin-bottom:-2000px; padding-bottom:2000px; float:left; }
#left-nav { width:160px; }
#container #right { width:255px; margin-bottom:-2000px; padding-bottom:2000px; float:left; }
/*
#container #main {  width:440px; margin:0px 0px -2000px 0px; padding-bottom:2000px; position:relative; float:left; }
*/
#container #main {  width:440px; position:relative; float:left; }
#container.two-cols-left-main #main { width:695px; }
#footer { height:50px; display:none; }
.inside { position:relative; text-align:left; }

/* Clearing and invisible elements */
.block { overflow:hidden; }
#clear { height:0.1px; font-size:0.1px; line-height:0.1px; clear:both; }
.invisible { width:0px; height:0px; left:-1000px; top:-1000px; position:absolute; overflow:hidden; display:inline; }