#starterboxes {
    width: 100%;
    margin-bottom: 20px;
}

.ltboxwrapper {
    background-image:url(../pictures/bg-ltbottom.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 0 0 15px 0;
    width: 240px;
    float: left;
    margin: 0 10px 10px 0;
}
.ltbox {
    background-image:url(../pictures/bg-lttop.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 10px 0 0 0;
    width: 240px;
}
.ltboxinner {
    background-image:url(../pictures/bg-lt.gif);
    background-repeat: repeat-y;
    padding: 0 5px 10px 15px;
    vertical-align: top;
    min-height: 140px;
}
*html .ltboxinner {
    height: 140px;
}
#starterboxes .ltboxinner h1.csc-firstHeader {
    color: #f08a00;
    bottom: 0;
    position: relative;
    padding: 4px 0 12px 0;
}
#starterboxes .ltboxinner h1.csc-firstHeader a {
    color: #f08a00;
}

.rtboxwrapper {
    background-image:url(../pictures/bg-rtbottom.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 0 0 15px 0;
    width: 240px;
    float: left;
    margin: 0 0 10px 0;
}
.rtbox {
    background-image:url(../pictures/bg-rttop.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 10px 0 0 0;
    width: 240px;
}
.rtboxinner {
    background-image:url(../pictures/bg-rt.gif);
    background-repeat: repeat-y;
    padding: 0 5px 10px 15px;
    vertical-align: top;
    min-height: 140px;
}
*html .rtboxinner {
    height: 140px;
}
#starterboxes .rtboxwrapper h1 {
    color: #990099;
    bottom: 0;
    position: relative;
    padding: 4px 0 12px 0;
}
#starterboxes .rtboxwrapper a {
    color: #990099;
}

.lbboxwrapper {
    background-image:url(../pictures/bg-lbbottom.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 0 0 15px 0;
    width: 240px;
    float: left;
    margin: 0 10px 10px 0;
}
.lbbox {
    background-image:url(../pictures/bg-lbtop.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 10px 0 0 0;
    width: 240px;
}
.lbboxinner {
    background-image:url(../pictures/bg-lb.gif);
    background-repeat: repeat-y;
    padding: 0 5px 10px 15px;
    vertical-align: top;
    min-height: 140px;
}
*html .lbboxinner {
    height: 140px;
}
#starterboxes .lbboxwrapper h1 {
    color: #0087bb;
    bottom: 0;
    position: relative;
    padding: 4px 0 12px 0;
}
#starterboxes .lbboxwrapper a {
    color: #0087bb;
}

.rbboxwrapper {
    background-image:url(../pictures/bg-rbbottom.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 0 0 15px 0;
    width: 240px;
    float: left;
    margin: 0 0 10px 0;
}
.rbbox {
    background-image:url(../pictures/bg-rbtop.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 10px 0 0 0;
    width: 240px;
}
.rbboxinner {
    background-image:url(../pictures/bg-rb.gif);
    background-repeat: repeat-y;
    padding: 0 5px 10px 15px;
    vertical-align: top;
    min-height: 140px;
}
*html .rbboxinner {
    height: 140px;
}
#starterboxes .rbboxwrapper h1 {
    color: #009900;
    bottom: 0;
    position: relative;
    padding: 4px 0 12px 0;
}
#starterboxes .rbboxwrapper a {
    color: #009900;
}