body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    background-color: #fff;
    background-image: url('../images/background_line.jpg');
    background-position: center;
}

img {
    border: 0;
}


h1 {
    font-weight: normal;
    font-size: 30px;
    color: #f1f1f1;
    padding-top: 25px;
}

div#top {
    height: 119px;
}

div#top a{
    margin-left: 50px;
    position: absolute;
    z-index: 2;
}

div#top div#block {
    background-color: #821F3C;
    height: 113px;
    width: 627px;
    margin-right: 32px;
    position: relative;
    z-index: 1;
    float: right;
}

div#container {
    width: 942px;
    margin: 0 auto;
    
}

div#container_background {
    width: 942px;
    margin: 0 auto;
    background-image: url('../images/background_image.jpg');
    background-repeat: no-repeat;
}

div#container table{
    width: 93%;
    font-size: 12px;
    color: #9f5468;
    margin: 0 auto;
}

div#container table tr td{
    border-bottom: 1px dashed #9f5468;
    padding: 5px;
}

div#container table tr.first_row td{
    font-size: 11px;
    text-align: center;
    padding-bottom: 4px;
}

div#container table tr td.file_type {
    width: 90px;
    text-align: center;
}

div#container table tr td.file_name {
    width: 442px;
    padding-left: 50px;
}

div#container table tr td.file_name a {
    color: #7f3448;
    text-decoration: none;
}

div#container table tr td.file_name a:hover {
    font-weight: bold;
}

div#container table tr td.last_modification {
    width: 250px;
    text-align: center;
}

div#container table tr td.file_size {
    width: 90px;
    text-align: center;
}

div#container table tr.light_row {
    background-image: url('../images/table_row_light.png');
}

div#container table tr.dark_row {
    background-image: url('../images/table_row_dark.png');
}

div#bottom {
    background-color: #821F3C;
    height: 20px;
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
}

div#bottom ul {
    font-size: 10px;
    display: block;
    list-style: none;
    width: 500px;
    margin: 0 auto;
    padding-top: 3px;
}

div#bottom ul li {
    float: left;
    padding-right: 20px;
}

div#bottom ul li a {
    color: #fff;
    text-decoration: none;
}

div#bottom ul li a:hover {
    text-decoration: underline;
}

div#banner p{
    text-align: center;
    padding-bottom: 40px;
}