/* Główne elementy */

#LeftDock{
float:left;
width:255px;
overflow:hidden;
margin-left:10px;
}

#RightAreaDock{
float:right;
width:720px;
}

#FooterDock{
clear:both;
}


/* Elementy RightDock */
#HeaderDock{
height:285px;
clear:both;
position:relative;
}

#CenterDock{
clear:both;
}

#MiddleHeaderDock{
width:200px;
height:130px;
float:right;
overflow:hidden;
clear:both;
}

#MainSmallerDock{
width:525px;
float:left;
}

#RightDock{
width:175px;
float:right;
position:relative;
}

#CenterLowerDock{
display:block;
clear:both;
}
