/* 
================================================
 Container Styles for DotNetNuke
================================================
*/   

#BlueTopMiddle
{
    overflow:hidden;
    position:relative;
    float:left;
    background-image:url("content.jpg");
    background-repeat:repeat-y;
	width:559px;
	z-index:50;
}

#BlueTop
{
    background-image:url("header.jpg");
    background-color:Transparent;
    background-repeat:no-repeat;
    width:559px;
    height:45px;
}
.BlueContentPane
{
    position:relative;
    float:left;
	top:-45px;
	width:559px;
}

.BlueBottom
{
    position:relative;
    
    background-image:url("bottom.jpg");
    background-repeat:no-repeat;
    
    width:559px;
    height:3px;
    position:relative;
    z-index:25;
    
}

html > body .BlueBottom
{
    float:left;
}



