html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select {
    margin: 0;
    padding: 0;
    border: 0;
}

article, aside, figure, figure img, figcaption, hgroup,
footer, header, nav, section, video, object {
    display: block;
}

a img {
    border: 0;
}

a, a:link, a:visited {
    color: #E3D42E;
}

a:hover, a:active {
    color: #D2C31D;
}

.huge, h1 {
    font-size: 37px;
    line-height: 48px;
    margin-bottom: 24px;
    font-weight: normal;
    letter-spacing: 3px;
}

h2 {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 0px;
    font-weight: normal;
}

h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 12px;
    font-weight: normal;
}

body {
    /*background-image: url('lineheight-24px-75.png');*/
    background-color: #1b1b1b;
    padding: 24px;
    font: 16px/1.5 Georgia, sans-serif;
    color: #dddddd;
}

p {
    margin-bottom: 24px;
}

ol, ul {
    margin-bottom: 24px;
    padding-left: 48px;
}

/* LAYOUT */

html, body {
    height: 98%;
}

#leftColumn {
    width: 73%;
    margin-right: 2%;
    height: 100%;  
}

#rightColumn {
    width: 25%;
    display: block;
    float: right;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

input, select, option {
    font: 16px/1.5 Georgia, sans-serif;
    color: #dddddd;
}

input[type=button] {
    color: #000000;
    border: 1px solid #E3D42E;
    background-color: #E3D42E;
    display: block;
    border: 0px;
    padding: 8px;
    margin-bottom: 8px;
    display: block;
    width: 100%;
    cursor: pointer;
}

input[type=text] {
    border: 1px solid #E3D42E;
    background-color: transparent;
    padding: 7px;
    margin-bottom: 8px;
    width: 100%;
    display: inline-block;
    margin-right: 5px;
}

fieldset {
    width: 100%;
}

/* DIRTY HACK */

table {
    width: 100%
}

.left {
    width: 100%;
}

.right {
    width: auto;
    padding-left: 20px;
}

select {
    border: 1px solid #E3D42E;
    background-color: #1b1b1b;
    padding: 9px;
    margin-bottom: 8px;
    text-align: right;
    display: inline-block;
    margin-left: 5px;
    width: auto;
}

ul {
    list-style-type: square;
    letter-spacing: 2px;
}

.yellow {
    color: #E3D42E;
}

#helpContainer p {
    width: 75%;
}

li span {
    display: none;
    cursor: pointer;
    color: red;
}

li:hover span {
    display: inline-block;
}