/**
 * The three main columns
 */
#leftNav {
	float: left;
	width: 108px;
}

#outerContent {
	float: left;
	width: 580px;
}

#innerContentWrap {
	background-image: url(../images/skin/2colContentBG.gif);
	background-repeat: repeat-y;
	background-position: 114px top;
}
#content {
	padding-left: 16px;
}
#contentWrapper, #footer {
	background-image: url(../images/skin/3colMiddleBGStripes.png);
}
#footerInner {
	padding-left: 117px;
}

