/* A few CSS resets for the grid page. */
#wrapper {
	background: #F8F7F8 url(../images/bg-wrapper-grid.jpg) repeat-y;
}

#header {
	background: url(../images/bg-header-grid.jpg) no-repeat;
}

#footer {
	background: #526B78 url(../images/bg-footer-grid.jpg) no-repeat;
}


#primary {
	border-top: none;
	width: 532px;
}

#gbgrid-container {
	position: relative;
	margin-left: -27px;
	margin-top: -59px;
	margin-bottom: 79px;
	z-index: 100;
}				

#content h3 {
	display: none;
}

#lofigrid li ul li {
	margin-left: 20px;
}

#auxnav {
	width: 111px;
}

