body {
	background-color: transparent;
}

body * {
	background-image: none !important; /* moz wouldn't recognize uless important */
}

#branding-logo p, 
#content-main {
	padding-left: 0 !important; /* important for body.home */
}

body.home #content-main {
	_margin-left: -22px !important; /* to compensate for lack of first-child */
}

body.home #content-main div.col:first-child {
	margin-left: 0;
}

#container {
	position: static;
	width: 100%;
}

#content-main {
	float: none;
}

#content-main ul {
	list-style: disc;
	padding-left: 20px;
}

#content-related {
	margin-left: 10px;
	width: 163px;
}

#content-related {
	position: absolute;
	right: 0;
	_right: -10px; /* you cut off more content, but it looks better */
	top: 196px; /* same height as branding */
}

#content-related div {
	padding: 0;
}

#nav-global, 
#nav-search,
#nav-section {
	display: none;
}

#nav-main {
	left: 0;
}

#nav-main ul {
	border-bottom: 20px solid #00209F;
	padding-bottom: 6px;
	width: 750px !important; /* so main navigation won't wrap */
}

body.home #nav-main ul {
	border-bottom: 0;
}

#siteinfo {
	width: 100%;
}

#content-splash p img {
	left: 0;
}

#gw-nav a {
	color: #000 !important;
}