@charset "utf-8";

body, html {

    margin: 0;

    padding: 0;

}

body {

    background-color: #000;

    background-image: url("../images/mf-firewors1b.jpg");

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, img {

    margin: 0;

    padding: 0;

}

#container {

    margin-left: auto;

    margin-right: auto;

    width: 1000px;

}

#header {

    background-image: url("../images/2017-amf-banner1a.png");

    height: 200px;

}

#hmenu {

    height: 45px;

    margin: 0 auto;

}

#hmenu ul {

    list-style: none outside none;

    padding-left: 1px;

}

#hmenu ul li {

    background-color: #a2bbae;

    float: left;

    font-size: 1.3em;

    font-weight: bold;

    height: 35px;

    margin-left: 3px;

    margin-top: 2px;

    padding-top: 7px;

    text-align: center;

    text-decoration: none;

    width: 139px;

}

#hmenu ul li a {

    text-decoration: none;

}

#hmenu ul li a:link {

    color: #000000;

}

#hmenu ul li a:visited {

    color: #333333;

}

#hmenu ul li a:hover {

    color: #ffffff;

}

#hmenu ul li a:active {

    color: #777777;

}

#wrapper1 {

    background-color: #fff;

}

#wrapper2 {

    background-position: left top;

    background-repeat: repeat-y;

}

#leftcol {

    float: left;

    min-height: 500px;

    width: 100px;

}

#centercol {

    float: left;

    min-height: 500px;

    padding-bottom: 21px;

    width: 800px;

    margin-top: 14px;

}

#centercol p {

    padding-top: 14px;

}

#rightcol {

    float: left;

    min-height: 500px;

    width: 100px;

}

#footer {

    background-color: #a2bbae;

    clear: both;

    height: 37px;

    padding-top: 12px;

}

