#leftcol {
 width:199px; 
 float:left; 
 position:relative; 
 background-color: #F9F8F0;  
  border-bottom:1px solid black;
  border-left:1px solid black;  
/*  background-image:url(../images/sysimages/drop.png); background-position:bottom; background-repeat:repeat-x; */
 }

 
  
#leftcol .wrapper {
  border-bottom:1px solid black;
  }
    
#maincol {
width:576px;
   *width: 574px; /* IE 7 and below */
   _width: 574px; /* IE 6 and below */
border:1px solid black; 
border-top:0;
 background-color: white;  
 float: right; 
 display:inline; 
 position: relative;
 min-height:500px;
/* background-image:url(../images/sysimages/drop.png); background-position:bottom; background-repeat:repeat-x;  */
 }

