body, table {
    font: 12px/18px arial;
}

table.borders, table.borders tr, table.borders td {
    border-collapse: collapse;
}

table.borders td {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding-top: 5px;
    padding-bottom: 6px;
    _padding-top: 3px;
    _padding-bottom: 4px;
}

body {
    padding: 0px;
    margin: 0px;
    text-align: center;
    background-image: url(../images/body-background.png);
}

h1, h2 {
    font-weight: normal;
    color: #343496;
    font-size: 18px;
}

h1 a {
    color: #343496;
    text-decoration: none;
}

img {
    border: 0px;
}

#page {
    width: 763px;
    min-height: 100%;
    _height: 100%;
    margin: 0px auto;
    text-align: left;
    background-color: white;
    background-image: none;
}

#navigation {
    width: 217px;
    float: left;
}

#navigation ul {
    background-color: #EBEAFF;
    margin: 0px;
    padding: 0px;
    _padding-left: 1px;
    list-style: none;
}

#navigation ul ul {
    padding-left: 15px;
}

#navigation ul, a {
    color: #343496;
    text-decoration: none;
}

a:hover {
    color: #9B99CE;
    text-decoration: underline;
}

#navigation ul a {
    display: block;
    height: 18px;
    _height: 20px;
    border-top: 1px solid white;
    border-bottom: 1px solid #9B99CE;
    padding: 3px 0px 3px 10px;
}

#navigation p {
    width: 180px;
    margin-left: 20px;
    margin-top: 15px;
}

#navigation p img {
    border: 0px;
}

#content {
    padding: 0px 10px 20px 10px;
}

#content div {
    margin-bottom: 15px;
}

#main {
    width: 546px;
    float: left;
}

#logo {
    background-image: url(../images/tnt-logo.png);
    width: 217px;
    height: 74px;
    text-indent: -1000em;
}

#header {
    width: 100%;
    border-top: 3px solid red;
    border-bottom: 3px solid red;
    background-image: url(../images/header-00.jpg);
    height: 277px;
}