/* this has all the css required to layout the page properly, it should not have anything
concerning fonts or other content elements*/
#Content {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	margin-top: 10px;
	margin-bottom: 30px;
	min-height: 300px;
}

.SearchBar {
	/*margin-left: 550px;*/
	position: absolute;
	top: 55px;
	left: 550px;
	/*margin: 0px 0px 0px 550px;*/
	height: 25px;
	overflow: hidden;
}

.clearFix:after { /* for modern browsers */
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
}
.clearFix { /* for IE7/Win */
    min-height:1px;
}
* html .clearFix { /* for IE5-6/Win */
    height:1px;
}
* html>body .clearFix { /* for IE5/Mac */
    height:auto;
    display:inline-block;
}