
* {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
}

img {
    border: 0;
    vertical-align: middle;
}

body {
    background: #fff;
    color: #000;
    font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
    text-align: center;
}

#envelope {
    width: 800px;
    margin: 0 auto;
    text-align: left;
    font-size: 84%;
}

#header {
    background: url('hr.png') bottom left no-repeat;
    height: 132px;
}

#content {
    width: 560px;
    float: left;
}

.contentBlock {
    margin: 12px;
    padding: 8px;
    background: #e4e4e4;
}

.contentBlock h2 {
    font-size: 140%;
    margin: 4px 2px;
    color: #a00;
}

ul {
    padding-left: 8px;
}

.contentBlock p, .contentBlock ul {
    margin: 4px;
    margin-top: 6px;
    margin-left: 12px;
}

.sideBlock p, .sideBlock ul {
    margin: 4px;
    margin-top: 6px;
}

#download li {
    list-style: none;
}

#download a {
    text-decoration: none;
    color: #000;
}

#download a strong {
    text-decoration: underline;
}

#download a:hover strong {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img.icon {
    width: 16px;
    height: 16px;
}

img.iconAppended {
    width: 16px;
    height: 18px;
    margin-right: 2px;
}

img#jabber {
    background: url('jabber.gif') top left no-repeat;
}

#sidebar img.iconAppended {
    margin: 0;
}

#sidebar {
    width: 239px;
    height: 560px;
    float: right;
    background: url('java.png') bottom right no-repeat;
    border-left: 1px solid #6c6c6c;
}

#sidebar h2 {
    color: #800;
    font-size: 130%;
}

.sideBlock {
    margin: 6px 2px;
    padding: 4px;
}

#footer {
    clear: both;
    font-size: 90%;
    text-align: center;
    color: #404040;
    background: url('hr.png') top left no-repeat;
    padding: 6px;
}

#footer a {
    color: #404040;
}
