﻿#subwell_left 
{
    float: left;
    width: 160px;
    padding-top: 10px;
}
#subwell_center 
{
    float: left;
    width: 510px;
    background-image: url("./images/gateway_center.gif");
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 470px;
    height: auto !important;
    height: 470px;
    padding-top: 25px;
}
#subwell_right
{
    float: left;
    width: 160px;
    background-image: url("./images/gateway_right.gif");
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 10px;
}
#subwell_right div.content
{
    background-color: #b3db71;
    background-image: url("./images/gateway_right.gif");
    background-repeat: no-repeat;
    background-position: left -10px;
    padding: 10px;
    color: #669933;
}
#subwell_center div.content
{
    padding: 0px 20px;
}

#subwell_right hr 
{
    border-bottom: 2px dashed #e9f6d3;
}