body {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

div#all{
    clear: both;
    width: 1065px;
    text-align: center;
    margin: auto;
    border-left-width:1px;
    border-left-style:solid;
    border-left-color:#e2e2e2;
    border-right-width:1px;
    border-right-style:solid;
    border-right-color:#e2e2e2;
}

div#header {
    /*text-align:left;*/
    clear: both;
    height: 186px;
    padding: 0px;
    font-family: Arial, Helvetica; font-size: 40px; font-weight: bold;
    color: red;
}

div#left {
    padding: 40px 0px 9px 0px;
    float: left;
    width: 190px;
    min-height: 600px;
    text-align: left;
    margin:0px;
    border-right-width:1px;
    border-right-style:solid;
    border-right-color:#e2e2e2;
}

div#content {
    padding: 60px 0px 9px 15px;
    width: 875;
    /*height: 590px;*/
    min-height: 600px;
    text-align: left;
    margin-left: 188px;
}

div#footer {
    display:none;
    margin:0px;
    text-align: right;
    clear: both;
    padding: 0px 0px 0px 0px;

}

#footer a {
    color: #e2001a;
}

table#vehicles img {
    max-width: 160px;
    border: 1px solid #ccc;
    padding: 2px;
    margin: 5px;
}

table#vehicles tr:nth-child(odd) {
    background-color: transparent;
}

table#vehicles tr:nth-child(even) {
    background-color: #f0f0e0;
}

table#vehicles tr:hover {
    cursor: pointer;
}
