/**********************************************************************
* Footer styles                                                       *
**********************************************************************/
.footer {
  /* Apply no styles here */
}

.footer .content {
  display: none ! important;
}

.footer .sidebar {
  display: none ! important;
}



/**********************************************************************
* Layout styles                                                       *
**********************************************************************/
.fixed {
  position: absolute;
}

.content {
  width: 660px ! important;
  left:  0px   ! important;
}

.sidebar {
  width: 357px ! important;
  left:  660px ! important;
}

.shadow {
  display: none;
}