/* Reset default styles */
body, div, h1, h2, h3, h4, h5, p, img, ul, li {
    margin: 0;
    padding: 0;
    border: none;
}

/* Set the base font and other styles */
body {
    font-family: Arial, Helvetica, sans-serif;
}

/* Center container and header */
#container {
    width: 960px;
    margin: 0 auto;
}

#topbar {
    background: url(../img/all/header_bg.gif) repeat-x;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

#topmenu {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
}

#logo, #strapline {
    display: flex;
    align-items: center;
}

#logo img {
    margin-right: 10px;
}

#strapline {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #444c4e;
}

/* Center main content */
#maincontent {
    width: 885px;
    margin: 35px auto;
}

#contentleft {
    width: 610px;
    margin-right: 20px;
    padding: 0px;
    font-size: 1.2em;
    line-height: 24px;
    color: #464646;
}

#contentright {
    width: 230px;
    padding: 0px;
}

/* Center footer */
#footer {
    width: 960px;
    margin: 0 auto;
    font-size: 1.2em;
    color: #b4b5b7;
    line-height: 20px;
}

/* Clear floats */
.clear_both {
    clear: both;
}
