/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containerMaster
{
    width: 100%;
    border:0;
}
.containerTop
{
    height: 31px;
    border-bottom: solid 1px #000;
    background-image: url(images/containerTop.gif);
    background-position: center 2px;
    background-repeat: no-repeat;
}
.containerContent
{
    text-align: center;
}
.containerBottom
{
    height: 40px;
    border-top: solid 1px #000;
    background-image: url(images/containerBottom.gif);
    background-position: center -3px;
    background-repeat: no-repeat;
}

.containerSmallTop
{
    height: 14px;
    background-image: url(images/containerSmallTop.gif);
    background-position: center 1px;
    background-repeat: no-repeat;
    border-bottom: solid 1px #000;
}
.containerSmallBottom
{
    height: 19px;
    background-image: url(images/containerSmallBottom.gif);
    background-position: center -1px;
    background-repeat: no-repeat;
    border-top: solid 1px #000;
}

.Head
{
    font-family: Times New Roman;
}
