+/*
      Created by CSS Portal Layout Generator

/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }


.FRTAB{
	position:relative;
	top:0px;
  	left:0px;
}

#wrapper { 
 margin: 0 auto;
 width: 886px;
 height:100%;
}



#header {
 width: 95%;
 float: left;
 height: 79px;
 background-image: url(../images/lis_header.jpg); 
}

#footer { 
 width: 100%;
 height: 54px;
 clear: both;
 background-image: url(../images/bg_footer.jpg); 
}

#content { 
 float: left;
 background: #FFFFFF;
 height:400px;
 width: 100%;

}

#maindisplay { 
 float: left;
 color: #333;
 background: #FFFFFF;
 width: 800px;
}



#menucolumn { 
 height:1px;
 width: 220px;
 float: left;
 height:100%;

}

#display { 
 float: left;
 background: #FFFFFF;
 width:580px;
 display: inline;
}



#leftcolumn { 
 background-image: url(../images/bg_left.jpg); 
 height:100%;
 width: 43px;
 float: left;
}

#rightcolumn { 
 color: #333;
 background-image: url(../images/bg_right.jpg); 
 height:100%;
 width: 43px;
 float: left;
}
.seltxt{
overflow:auto;
 height:200px;
 width: 100%;
 float: left;

}
.restxt{
 float: left;

}








