body
{
height:100%;
padding:0px;
margin: 0px;

}

#siteWrapper
{
position: absolute;
padding: 0px 0px 0px 0px;
height:100%;

}



#siteBodyWrapper
{
position: relative;
width: 950px;
border: solid 0px #fff;
background-color: yellow;
margin: 0 auto;
}

#siteHeader
{
position: relative;
width: 100%;
height: 80px;
background: #2B2B2B url('/WKClientsite1/assets/images/topbg.gif') repeat-x;
margin-bottom: 2px;
}

#siteBodyLeft
{
background-color:green;
width:180px;
float:left;
}

#siteBodyRight
{
background-color:orange;
width:770px;
float:left;
}



#siteBodyRight .pageContent
{
padding:10px;
background-color:Aqua;

}




.clearLeft
{
clear:left;
height:0px;
}
.clearRight
{
clear:Right;
height:0px;
}
.clearBoth
{
clear:Both;
height:0px;
}





#siteFooter
{
background-color: red; 
clear:Both;
padding:3px 0px 10px 10px;
}



















































