/* 
================================================
 Container Styles for DotNetNuke
================================================
*/   

.AdTopMiddle
{
    position:relative;
    float:left;
    /*background-image:url("content.jpg");*/
    background-repeat:repeat-y;
	width:559px;
}


.AdContentPane
{
    position:relative;
    float:left;
	width:559px;
}

.AdBottom
{
    position:relative;
    float:left;
    /*background-image:url("bottom.jpg");*/
    background-repeat:no-repeat;
    width:559px;
    height:3px;
    position:relative;
}

.AdContentPane table, tbody, tr, td
{
    padding:0;
    margin:0;
    border-width:0;
}


