﻿html, body { padding: 0; margin: 0; }

body {
    background-color: #000;
    color: #eee;
    font-family: Verdana, helvetica, Arial, Sans-Serif;
    font-size: 10pt;
    text-align: center;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

#container {
    background: #000 url(Images/header.gif) no-repeat top left;
    width: 797px;
    margin: 0 auto;
    text-align: left;
}

#header {
    visibility: hidden;
    height: 110px;
    overflow: hidden;
}

#navigation {
    height: 40px;
}

#content {
    margin: 0px 20px 20px 20px;
}

#content h3 {
    font-size: 11pt;
    margin-bottom: 10px;
    color: #996;
}

#content ul {
    list-style-type: square;
}

#content .columna {
    float: left;
    clear: right;
    width: 375px;
}

#content .columnb {
    float: left;
    clear: right;
    width: 375px;
    margin-left: 7px;
}

#content textarea.comments {
    width: 100%;
    height: 180px;
}

#content label {
    font-weight: bold;
    padding-right: 10px;
}

#content .functions {
    clear: both;
    text-align: right;
    padding-top: 10px;
}

#content .functions a.button {
    border: 1px solid #996;
    padding: 7px 13px;
    text-decoration: none;
    color: #999;
    font-weight: bold;
}

#content .functions a.button:hover {
    background-color: #5c4032;
    border-color: #eee;
    color: #fff;
}

