@import url("global.css");
@import url("screen.css");

#body-wrap { width: 776px; }
#trunk { width: 752px; background-image: url("../_images/slim_page.png"); }

#head h3 { left: 20px; }
ul#navigation { background-image: url("../_images/slim_cap.png"); }

#trunk-wrap #content, #right-arm {
  float: right;
  padding: 0 20px 0 0;
  width: 497px;
}
#trunk-wrap #content { padding-bottom: 50px; }
#left-arm {
  width: 215px;          /* LC width */
  padding: 0 20px 0 0;       /* LC padding */
  float: left;
}

#footer {
  clear: both;
  width: 490px;
}
#right-arm { overflow: hidden; }
#right-arm .module {
	width: 205px;
	background-image: url("../_images/module_slim_cap.gif");
	background-position: 0 0;
	margin-right: 25px;
	float: left;
	padding-bottom: 20010px;  /* X + padding-bottom */
	margin-bottom: -20000px;  /* X */
}
#breadcrumbs { left: 250px; }

/* #### IE HACKS #### */

* html #trunk { 
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/_images/slim_page.png', sizingMethod='scale');
}
* html ul#navigation { 
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/_images/slim_cap.png', sizingMethod='scale');
}

