/*
** Three Column Structure
** for documentation see http://www.alistapart.com/articles/holygrail
*/


#column-wrapper
{
    background:#FFF url(/unisys/inc/img/ui/two-column-reverse-bg2.gif) repeat-y 0 0;
  padding-right:220px;  /* right col full width (190) + center column padding (30) */
  position:relative; /*  needed to fix original IE 6 jumpy left column problem */
  overflow: hidden; /* fixes IE 7 display issues */
}

#column-wrapper .column
{
    position: relative;
    float: left; /* Ensure that columns are all the full height.*/
}

.main-content-column
{
    width: 100%;
  padding:0 9px 0 21px; /* center col padding */
}

#right-sidebar {
  width: 180px;  /* right col width without padding */   
  padding:0 0 0 10px; /* right col padding */
  margin-right: -220px;    /* -(right col full width (190) + center col padding (30))*/ 
  border-left:none;  
}

#three-column-clear
{
    clear: both;
    overflow: hidden;
    width: 100%;
}
