﻿h1
{
    background-image: url('/img/h1-home.gif');
    height: 15px;
}

#main
{
    background-image: url('/img/home-bg.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
}

#side ul { margin-bottom: 40px; }

#side ul li
{
    list-style-type: none;
    border-bottom: solid 1px #d4d4d5;
    padding-bottom: 15px;
    margin-bottom: 15px;

}

#side ul li a
{
    color: #5fb153;
    text-decoration: none;
    font-size: 80%;
    line-height: 140%;
}

#side ul li a:hover, #side ul li a:focus { text-decoration: underline; }