#headerSpacing {
	height: 133px;
}

#header {
    background: url(../images/shade.gif) repeat-x;
    height:100px;
	position: fixed;
	top: 0px;
	left: 0px;
}

#headerSearch {
	color:white;
	font-size:12px;
	right:40px;
	position:fixed;
	top:24px;
}

#breadcrumb {
	position: fixed;
	top: 99px;
	right: 0px;
	margin-right: 57px;
	margin-top: 10px;
}

#printIcon {
	position:fixed;
	top:108px;
	right:10px;
}

#navWrapper {
	clear:left;
	position:fixed;
	width:100%;
	left:0px;
	top:133px;
	z-index:5;
}

.nav {
	position: fixed;
	left: 0px;
	top: 99px;
}

#settings, #helpMenu {
	z-index: 3;
	position: fixed;
	top: 159px;
    margin:0px;
	padding: 10px;
	padding-top: 20px;
	background-color: #F0F0F0;
	border-bottom: 2px solid silver;
	border-left: 2px solid silver;
	border-right: 2px solid silver;
}

#settings {
	width: 270px;
}

#prevNext {
	position:fixed;
	left: 13px;
	top:138px;
}

#toolbox {
	position: fixed;
	top: 127px;
	right:137px;
    padding:16px 0;
}

#toolbox2 {
	position: fixed;
	top: 127px;
	right:417px;
    padding:16px 0;
}