#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 280px;
    padding: 20px;
    
    /* These styles are optional, and describe how the pageslide will look */
	
    background-color: #FFF;
    color: #FFF;



#content_nav {
            width: 940px;
            padding: 10px;
            margin: 0 auto;
        }


#modal { display: none; }
            #modal a { background: #CCC; color: #333; font-weight: bold; padding: 5px 10px; border: none; }
            #modal a:hover { background: #309; } 

        pre { border: 1px solid #CCC; background-color: #EEE; color: #333; padding: 10px 20px; }


