#all
{
    width : 820px;
}

header
{
    height : 80px;
    line-height : 80px;
    padding-left : 20px;
    border-bottom : 1px solid #333333;
}

h1
{
    font-style  : italic;
    font-size   : 2.0em;
}

#box
{
    padding : 20px;
    width : 780px;
    overflow : hidden;
}

#lef
{
    float : left;
    width : 390px;
}

#rit
{
    float : right;
    width : 390px;
}

section
{
    margin-bottom : 20px;
}

h2
{
    font-size : 1.2em;
    border-left  : 10px solid #006600;
    padding-left : 10px;
    margin-bottom : 10px;
}

li
{
    line-height : 2.0em;
    text-indent : 1.0em;
}

a
{
    text-decoration : none;
    color : #3333ff;
}

a:hover
{
    text-decoration : underline;
    color : #ff3333;
}
