.content {
    padding: 20px 0px 20px 0px;
}

.content-frontbox {
    padding: 15px;
}

.content-frontbox a:link, 
.content-frontbox a:visited {
    text-decoration: none;
}

.content p {
    font-size: 1.2em;
    line-height: 1.3em;
}

#company-squares img {
    margin: 0px 6px;
    border: 2px solid #000;
}

#front-image {
    border: 2px solid white;
    position: relative; 
    left: -3px; top: -3px;
    width: 500px;
    height: 326px;
}

#front-image-dropshadow {
    background-color: #256525; 
    width: 504px; 
    height: 330px; 
    float: right;
}

#products-table-header {
    margin-bottom: 5px;
    font-size: 0.8em;
    margin-left: 2px;
}

#products-table {
    margin-left: -3px;
    background-color: white;
    padding: 3px;
    font-size: 0.8em;
}

#products-table th {
    border: 1px solid #fff;
    background-color: #cc3333;
    font-weight: normal;
    color: #fff;
}

#products-table td {
    border: 1px solid #fff;
    background-color: #d4d0aa;
}

#products-table a:link, #products-table a:visited {
    text-decoration: none;
    color: #000;
}

.product-image {
    width: 360px;
    overflow: hidden;
    margin-bottom: 10px;
}

.product-image img {
    border: 2px solid #088519;
}

.product-image-area {
    float: right;
    width: 360px;
    height: 450px;
    overflow: hidden;
    font-size: 0.8em;
    text-align: center;
}
