* html #my-links, * html #misc-info {
	width: 48%;
}

* html #global, * html #nav li, * html #content {
	height: 1%;
}

* html #header {
	margin-bottom: 0;
}

* html #header h1 a {
	line-height: 1em;	/* fix for IE clipping bug */
}

* html #main-outer-wrap {
	border: 0;
	height: 500px;	/* IE treats "height" like "min-height", so let's use that */
	margin: 0 1px;
}

* html #main-inner-wrap {
	height: 500px;	/* IE treats "height" like "min-height", so let's use that */
}

* html #nav {
	height: 500px;	/* IE treats "height" like "min-height", so let's use that */
}

* html #nav a {
	width: 100%;	/* fix IE's improper "display: block" implementation */
}

* html #content {
	border: 0;	/* IE doesn't support "border-color: transparent" */
}

* html h2#site-name {
	margin: 1em 0;
}
