
/* Layout Stylesheet */ 


body{
 margin: 0px;
 padding:0;
 background: url(../images/MTEMBOS.GIF) #999999 fixed;
 }
		 
#l-col{
 position: fixed;
 top: 20px;
 left: 20px;
 width: 220px;
 background:inherit;
 color: #cc0099;
 margin: 0px;
 padding: 0px;
 height: 400px;
 }

#r-col{
 margin: 20px 20px 20px 220px;
 padding: 20px;
 }