﻿/*
Theme Name: ECLT print theme
Theme URI: 
Description: A special theme made for ECLT.
Version: 1.0
Author: Jimmy Bachmann - lémansoft
Author URI: http://www.lemansoft.com/
*/

body {
	background-color: white; 
}

#header, #main-banner, #menu1, #menu2, #breadcrumb, #left-col {
  display: none;
}

#page {
  width: 90%;
}

#right-col {
  border-left: 0 solid #000;
  /*float: none;*/
  width: 100%;
}

#midpage {
	background-image: none;
	padding: 5px 5px;
}

#footer {
	background-image: none;
}