/* Basic Structure */
.outerWrap {
	min-width: 950px;
	overflow: hidden;
	text-align: center;
}
#head {
	background: url(../_images/bg-head.jpg) no-repeat center top;
	height: 144px;
}
#torso {
	background: url(../_images/bg-torso.jpg) no-repeat center;
	height: 612px;
}
#feet {
	background: url(../_images/bg-feet.jpg) no-repeat center top;
	height: 216px;
	min-height: 0;
}
.container {
	text-align: left;
}
#mainNav {
	background: url(../_images/bg-head.jpg) center top;
}
#mainNav li a,
xbody.home.blog #mainNav li a {
	background-image: url(../_images/nav-link-primary.jpg);	
}
