#content_main {
    position: relative;
    height: 361px;
    min-height: 361px;
    text-align: left;
    margin: 0 auto 0 auto;
    padding: 30px 0;
}

div[id] #content_main {
    height: auto;
}

#inner_content {
    background: url( '../images/content-bg.jpg' ) no-repeat;
    height: 361px;
    width: 1000px;
    position: relative;
    top: 0px;
    left: 0px;
}

#inner_content_back {
    width: 371px;
    height: 296px;
    position: absolute;
    left: 582px;
    top: 63px;
}

#browse_inventory {
    position: absolute;
}

.home_content {
    position: absolute;
    line-height: 1.1;
    z-index: 3;
}

.home_content a {
    color: white;
    text-decoration: none;
    font: bold 12px Arial;
}

.home_content a:hover {
    text-decoration: underline;
}

.home_content p {
    padding: 0;
    margin: 0;
}

.thumbs {
    width: auto;
    color: white;
}

.thumbs a {
    float:left;
    clear: both;
    color: black;
}

.thumbs td {
    vertical-align:top;
    padding-right: 40px;
}

.thumbs img {
    border: 1px solid black;
}

#year, #make, #model{
    clear: both;
    text-align: left;
    font: bold 10px Arial;
    width:100px;
}

#stock_number, #price {
    text-align: left;
    padding-top: 0px;
    font: 10px Arial;
}

.thumbs .now, .thumbs .expire {
    color: red;
}
