/* 3 col structure 
********************************************************************/

body #layout__site {
	background: transparent url(../img/bg_content_2_3col.png) repeat-y 0 0;
}

#layout__header {
    position: relative;
}

#layout__wrapper {
	background: transparent url(../img/bg_content_bottom_2_3col.png) no-repeat left bottom;
	height: 1%; /* because of IE 7 */
}

#layout__wrapper2 {
	float: left;
}

#layout__sub {
	float: left;
	width: 180px;
}

#layout__content {
	float: left;
	margin: 0 0 0 14px;
	padding-right: 13px; /* FF2 Bug Fix */
	width: 580px;
}

	* html #layout__content {
		width: 581px; /* heaven knows why */
	}

#layout__content div.bm {
}

#layout__content .Default div.left_aligned_image, 
#layout__content .without_image_borders div.left_aligned_image {
  margin: 25px 0 13px; /*25px 0*/ /* less margin-bottom because of the image wrap's margin-bottom */
  overflow: hidden;
}

#layout__extra {
  float: right;
  width: 166px;
}

#layout__content div.sifr__header {
    padding-right: -180px;
}

#layout__content div.sifr__header h3 {
	border-top: 1px dotted #cacac8;
}

#layout__footer {
	background: url(../img/bg_footer_2_3col.png) no-repeat 0 0;
	height: 59px;
	position: relative;
}
