/* 
================================================
 Container Styles for DotNetNuke
================================================
*/   

.Head
{
    
    color:White;
    font-size:14px;
    font-weight:200;
    position:relative;
    float:left;
    top:8px;
    left:11px;
    width:173px;
}
/*html>body .Head
{
    float:none;
    top:0px;
}*/

.SideTopMiddle
{
    
    position:relative;
    float:left;
    background-image:url("content.jpg");
    background-repeat:repeat-y;
	width:173px;
	padding-left:5px;
	padding-right:5px;

}

html>body .SideTopMiddle
{

}

.SideTop
{
    margin-top:0px;
    position:relative;
    float:left;
    background-image:url("header.jpg");
    background-color:Transparent;
    background-repeat:no-repeat;
    width:183px;
    height:32px;
}
.SideContentPane
{
    position:relative;
    float:left;
	/*top:-45px;*/
	width:175px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	}

html>body .SideContentPane
{
    width:163px;
    padding-bottom:0px;
    padding-top:0px;
}

.SideBottom
{
    position:relative;
    background-image:url("bottom.jpg");
    background-repeat:no-repeat;
    width:183px;
    padding-left:5px;
    padding-right:5px;
    height:3px;
    position:relative;
    padding-bottom:8px;
}

html > body .SideBottom
{
    float:left;
    padding-bottom:16px;
}


