* html #bodysection {
	height: 100%;
}
* html #content {
	height: 1%;
}
* > html #content {
	height: auto;
}
* html .group {
	height: 1%;
}
*:first-child+html .group {
	min-height: 1px;
}
* html #searchbar, * html .project_jewelcase_200 {
	behavior: expression(  /* IE6 only - transparency with proper handling of relative URLs */
		this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1],
		this.style.background = "none",
		this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ")");
}
* html .project_box.hover {
	background: #3e4a56 url('../images/mainfill.png') repeat-x 0 0;
	border: 1px solid #1d2124;
	cursor: pointer;
}
html.ie7 #mainmenu {
	margin-top: -4px;
	margin-bottom: -1px;
	height: 33px;
}
