/* 
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:2815px;
    }
    
#leftshadow { 
    position:absolute; 
    top:0; left:10px; 
    height:2540px; width:150px; 
    padding:0;
    color:black; 
    background:#369; 
    }

#leftcol { 
    position:relative; 
    top:-10px; left:-10px;
    padding:5px;
    margin:0;
    vertical-align:top; 
    text-align:left; 
    height:2540px; width:150px;
    /* Start Box Model Hack */
    voice-family:"\"}\""; 
    voice-family:inherit;
    height:2530px; width:140px;
    }

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

#centershadow { 
    position:absolute; 
    top:0; left:180px; 
    height:2540px; width:610px;
    padding:0;
    color:black; 
    background:#369; 
    }

#centercol { 
    position:relative; 
    top:-10px; left:-10px;
    margin:0;
    padding:10px;
    vertical-align:top; 
    text-align:left; 
    height:2540px; width:610px; 
    /* Start Box Model Hack */
    voice-family:"\"}\""; 
    voice-family:inherit;
    height:2520px; width:590px;
    }

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

#rightshadow {
    position:absolute; 
    top:0; left:810px; 
    height:2540px; width:150px; 
    padding:0;
    color:black; 
    background:#369; 
    }

#rightcol { 
    position:relative; 
    top:-10px; left:-10px; 
    padding:5px;
    vertical-align:top; 
    text-align:left; 
    /* color:black; background:white url("background.jpg"); */
    height:2540px; width:150px; 
    /* Start Box Model Hack */
    voice-family:"\"}\""; 
    voice-family:inherit;
    height:2530px; width:140px;
    }

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