/*---
LEFT
---*/
#left div.header
 {
 margin-top: 6px;
 width: 236px;
 height: 24px;
 background-color: #707080;
 }
#left div.header img
 {
 width: 229px;
 height: 24px;
 }
/*---
RIGHT
---*/
#right div.header
 {
 position: relative;
 height: 40px;
 }
#right div.header div.image
 {
 position: absolute;
 left: 0px;
 bottom: 0px;
 }
#right div.auxtop2
 {
 position: relative;
 height: 6px;
 margin-bottom: 18px;
 background-color: #707080;
 }
#right div.auxtop2 div.extender
 {
 position: absolute;
 left: -25px;
 top: 0px;
 width: 25px;
 height: 100%;
 background-color: #707080;
 }
