body {
    background: #2F281C url(images/contact_bg.gif) repeat-x; 
    text-align: center;
    margin: 0px;
    margin-bottom: 100px;
}

body, td, p {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #C5AA78;
}

input, select, textarea {
    background: #0D0A05;
    border: 1px solid #C5AA78;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #C5AA78;
    padding: 2px;
}

input, select, textarea {
    width: 480px;
}

#captcha { width: 143px; }

#buttons input {
    width: auto;
}

#container {
    margin: 0 auto;
    width: 799px;
}

#header {
    background: #0D0A05 url(images/contact_head.gif) no-repeat;
    height: 255px;
    width: 799px;
    margin: 0 auto;
}

#content {
    background: url(images/contact_tile.gif) repeat-y;
    width: 799px;
}

#body {
    background: #000000;
    text-align: left;
    margin: 0 auto;
    width: 761px;
    padding: 10px;
}

#footer {
    background: url(images/contact_foot.gif) no-repeat;
    height: 9px;
    width: 799px;
    margin: 0 auto;    
}

#title {
    background: url(images/contact_title.gif) no-repeat;
    text-indent: -9999px;
    margin-bottom: 15px;
    height: 15px;
}

.title {
    color: #FFFFFF;
    font-weight: bold;
}
