* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana;
    font-size: 80%;
    background: #111;
    color: #c0c0c0;
}

a:link { 
    text-decoration: none; 
    color: #0087FF; 
}

a:visited { 
    text-decoration: line-through; 
    color: #777;
}

a:hover { 
    text-decoration: none; 
    border-top: 1px solid #0087FF;
    border-bottom: 1px solid #0087FF; 
}

a:active { 
    text-decoration: none; 
    color: #0087FF; 
}

h1, h2, h3, h4, h5 {
    margin-top: 1em;
}

p {
    margin-top: 3px;
    margin-bottom: 3px;
}

blockquote, li {
    margin-left: 2em;
}

label {
    display:block;
}

#sitewrapper {
    margin: 2em auto;
    width: 900px;
    overflow: hidden;
}   

#title {
    margin: auto;
    color: white;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #c0c0c0;
}

#menubar {
    overflow: hidden;
    border-bottom: 1px solid #c0c0c0;
}

ul#menubar li{
    list-style: none;
    display: inline;
}

ul#menubar li a{
    float: left;
    text-decoration: none;
    padding: 1em;
}

#contentwrapper {
    float: left;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #c0c0c0;
}

#sidebar {
    padding: 1em;
    float: left;
    width: 15%;
}

#content {
    width: 82%;
    float: right;
    border-left: 1px solid #c0c0c0;
    /* height hack for dividing line */
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}

#fullcontent {
    margin-left: auto;
    margin-right: auto;
    /* height hack for dividing line */
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}

.section {
    padding: 1em;
    overflow: auto;
}

.previewbox {
    background:#505050;
    padding: 1em;
    overflow: auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.centertext {
    text-align: center;
}

.clear {
    clear: both;
}

#footer {
    overflow: auto;
    padding: 1em;
}

.small {
    font-size: 0.8em;
}

.formerror {
    color: red;
    background: #331111;
}

