/* Container Styles for DotNetNuke
Transparent Container Simple Red Leaf Skin */

/* Adds spacing between the containers */
.rlcontent_transparent
{
    margin-bottom: 15px;
}

.googlesquareleft
{
    width: 252px;
    height: 252px;
    margin: 15px 15px 15px 0;
    float: left; /* allows main content to wrap around google ad */
    /* note after this the clear class is called up at the end of the container
     to clear the float */
}
.googlesquareright
{
    width: 252px;
    height: 252px;
    margin: 15px 0 15px 15px;
    float: right;
}
.google468bannercontainer
{
    margin-left: 35px;
    margin-bottom: 15px;
}

