
body {
    margin-top: 0px;
    font-family:  Verdana, Geneva, Tahoma, sans-serif;
    margin-left: auto;
    margin-right: auto;
    background-color: #a9a9a8;
}

#mainheader {
    background-color: #6e0a24;
}

#leftmenu {
    float: left;
    width: 30%;
    margin-bottom: 20px;
}

nav {
    height: 60px;
    width: 1000px;
    margin: 0 auto 20px;                
}

.searchbox {
    padding: 5px;
    margin: 10px 10px;
    width: 200px;
}

#main {
    float: right;
    width: 70%;
    margin-bottom: 20px;
}

footer {
    clear: both;
    width: 100%;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

nav>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav>ul>li {
    float: left;
}

nav>ul>li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    font-weight: bold;
}

.container {
    height: 60px;
    position: relative;
    border: 0;
    }

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#navlist {
    margin-left: 100px;
}

table,
td, th {
    border: 1px solid black;
    border-bottom: none;
    border-collapse: collapse;
    padding: 5px;
}

thead, th {
    border-top: none;
    border-left: none;
    border-right: none;
}            

tfoot {
    border: none;
}