@charset "utf-8";

/* FRONT PAGE REVISIONS */

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

body {
    margin-top: 0px;
    margin-left: 0px;
    background-color: #d4c5a8 !important;
    font-family: Arial, Helvetica, sans-serif;
}

#desktop_body {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#header {
    float: left;
    width: 960px;
    height: 158px;
    background-image: url(./images/front_header.jpg);
}

#leftcol {
    float: left;
    width: 451px;
    height: 365px;
}

#menu ul li a {
    color: white;
}

#menu ul li a:hover {
    color: yellow;
}

#menu ul li a:visited {
    color: white;
}

a:link,
a:visited {
    color: white;
}

#menu {
    color: white;
    float: left;
    width: 451px;
    line-height: 20px;
    font-size: 12px;
    height: 210px;
    background-image: url(./images/front_menubg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

#menu img {
    display: block;
}

#imagebox {
    float: left;
    height: 155px;
}

#imagebox.a {
    background-image: url(./images/front_image1.jpg);
    width: 217px;
}

#imagebox.b {
    background-image: url(./images/front_image2.jpg);
    width: 234px;
}

#wrapper_main {
    float: right;
    width: 509px;
    height: 365px;
    background-image: url(./images/front_main.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 10px;
    padding-top: 45px;
    font-size: 15px;
    padding-left: 35px;
    text-shadow: #F6F4E9 0px 0px 4px;
    line-height: 1.2;
}

#wrapper_main ul {
    list-style-type: square;
}

#wrapper_main ul li {
    padding-bottom: 5px;
}

#lower {
    float: left;
    width: 960px;
    height: 500px;
    background-image: url(./images/front_lower.jpg);
}


/* Standard Code */

#footer {
    float: left;
    width: 944px;
    padding: 8px;
    background-color: #000;
    color: #FFF;
    font-size: 10px;
    position: relative;
}

#footer .ele {
    width: 472px;
    float: left;
}

#footer a {
    color: #FFF;
    text-decoration: none;
}

#footer a:hover {
    color: #CCC;
    text-decoration: none;
}

@media (max-width: 960px) {
    #desktop_body {
        display: none;
    }
}