/* 
Three Column CSS Layout - Page Length Module
Copyright 2006 by Steve Callihan
http://www.callihan.com/css-layouts/

You may freely use this stylesheet and associated files as long as this copyright statement and comment is not removed or altered. To download this CSS layout, go to http://www.callihan.com/css-layouts/. Do not redistribute.
*/

body { 
    margin:0; 
    text-align:center;
    height:3940px;
    }
    
#leftshadow { 
    height:3640px; 
    }

#leftcol { 
    height:3640px;
    /* Start Box Model Hack */
    voice-family:"\"}\""; 
    voice-family:inherit;
    height:3630px;
    }

html>body #leftcol {
    height:3630px;
    }
    /* End Box Model Hack */

#centershadow { 
    height:3640px;
    }

#centercol { 
    height:3640px; 
    /* Start Box Model Hack */
    voice-family:"\"}\""; 
    voice-family:inherit;
    height:3620px;
    }

html>body #centercol {
    height:3620px;
    }
    /* End Box Model Hack */

#rightshadow {
    height:3640px; 
    }

#rightcol { 
    height:3640px; 
    /* Start Box Model Hack */
    voice-family:"\"}\""; 
    voice-family:inherit;
    height:3630px;
    }

html>body #rightcol {
    height:3630px;
    }
    /* End Box Model Hack */
    
#bottom {
    position:absolute;
    top:3825px; left:5px;
    width:100%;
    text-align:center; 
    z-index:3;
    }
