              


.page-wrapper   {
display: table;
position: absolute ;
border: 2px solid black;
width: 99%;
top: 5px;
height: 600px ;
padding: ;
border-spacing: 2px;
}

.header-wrapper {
position: absolute;
height: 120px;
width: 90%;
border: 2px solid red;
background-color: black; 
 
}

.header-row  {
display: table-row;
position: absolute;
top: 5px;
LEFT: 10PX;
RIGHT: 10PX;
border: 1px solid green;
height: 120px;
width: ;
font-weight: bold;
font-style: italic;
text-align: center;
background-image: url(../images/topbackground3x.jpg);
background-color: ;
margin: 10px;

}

.logo-cell   {
position: absolute;
top: 1px;
left: ;
width: 180px;
height: 100px;
border: ;
padding:;
font-weight: bold;
font-style: italic;
background-color: ;
text-align: center;
color: white;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
}



.banner-cell   {
position: absolute;
left: 10%;
top: 1px;
right: 10% ;
width: ;
height: 100px;
border:;
padding: 2px;
text-align: ;
font-weight: bold;
font-style: italic;
background-color:;
background-repeat: repeat-x;
}

.main-table   {
display: table;
position: absolute;
top: 1px;
bottom: 5px;
border: 2px solid black;
width: 95%;
height: 97%;
padding: 2px;
border-spacing: 2px;
margin: 4px;
}

.main-row   {
display: table-row;       
position: ABSOLUTE;
top: 140px;
right: 10px;
LEFT: 10PX;
bottom: 33PX;
width: ;
height: ;
border: 2px solid red;
overflow-y: ;
margin: 2px;
}


.sidebar-cell   {
display: table-cell;
position: absolute;
top: 10px;
LEFT: 5PX;
width: 140px;
height: ;
bottom:2px;
border: 1px solid black;
padding: ;
font-weight: bold;
font-style: italic;
margin:;
overflow-y: scroll;
background-color: #C0C0C0;

}


.content-cell   {
display: table-cell;
position: absolute;
left: 150px;
right:5px;
top: 5px;
bottom: 1px;
width: ;
height: ;
border: 1px solid blue;
padding: 1%;
font-weight: bold;
font-style: ;
margin: 4px;
overflow-y: scroll;
}


.footer-row  {
display: table-row;
position: abSolute;
top: ;
bottom: 1px ;
height: 30px;
RIGHT: 2PX;
LEFT: 2PX;
width: ;
border: 2px SOLID green;

}

.footer-cell   {
position: absolute;
bottom: 1px;
top: 1PX;
left: 5PX;
RIGHT: 5PX;
width: ;
height: ;
border: 1px solid black;
padding: ;
font-weight: bold;
font-style: italic;
font-size: 85%;
text-align: right;
background-color: yellow;
}
