#page #content {
            float: none;
            height: auto;
            position: relative;
            text-align: left;
            padding: 0;
            margin-top: 2em;
            width: 78em;
            }
            
        .vrule_top {
            width: 1px;
            height: 50px;
            background: url(/images/vrule_top.gif) no-repeat 50% 0;
            position: absolute;
            top: 0;
            left: 50%;
            z-index: 5;
            }
            
        .vrule_btm {
            width: 1px;
            height: 50px;
            background: url(/images/vrule_btm.gif) no-repeat 50% 0;
            position: absolute;
            left: 50%;
            bottom: 0;
            z-index: 5;
            }
            
        #left, #right {
            float: left;
            height: auto;
            }
            
        #left {
            padding: 0 2em 2em 5em;
            position: relative;
            left: 2px;
            width: 31.8em;
            border-right: 0.1em #ccc solid;
            }
            
        #right {
            padding: 0 3em 2em 5em;
            position: relative;
            left: 1px;
            width: 30.8em;
            border-left: 0.1em #ccc solid;
            }

        #left ul, #right ul {
            margin: 0;
            padding: 0;
            list-style: none;
            }