html, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #3b4045;
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #c5c5c5;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

p {
    padding: 0px 0px 10px 0px;
    margin: 0px;
    line-height: 15px;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    color: #007ccd;
    margin-top: 0;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

#box {
    width: 760px;
    margin: auto;
}

#header {
    height: 136px;
}

#header a {
    float: left;
    margin: 32px 0px 0px 10px;
}

#header #zmp {
    float: left;
    margin: 35px 0px 0px 303px;
}

#container {
    background: url('../gfx/container-bg.gif') repeat-y;
}

    #container_top {
        background: url('../gfx/container-top.jpg') no-repeat;
        width: 760px;
        height: 5px;
        font-size: 1px;
    }
    
    #banner {
        width: 752px;
        height: 200px;
        margin: auto;
        background: url('../gfx/top-bg.jpg') repeat-x;
        color: #1b1b1b;
    }
    
        #banner_img {
            float: left;
            width: 215px;
        }
    
        #banner img {
            display: inline;
            float: left;
            margin-left: 1px;
            width: 213px;
            height: 199px;
        }
        
        #banner h1 {
            font-size: 18px;
            font-weight: bold;
            color: #1b1b1b;
            padding-top: 33px;
        }
        
        #banner a {
            color: #1b1b1b;
            font-weight: bold;
        }
        
        #banner_text {

        }

        #banner_text p {
            text-align: justify;
            margin-right: 20px;
        }
    
    #path {
        width: 752px;
        height: 31px;
        margin: auto;
        background: url('../gfx/path-bg.jpg') no-repeat;
    }
    
    #content, #contact {
        display: inline;
        float: right;
        width: 505px;
        padding: 24px 24px 10px 20px;
    }
        
        #content p {
            text-align: justify;
            line-height: 17px;
        }
        
        #content a {
            color: #fff;
            text-decoration: none;
            font-weight: bold;
        }
        
        #content a:hover {
            color: #dfdfdf;
            text-decoration: underline;
        }
        
        #content ul {
            margin-top: 0px;
        }
        
        #content h1 {
            background: url(../gfx/h1.jpg) no-repeat;
            background-color: #000;
            padding: 5px 5px 5px 25px;
            border-right: solid 8px green;
        }
        
        #content .mini {
            margin: 10px;
            text-align: center;
        }
        
        #content .mini a img {
            margin: 10px;
            border: 1px solid #000;
        }
        
    #menu {
        display: inline;
        float: left;
        width: 210px;
        padding: 24px 0px 10px 0px;
    }
    
        #menu ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }
        
        #menu ul.main li {
            margin: 0px 0px 2px 4px;
            width: 207px;
        }
        
        #menu .main li a:hover {
            background: url('../gfx/button-over.jpg') no-repeat;
        }
        
        #menu .main li a {
            display: block;
            height: 22px;
            padding: 5px 0px 0px 36px;
            margin-bottom: 7px;
            color: #c0c0c0;
            font-weight: bold;
            text-decoration: none;
            background: url('../gfx/button.jpg') no-repeat;
        }
        
        #menu ul li ul {
            margin-bottom: 15px;
        }
        
        #menu ul li ul li.sub {
            margin: 0;
            padding: 0;
            width: 198px;
            height: 22px;
        }
        
        #menu ul li ul li a.sub_link {
            margin: 5px 0px 0px 36px;
            padding: 0px;
            display: block;
            background: transparent;
        }
        
        #menu ul li ul li a.sub_link:hover {
            background: transparent;
            color: #8E8E8E;
        }
        
        #menu ul li a.more {
            background: url('../gfx/button-more.jpg') no-repeat;
        }
        
        #menu ul li a.more:hover {
            background: url('../gfx/button-more-over.jpg') no-repeat;
        }
        
        #menu p {
            margin: 5px 15px 10px 15px;
        }
        
        #menu span {
            display: block;
            text-align: center;
            margin: 85px 15px 35px 10px;
        }
        
        #menu span a {
            font-size: 9px;
            font-weight: bold;
        }
        
    #footer {
        clear: both;
        width: 550px;
        height: 27px;
        background: url('../gfx/footer-bg.jpg') no-repeat;
        padding: 5px 0px 0px 210px;
        margin-bottom: 22px;
        text-align: center;
        color: #888;
    }
    
.bold {
    font-weight: bold;
}
