body {
        margin: 0px;
        padding: 0px;
        background: url("img/bg.jpg") top left repeat-x #9c9c9c;
}
h1 {
        font-family: Verdana;
        font-weight: 100;
        font-size: 20px;
        color: #6A6A6A;
        margin: 0px;
        margin-bottom: -10px;
        padding-top: 5px;
        padding-left: 170px;
}
.container {
        border-right: 1px solid #969696;
        border-left: 1px solid #969696;
        width: 728px;
        background: #fff;
        text-align: left;
        position: relative;
}
.container p {
        padding-right: 10px;
        font-family: Verdana;
        color: #333;
        font-size: 13px;
        padding-left: 170px;
}
.container ul {
        padding-left: 180px;
        padding-right: 10px;
        font-family: Verdana;
        color: #333;
        font-size: 13px;
        list-style-type: disk;
}
.header {
        border-right: 1px solid #969696;
        border-left: 1px solid #969696;
        width: 728px;
        height: 130px;
        background: url("img/header.jpg") no-repeat;
}
.line {
        border-right: 1px solid #969696;
        border-left: 1px solid #969696;
        width: 728px;
        height: 20px;
        background: url("img/line.gif") repeat-x left top;
}
.menu {
        width: 158px;
        float: left;
        text-align: left;
        background: #fff;
}
.menu ul {
        list-style-type: none;
        margin-top: 20px;
        margin-left: 10px;
        padding-left: 0px;
}
.menu li {
        padding-top: 10px;
}
.menu a {
        padding-left: 5px;
        font-family: Verdana;
        color: #333;
        font-size: 13px;
        text-decoration: underline;
}
.menu a:hover {
        font-family: Verdana;
        color: #333;
        font-size: 13px;
        text-decoration: none;
}
.menu a.no_underline {
        text-decoration: none;
        font-weight: 600;
}
.bottom {
        width: 728px;
        height: 17px;
        font-family: Verdana;
        font-size: 11px;
        color: #fff;
        background: #6d6d6d;
        text-align: center;
        position: relative;
        padding-top: 2px;
}