/* CSS Document */

body {
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    background: #1f0201;
    /*background:url(../img/back.jpg) no-repeat top center; */

    background: #C7C7C7;
    margin: 0;
    padding: 0;
    color: #000;
}

ul,
ol,
dl {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
}

a img {
    border: none;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.header {
    width: 1290px;
    height: 424px;
    background: url(../img/header.jpg) no-repeat;
}

.left_side {
    float: left;
    margin-left: 60px;
    width: 350px;
    padding-left: 5px;
    margin-top: 0px;
}

.left_side h2 {
    font: 18px Tahoma, Geneva, sans-serif;
    display: block;
    text-align: right;
    padding-right: 30px;
}

.content {
    margin-top: 0px;
    margin-right: 160px;
    width: 700px;
    float: right;
}

.content ul,
.content ol {
    padding: 0 15px 15px 40px;
}

ul.nav {
    list-style: none;
    border-top: 1px solid #666;
    margin-bottom: 15px;
}

ul.nav li {
    border-bottom: 1px solid #666;
}

ul.nav a,
ul.nav a:visited {
    padding: 5px 5px 5px 15px;
    display: block;
    text-decoration: none;
    background: #8090AB;
    color: #000;
}

ul.nav a:hover,
ul.nav a:active,
ul.nav a:focus {
    background: #6F7D94;
    color: #FFF;
}

.footer {
    width: 955px;
    height: 86px;
    background: url(../img/footer.png) no-repeat;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

table.table {
    width: 97%;
    margin-left: 20px;
    margin-bottom: 20px;
}

table.table thead {}

table.table thead tr {}

table.table thead tr th {}

table.table tbody tr {}

table.table tbody tr td {
    text-align: center;
}
