input[type=text], textarea
{
    width: 300px;
    background-color: #F4F4F4;
    border: 1px solid #1a1a18;
}

textarea
{
    width: 300px;
    background-color: #F4F4F4;
    height: 100px;
}

label
{
    font-weight: bold;
    color: #5d0509; 
}

#tblContact
{
    width: 480px;
    background: #fff url(../images/table_bk.jpg) bottom left repeat-x; 
    border: 1px solid #1a1a18;
    padding: 0.4em;     
}

#tblContact td
{
    text-align: left;
    padding: 0.4em;
    vertical-align: top; 
}

input:focus, textarea:focus 
{
    border: 1px solid #5d0509;
    background: #fff;
}

#tblContact td.title
{
    text-align: right;
    width: 280px;
}

    #subnav ul li
    {
        background: url(../images/bullet_man.gif) top left no-repeat;
        background-position: 0 3px;
        padding: 0.2em 0 0.3em 14px;          
        border-bottom: 0;
        color: #5b5b4f;
        font-weight: bold;       
    }