#l-content {
position: absolute;
margin-left: 170px;
width: 80%;
height: 100%;
background-color: #f5f5f5;
}

#l-menu {
position: absolute;
width: 190px;
left: 0px;
padding:0px;
margin:0px;
padding-top: 110px;
height: 100%;
background-color: #f5f5f5;
}

#l-content-inner{
position: absolute;
top: 110px;
width: 90%;
background-color:#efefef;
left: 5%;
border: 2px;
border-color: #ffffff;
border-style: outset;
padding: 20px;
}

#l-header{
position: absolute;
top: 0px;
left: 0px;
min-height: 100px;
width: 100%;
background-color:#f5f5f5;
}

#l-copyright{
position: absolute;
bottom: 0px;
width: 100%;
height: 50px;
background-color: #f5f5f5;
text-align: center;
vertical-align: center;
}

