#homepage {
	margin:auto;
	margin-top:10px;
	width:889px;
	text-align: left;
	/*height:100%;*/
	padding-left:20px;
}

#header {
	width:889px;
}

#footer {
	float:left;
	background: url("/_images/footer_bg.png") repeat-x bottom left;
	width:100%;
	clear: both;
	height: 12%;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	margin-top:0px;
}

#spacer {
	/*height: 88%;*/
	float: left;
	width: 1px;
	font-size: 1px; /* to make sure width is not overridden */
	padding: 0px;
	margin: 0px;
}

#header_shade {
	/*float:left;*/
	height:4px;
	width:889px;
	background:url("/_images/header_shade.png") no-repeat;
	margin:0px;
	font-size:4px;
}

#static_banner {
	/*float:left;*/
	height:115px;
	width:889px;
	background:url("/_images/header_bar.png") no-repeat;
}

#menubar {
	/*float:left;*/
	height:35px;
	width:889px;
	background:url("/_images/menu_bar.png") no-repeat;
}

#breadcrumb_navi {
	/*float:left;*/
	height:45px;
	width:889px;
	background:url("/_images/breadcrumb_bar_bg.png");
}

#navlist {
	/*float:left;*/
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size:14px;
	color:#b3b3b3;
}

#navlist li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

div#contact_box {
	float:left;
	text-align:left;
	padding:5px 10px 5px 0px;
}
