* {
    margin: 0px;
    padding: 0px;
    font-size: small;
    font-weight: normal;
    font-style: normal;
}

body {
    background: url('../images/back.gif') top left repeat-x;
}

img {
    border: 0px;
}

strong {
    font-weight: bold;
}

#container {
    width: 760px;
    margin: 0px auto;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    background: #FFFFFF;
}

h1 {
    font-size: x-small;
    text-align: right;
    margin: -58px 10px 20px 0px;
}

#header {
    height: 120px;
    background: url('../images/header_top.gif') top left no-repeat;
}
    #logo {
        margin: 5px 0px 0px 15px;
    }
    #header p {
        font-size: x-small;
        text-align: right;
        margin: 10px 10px 0px 0px;
    }
    #header ul {
        margin: -15px 200px 0px 0px;
        list-style-type: none;
        text-align: right;
    }
    #header li {
        display: inline;
        padding: 0px 0px 0px 10px;
    }

#contents {
    margin: 10px 0px 0px 0px;
}

#menu {
    margin: 0px 0px 0px 20px;
}
    #menu ul {
        list-style-type: none;
    }
    #menu li {
        display: inline;
        padding: 0px 10px 0px 0px;
    }

#main {
    padding: 0px 0px 0px 20px;
    line-height: 1.5em;
}
    #main_banner {
        margin: 0px 0px 20px 0px;
    }

    #news {
        width: 220px;
        float: left;
    }
    #news ul {
        list-style-type: none;
        margin: 10px 0px 0px 10px;
    }
    #news span {
        font-size: 80%;
    }
    #banner {
        margin: 10px 0px 0px;
    }

    #message {
        width: 500px;
        float: left;
    }
    #message p {
        margin: 10px 0px 0px 10px;
    }

#footer {
    margin: 30px 0px 0px;
    padding: 10px 5px 5px;
    color: #FFFFFF;
    text-align: center;
    background: #5F831F url('../images/footer_back.gif') top left repeat-x;
}
    #footer ul {
        list-style-type: none;
    }
    #footer li {
        display: inline;
        padding: 0px 5px;
        background: url('../images/footer_line.gif') bottom right no-repeat;
    }
    #footer address {
        font-size: x-small;
        margin: 5px 0px 0px;
    }
    #footer a {
        font-size: x-small;
        color: #FFFFFF;
        text-decoration: none;
    }
    #footer a:hover {
        text-decoration: underline;
    }

div .clear {
    clear: left;
}

span.red {
    color: #CC0000;
}

span.strong-text {
    font-size: 120%;
    font-weight: bold;
}
.strong-green {
    color: #5F831F;
    font-weight: bold;
}
.strong-orange {
    color: #FF4500;
}

