/** IE 67 Specific Fixes **/

* html .Content, * html .Left, * html .Right {
	height: 500px; /* Compensates for no min-height */
}
* html #Logo {
	overflow: hidden;
}

* html #Menu li a {
	float: left;
}
* html .Left h2 {
	width: 155px;
}
* html .Right h2 {
	width: 155px;
}

/** General IE Fixes **/
.Content .FeedLink {
	margin: 0 4px 0 0;
}
#SearchForm .Button {
	vertical-align: bottom;
}
select, input {
	font-size: 0.95em;
}