﻿body, html, form 
{
    width:100%;
    margin:0px;
    padding:0px;
}

body
{
    background:url(/images/bg.jpg) -50px 120px repeat #6e0e05;
}

#container
{
    margin:20px auto;
    width:766px;
    font-family:Arial, Sans-Serif;
    font-size:14px;
    color:#666;
    line-height:20px;
}

#tr
{
    margin-top:20px;
    background:url(/images/tr.jpg) 100% 0px no-repeat;
}

#br
{
    background:url(/images/br.jpg) 100% 100% no-repeat;
}

#tl
{
    background:url(/images/tl.jpg) 0px 0px no-repeat #fff;
}

#bl
{
    background:url(/images/bl.jpg) 0px 100% no-repeat;
    padding:20px;
}

h1
{
    font-weight:normal;
    font-size:20px;
    color:#954e1c;
}

h2
{
    font-weight:normal;
    font-size:18px;
    margin:20px 0px 0px 0px;
}

img
{
    border:0px;
}

a:link, a:visited, a:active
{
    color:#954e1c;
    text-decoration:underline;
}

a:hover
{
    color:#954e1c;
    text-decoration:none;
}

td
{
    vertical-align:top;
    text-align:left;
}

#footer, #footer a:link, #footer a:visited, #footer a:active
{
    padding-top:10px;
    color:#bd675e;
    font-size:10px;
    text-align:center;
}

#footer a:link, #footer a:visited, #footer a:active
{
    text-decoration:underline;
}

#footer a:hover
{
    color:#bd675e;
    text-decoration:none;
}