.HomeBody
{
    min-height: 400px;
}
.HomeBodyContent
{
    font-size: 14px;
    margin: 50px auto 60px 20px;
    overflow: hidden;
}
.IceCreamCone
{
    width: 270px;
    height:400px;
    float: left;
    background-image: url(/images/lollipop/icecream.png);
    background-repeat: no-repeat;
    background-position: 0px 35px;
}
.IceCreamUL
{
    list-style-type: none;
}
.IceCreamUL li
{
    margin-bottom: 4px;
    font-weight: bold;
    color: #790328;
}
.BelowIceCreamCone
{
    margin-top: 442px;
    float: left;
    width: 270px;
}
.BelowIceCreamCone H3
{
    font-size: 18px;
    color: #790328;
    font-weight: lighter;
}
.IceCreamText
{
    float: left;
    width: 290px;
    margin-left: 45px;
    margin-top: 20px;
}
.IceCreamText a, .HomeSideBar a
{
    font-weight: bold;
}
ul.HomeSideUL
{
    padding-left: 14px !important;
}
ul.HomeSideUL li
{
    font-weight: bold;
    margin-bottom: 8px !important;
}

