﻿body {
    padding: 0;
    margin: 0;
    background: #910000 url(images/background.gif) repeat-x;
    font-size: 13px;
    font-family: "Trebuchet MS" , Georgia, "Times New Roman" , Times, serif;
    color: #ffffff;
}
#wrapper {
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
}

#header {
    width: 960px;
    height: 120px;
    margin: 0 auto;
}
#header_top {
    height: 100px;
}
#header_bottom {
    height: 20px;
    width: 960px;
}
#menu-left {
    float: left;
}
#menu-right {
    float: right;
}

