body {
    background-image: url("Assets/rusted-iron-800-mm-architextures.jpg");
    background-repeat: repeat;
    font-family: "Quantico", lato, calibri, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-shadow: 0px 0px 1px #bbb;
    color: #222;
    letter-spacing: 1px;
    line-height: 13px;
}

#left {
    width: 200px;
    background: #eee url();
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
    border: 0px solid #666;
}

#content {
    width: 415px;
    background: #eee url();
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
    border: 0px solid #666;
}

.box {
    background: #d4d0c8;
    border-left: 2px solid #666;
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #928f88;
    border-top: 2px solid #666;
    padding: 4px;
    margin-bottom: 4px;
}

#header {
    text-align: left;
    color: #2f498c;
    background: #d4d0c8;
    font-size: 40px;
    letter-spacing: 2px;
    padding-left: 4px;
    border-left: 2px solid #666;
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #928f88;
    border-top: 2px solid #666;
    line-height: 10px;
    width: 600px;
    height: 90px;
    line-height: 90px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: 'Jersey 10';
}

.siteurl {
    text-align: left;
    color: #000;
    background: #d4d0c8;
    letter-spacing: 2px;
    padding-left: 4px;
    border-left: 2px solid #666;
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #928f88;
    border-top: 2px solid #666;
    line-height: 10px;
    width: 600px;
    height: 15px;
    line-height: 15px;
}

#navigation {
    width: 608px;
    background: #dddad3;
}
.navi {
    float: left;
    display: block;
    font:
        9px arial black,
        calibri;
    border-left: 2px solid #666;
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #928f88;
    border-top: 2px solid #666;
    margin-right: 4px;
    padding: 5px;
    min-width: 80px;
    text-align: center;
    background: #d4d0c8;
    text-transform: uppercase;
}

.title {
    font:
        9px arial black,
        calibri;
    text-transform: uppercase;
    color: #fff;
    background: #e3f4e2
        url(https://64.media.tumblr.com/24edcf69b43d44676493a5b517aa225e/9aa6415c11a612ea-90/s640x960/e6ee5ec70e3166f12308004fc1b3c5b742dc8e0e.pnj);
    letter-spacing: 3px;
    padding-left: 4px;
    border-bottom: 1px solid #fff;
    padding-top: 2px;
}

a:link,
a:visited,
a:active {
    color: #2f498c;
    text-decoration: none;
}

a:hover {
    color: #444;
}

.quantico-regular {
    font-family: "Quantico", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.quantico-bold {
    font-family: "Quantico", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.quantico-regular-italic {
    font-family: "Quantico", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.quantico-bold-italic {
    font-family: "Quantico", sans-serif;
    font-weight: 700;
    font-style: italic;
}
.jersey-10-regular {
  font-family: "Jersey 10", sans-serif;
  font-weight: 400;
  font-style: normal;
}
