/* layout */

#content{
    padding-top: 1em;
    width: 50em;
}

#main_column{
    padding-left: 130px;
    margin-right: 9.5em;
    padding-bottom: 2em;
    background-image: url(left_column_bg.gif);
    background-repeat: repeat-y;
}

#main_column p{
    text-align: justify;
}

#left_column{
    width: 120px;
    float: left;
    height: 100%;
    background-color: #fff;
    padding-bottom: 30px;
}

#right_column{
    width: 9em;
    float: right;
}

/* styles */
body{
    font-family: Helvetica, sans-serif;
    font-weight: normal;
}

p, ol, ul{
    margin-top: 0.6em;
}

#right_column label{
    font-size: 0.7em;
}

h1{
    font-size: 3em;
    padding-bottom: 0.2em;
}

h2{
    font-size: 1.5em;
}

h3{
    font-size: 1.2em;
}

h1.entry, h2, h3{
    margin-top: 1.2em;
}

blockquote{
    font-style: italic;
    font-size: 0.7em;
    background-color: #eee;
    padding: 0.4em;
}

em{
    font-weight: bold;
}

ol, ul{
    margin-left: 1.5em;
}

ol{
    list-style-type: lower-alpha;
}

ul{
    list-style-type: disc;
}
