body {
    margin: 0;
    padding: 0;
    font-size: small;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: white;
    background-color: black;
    min-height: 1000px;
}

#wrap {
    background-color: black;
    width: 1200px;
    margin: 10px auto;
}

#head {
    height: 180px;
}

#logo {
    background: #FFFFFF url('../res/logo.png') no-repeat;
    height: 120px;
}

#title {
    background: #FFFFFF;
    color: #0C0C0B;
    padding-left: 154px;
    padding-bottom: 10px;
    font-size: 2.0em;
    font-weight: bold;
}

#menu {
    height: 30px;
    background: #FFFFFF url('../res/button_background.png') repeat-x top;
}

#menu ul {
    list-style: none;
    margin: 0;
    margin-left: 30px;
    padding: 0;
    float: left;
    /*background-color: aqua;*/
}

#menu ul li {
    float: left;
}

#menu ul li a {
    color: #000000;
    font-weight: bold;
    font-size: 1.6em;
    text-decoration: none;
    padding: 5px 30px 3px 20px;
    height: 22px;
    display: block;
    background: #FFFFFF url('../res/button_background.png') repeat-x top;
}

#menu ul li a:hover {
    background-color: #AAAAAA;
    background: #FFFFFF url('../res/button_background.png') repeat-x bottom;
    padding: 7px 28px 1px 22px;
}

#content {
    float: left;
    color: #333333;
    margin-top: 8px;
    padding-bottom: 40px;
    background: #FFFFFF;
    min-height: 400px;
    width: 100%;
}

#content h1 {
    text-align: center;
    font-size: 3.0em;
    font-weight: bold;
}

#content h2 {
    text-align: center;
    font-size: 2.0em;
    font-weight: bold;
}

#content h4 {
    text-align: center;
    font-size: 1.5em;
}

#content a {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    color: inherit;
    font-weight: bold;
    text-decoration-line: none;
}

#content hr {
    width: 95%;
}

#content .tab {
    margin-left: 25px;
}

#news {
    margin: 25px;
}

#news hr {
    margin-top: 25px;
    margin-bottom: 25px;
}

#news ul {
    list-style-type: none;
    text-align: left;
    margin-left: -10px;
    /*font-size: 20px;*/
}

#news h2 {
    text-align: left;
}

#news h3 {
    text-align: left;
}

#news a {
    font-size: inherit;
    color: #0080ff;
}

#news .tab {
    margin-left: 25px;
}

#news .sub-list {
    padding-left: 25px;
    margin-block-start: 2px;
    margin-block-end: 4px;
    font-style: italic;
}

#decals a {
    font-size: inherit;
    color: #0080ff;
}

#feature div {
    float: left;
    width: 55%;
}

#feature h1 {
    text-align: left;
    margin: 20px 0px 6px 30px;
}

#feature h2 {
    text-align: left;
    margin: 20px 0px 6px 30px;
}

#feature a {
    font-size: inherit;
    color: inherit;
}

#feature ul {
    margin-left: 15px;
    text-align: left;
    font-size: 1.4em;
    line-height: 1.8em;
}

#templates {
    margin: 25px;
}

#templates hr {
    float: left;
}

#templates span.headline {
    float: left;
    width: 42%;
    height: 60px;
    margin-left: 29%;
}

#templates div.boxLeft {
    float: left;
    width: 42%;
    height: 280px;
    margin-left: 5%;
}

#templates div.boxCenter {
    float: left;
    width: 42%;
    height: 280px;
    margin-left: 29%;
}

#templates div.boxRight {
    float: right;
    width: 42%;
    height: 280px;
    margin-right: 5%;
}

#templates h3 {
    text-align: left;
    font-size: 1.8em;
    font-weight: bold;
    font-style: italic;
    margin: 0px;
    padding: 10px 5px 10px 25px;
    height: 30px;
}

#templates div.files {
    float: left;
    width: 80px;
    height: 200px;
    padding-left: 40px;
}

#templates img {
    float: right;
    padding-right: 25px;
}

#templates div.files img {
    height: 50%;
    padding: 0px;
}

#manual {
    margin: 25px;
}

#manual a {
    font-size: inherit;
    /*color: inherit;*/
    color: #0080ff;
}

#manual h2 {
    text-align: left;
}

#manual h3 {
    text-align: left;
}

#manual h5 {
    text-align: left;
    font-size: 11pt;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: underline;
}

#manual h6 {
    text-align: left;
    font-size: 11pt;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}

#manual ul {
    list-style-type: none;
}

#manual .left td,th {
    text-align: left;
}

#manual table td {
    text-align: center;
}

#manual .tab {
    margin-left: 25px;
}

#manual li.heading {
    text-decoration: underline;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

#manual .info {
    margin-left: 25px;
    font-style: italic;
}

#foot {
    float: left;        
    margin-top: 8px;
    height: 40px;
    background: #FFFFFF url('../res/button_background.png') repeat-x bottom;
    width: 100%;
    clear: both;
}

#foot div {
    margin-top: 3px;
    width: 100%;
    color: #7A7A7A;
    text-align: center;
}