html {
    padding: 0 0 20px 0;
    margin: 0;
    font: 12px "Lucida Grande", "Helvetica", sans-serif;
    }
    
body {
    padding: 0;
    margin: 0 auto 0 auto;
    }

#navigation {
    height: 2.5em;
    background-color: #555;
    width: 100%;
    text-align: right;
    position: fixed;
    margin: 0;
    padding: 0;
    }
    
#content {
    padding: .6em .6em .6em 0;
    }

#cocoon {
    margin: 0;
    padding: 3.5em 0 0 0;
    }
    
#main_disp {
    
    }
    
#left {
    font: 14px "Georgia", serif;
    float: left;
    width: 320px;
    margin: 0 10px 0 50px;
    padding: 1em 10px 1em 10px;
    text-align: left;
    }

#main {
    font-family: "Georgia", serif;
    }
    
#right {
    font: 14px "Georgia", serif;
    float: left;
    width: 320px;
    margin: 0 50px 0 10px;
    padding: 1em 10px 1em 10px;
    text-align: left;
    }

#main_center {
    font: 18px "Georgia", "Times", serif;
    padding: .5em 0 .5em 0;
    margin: 1em 50px 1em 50px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #CCC;
    }

#main {
    width: 800px;
    margin: 0 auto 0 auto;
    text-align: center;
    font: 14px "Georgia", "Times", serif;
    }
    
#main ul {
    list-style-type: none;
    }

.liclass {
    padding: 0 0 4px 12px;
    margin: 4px 0 10px 0;
    background: url("../images/dbull_b.gif") top left no-repeat;
    border-bottom: 1px dotted #000;
    border-top: 1px dotted #000;
    }

.liclass:hover {
    background-color: #ddd
    }

#shortList {
    width: 400px;
    margin: 0 auto 0 auto;
    text-align: left;
    }
    
.space {
    padding: 0 .5em 0 1em;
    }

.clear {
    clear: both;
    }

.dimmed {
    color: #999;
    font-size: 12px;
    }
    
#com_txt_area {
    width: 250px;
    }
    
.comment {
    margin: 0 0 20px 0;
    padding: 5px 15px 5px 10px;
    border-left: 1px solid #333;
    }

.author {
    text-transform: capitalize;
    font-style: italic;
    font-size: 12px;
    }
    
a:link, a:visited {color: #000; text-decoration: none; border-bottom: 1px dotted #000;}
a:hover, a:active {color: #000; text-decoration; none; border-bottom: 1px solid #000;}
    
#navigation a:link, #navigation a:visited {color: #fff; text-decoration: none; border-bottom: 1px dotted #fff;}
#navigation a:hover, #navigation a:ative {color: #fff; text-decoration: none; border-bottom: none;}
