body {
        margin: 0;
        padding: 10px;
        text-align: center;
        background: #000000;
}

body, #header, #linkmenu, #content, h1 {
        font: small verdana, sans-serif;
        color: #E9C589;
}

.small {
        font-size: 11px;
}

#wrapper {
        position: relative;
        margin: 0 auto;
        padding: 5px;
        width: 727px;
        border: 2px solid #AAAAAA;
        background: #000000;
}

#header {
        margin: 0;
        padding: 1px;
        height: 111px;
        background-image: url(/semco/images/top.gif);
        background-repeat: no-repeat;
        color: #000000;
}
#footer  {
        margin: 0;
        padding: 1px;
        height: 20px;
        background-repeat: no-repeat;
        color: #000000;
}
#title {
        position: absolute;
        top: 80px;
        left: 20px;
        font-size: 20px;
        color: #000000;
        
}

#linkmenu {
        margin: 0;
        padding: 10px 1px 5px 1px;
        font-size: 15px;
        text-align: center;
}
#linkmenu a:link, #linkmenu a:visited {
        color: #E9C589;
        font-weight: bold;
        font-style: italic;
        text-decoration: none;
}
#linkmenu a:link:hover, #linkmenu a:visited:hover {
        color: #F8E0B7;
        font-weight: bold;
        text-decoration: underline;

}

#content {
        margin: 0;
        padding: 1px 1px 10px 1px;
        text-align: left;
        font-size: 12px;
}

#content a:link, #content a:visited {
        color: #F8E0B7;
        font-weight: normal;
        text-decoration: underline;
}
#content a:link:hover, #content a:visited:hover {
        color: #EEEEEE;
        font-weight: normal;
        text-decoration: underline;

}

h1 {
        font-size: 17px;
        font-style: italic;
        font-weight: bold;
}

h2 {
        font-size: 15px;
        font-style: italic;
        font-weight: bold;
}

.Field {
        background-color: #000000;
        border-color: #75573D;
        border-style: solid solid solid solid;
        border-width: 1 1 1 1;
        padding: 1px;
        color: #E9C589;
        font-size: 11px;
        font-family: small verdana, sans-serif;
}

.Button {
        background-color: #000000;
        border-color: #75573D;
        border-style: solid;
        border-width: 1;
        color: #E9C589;
        font-size: 11px;
        font-family: small verdana, sans-serif;
        font-weight: bold;
}
