html, body { margin: 0; padding: 0; height: 100%; overflow: hidden;        
}
#wrapper {
       /* background: url(../../images/fondo.gif) repeat-y left; */  
        height: 100%;
}
#container {
        width: 100%;
height: 100%;	
	float: right;
	margin-left: -150px;
        /*height: 95%;
        height: expression(document.body.clientHeight-30); */     
        overflow: auto;               
}
#content {
	margin-left: 148px;
        font-family: Arial, sans-serif;         
}
#sidebar {
        position: absolute;
        width: 148px;
        left: 0px;
        top: 0px;      
        background: url('images/fondo.gif') repeat-y left;        
        height: 100%
              
}
#footer {
        clear: both;
	background: #00005a;
        height: 26px;
        position: absolute;
        width: 138px;
        left: 0;
        bottom: 2px;
}

h6 {	
	margin-top:		2px;
	margin-right:		0px;
	margin-left:		0px;
    	margin-bottom:		2px;
	border: 1px solid #E0E0E0; 

    font-family: Arial, sans-serif;
    line-height: 17px;
   	font-size:   13px;
   	font-weight: normal;
    background: #f9f9f9;         
}