body {
    margin: 0;
    padding: 0;
    background: #141414 url(../Userfiles/template/site-bg.png) repeat-x;
    text-align: center;
}

div#page {
    width: 874px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background: #fff;
    text-align: center;
}

/* HEADER */
div#header {
    height: 200px;
    margin: 0 auto;
    padding: 0;
    background: url(../Userfiles/template/header-bg.png) bottom no-repeat;
    text-align: left;
    position: relative;
    width: 922px;
}

a.logo {
    top: 0;
    border: 0;
}

a.logo img {
    width: 500px;
    position: absolute;
    top: 20px;
    padding-left: 23px;
}

div#nav {
    padding-top: 161px;
}

/* CONTENT */
div#content {
    padding: 0;
    text-align: left;
}

/* MAIN */
div#main {
    width: 610px;
    float: left;
    padding: 0 10px;
    padding-right: 40px;
    min-height: 500px;
    border-right: 1px solid #999;
    margin-right: -1px;
}

/* top banner */
div#top-banner {
    width: 610px;
    height: 220px;
    overflow: hidden;
    margin-bottom: 20px;
}

#info-box {
    width: 220px;
    height: 220px;
    padding: 10px;
    padding-right: 20px;
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    background: #0054A1;
    float: left;
}

div#top-banner h1 {
    color: #fdb727;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

div#pageicon {
    float: left;
    width: 380px;
    height: 220px;
    overflow: hidden;
    background-image: url('../Userfiles/NAPA-Ad-Header.jpg');
    background-size: cover;
}

/* RIGHT SIDE */
div#right-side {
    float: left;
    width: 254px;
    font-size: 11px;
    line-height: 14px;
    padding-left: 20px;
    min-height: 300px;
    border-left: 1px solid #999;
}

div#right-side img {
    max-width: 100%;
    height: auto
}

/* FOOTER */
div#footer {
    background: url(../Userfiles/template/footer-bg.png) bottom no-repeat;
    height: 84px;
}

div#credits {
    padding-top: 20px;
    font-size: 11px;
    line-height: 14px;
    margin: 0 20px;
    text-align: right;
    color: #515151;
}


