@charset "utf-8";
/* CSS Document */
html{
	height:100%;	
}
body{
	margin: 0px;
	height:100%;
}
#page{
	position:relative;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	height:100%;
}
#divHeading{
	position:relative;
	width:900px;
	height:160px;
	margin-bottom:21px;
}
#divBreadcrumbs{
	position:relative;
	width:870px;
}
#divMenu{
	position:relative;
	width:899px;
	height:35px;
}
#divContent{
	position:relative;
	width:858px;
	overflow-x: hidden;
	overflow-y: visible;
}
#divAddress{
	position:relative;
	width:898px;
	height:30px;
}
