#left 
{
  display:none;
}
#right 
{
  display:none;
}
#login_container 
{
  display:none;
}
#search 
{
  display:none;
}


#middle{
  margin:0;       
  position:relative;
	 left:0;
  overflow:visible;

}


#outer {
  position:relative;    /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  clear:both;
  float:left;
  width:100%;       /* width of whole page */
  overflow:visible;

}

#colmid {
  float:left;
  width:100%;
  margin:0px;   /* Width of right column */
  position:relative;
  left:0;


  /*background:#fff;*/      /* Centre column background colour */
}

#colleft {
  float:left;
  width:100%;
  margin:0;
  position:relative;
  left:0;           /* Left column width + right column width */
  /*background:#fff;*/     /* Left column background colour */
}

#centerwrapper {
  float:left;
  width:100%;
  position:relative;
  left:0;          /* Width of left column */
}

#topmenu {
  display:none;
}
#menu {
  display:none;
}
#footermenu {
  display:none;
}
#footer p{
  padding-right:10px;
}

