/* IMG Templates - CSS
   2 column layout (overrides standard layout [3col])
------------------------------------------------------------------*/

#outer{
	margin-left:0;
	border-left: none;
}

body #outer {
	border-left: none;
}

/* Layout
------------------------------------------------------------------*/

#left {
	display: none;
	margin-right:0;/*must be 1px less than width otherwise won't push footer down */
}