#divheader      {    
                position: absolute; 
                top: 10px; 
                left: 225px;
                right: 5px;
                background-color: #828282;
                }

#divnavigation  {
                position: absolute;     
                top: 125px; 
                left: 10px;
                width: 220px;
                background-color: #828282;               
                }

#divcontent     {
                position: absolute;     
                top: 90px; 
                left: 200px;
                right: 5px;
                bottom: 5px;
                height: 80%;
                background-color: #828282;
                padding: 5px;
                }

#framecontent   {
                background-color: #828282;
                border: none;
                }

body            {
                font-family: monospace;
                background-color: #828282;
                }
