/*
FreeJay
Designed by NewEnding Studios
http://www.newending.com

jayrunquist@mac.com

*/

/* -- hides the sidebar content completely -- */

#contentContainer {
    width: 100%;
    }
    
#sidebar {
    display: none;
    }