html {
    overflow-y:hidden; /* Firefox debug */
    height:100%;
}

body {
    margin:0; padding:0;
    height:100%;
    background:#1F1E24; color:#BABABA;
    font:11px/1.4 Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, dt, dd, blockquote {
    margin:0; padding:0;
}
h1 {
    color:#2E6996;
    font-size:18px; font-weight:normal;
    text-transform:uppercase;
}
h2 {
    font-size:14px;
    text-transform:uppercase;
}
h3 {
    font-size:13px;
}
p, ul, ol, dl {
    margin:1.33em 0; padding:0;
}
p.more {
    margin-top:2.66em;
}
p.title {
    font-size:14px; font-weight:bold;
    text-transform:uppercase;
}
ul, ol {
    list-style:none;
}

img {
    border:0;
}

form, fieldset, legend, .actions input {
    margin:0; padding:0; border:0;
}

a {
    color:#545454;
    text-decoration:none;
}
a:hover {
    color:#FFF;
}
#page {
    width:100%; height:100%;
}
#core {
    position:relative;
}

#main {
    overflow:hidden;
    margin-right:215px; padding:15px;
}
#main li {
    margin-left:15px;
    list-style:disc;
}
#navigation {
    position:absolute; top:0; right:0;
    width:200px;
}
#navigation li {
    margin-left:0; padding:5px 0;
    list-style:none;
}
#navigation a {
    font-size:14px; font-weight:bold;
    text-transform:uppercase;
}
#navigation .on a {
    color:#FFF;
}
