HTML {
    height: 100%;
    overflow: hidden;
}

BODY {
    color: #666;
    margin: 0;
    padding: 0;
    background: #e5a01f url('../img/border.jpg') repeat scroll;
    height: 100%;
    font-family: "DejaVu Serif", "Bitstream Vera Serif", serif !important;
    font-size: 8pt;
}

A IMG {
    border: 0;
}

DIV#wrapper {
    width: 890px;
    height: 100%;
    margin: 0 auto 0 auto;
}

DIV#wrapper DIV#shadowlt {
    width: 10px;
    height: 100%;
    float: left;
    background-image: url('../img/shadowlt.png');
    background-repeat: repeat-y;
    background-position: top left;
}

DIV#wrapper DIV#shadowrt {
    width: 10px;
    height: 100%;
    float: right;
    background-image: url('../img/shadowrt.png');
    background-repeat: repeat-y;
    background-position: top right;
}

DIV#wrapper DIV#main {
    background-image: url('../img/background.jpg');
    background-attachment: scroll;
    width: 870px;
    height: 100%;
    float: left;
    overflow: auto;
}

DIV#maincontent {
    margin: 0 25px 0 58px;
    clear: both;
}

DIV#infobar, DIV#statusbar {
    border: 1px solid #c88;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    -webkit-border-radius: 20px;
    -opera-border-radius: 20px;
    color: #800;
    font-size: 14pt;
    margin-top: 10px;
    padding-left: 60px;
    height: 54px;
    vertical-align: middle;
    background: url(../img/note.png) no-repeat #fcc;
    background-position: 5px 50%;
}

DIV#statusbar.success {
    border: 1px solid #8c8;
    color: #080;
    background-color: #cfc;
}

H1#headname {
    font-size: 20pt;
    font-weight: bold;
    margin: 0;
    width: 100%;
    color: #1c94c4;
    border-bottom: 1px solid #e5a01f;
}

DIV#selfpic {
    float: right;
    margin-top: 10px;
    padding: 1px;
    margin: 5px;
    border: 1px solid #e5a01f;
}

DIV#address {
    font-size: 16pt;
    width: 400px;
    color: #ccc;
    margin-top: 10px;
    padding-left: 20px;
    border: 1px solid #ccc;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
    -opera-border-radius: 15px;
}

DIV#contactme TD.lcol {
    text-align: right;
    vertical-align: top;
}

DIV#contactme TD.rcol {
    text-align: left;
}

.clear {
    clear: both;
    height: 0;
    width: 0;
}

.ui-tabs .ui-tabs-hide {
    display: none;
}

.ui-widget {
    font-family: "DejaVu Serif", "Bitstream Vera Serif", serif;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "DejaVu Serif", "Bitstream Vera Serif", serif;
}
