/**
 * The three main columns
 */
#leftNav {
	float: left;
	width: 108px;
	position: relative;
}
/**
 * Montage Image is 257 image + 6 left & 6 right
 */
#montage {
	float: left;
	width: 269px;
	text-align: center;
	position: relative;
}
#outerContent {
	float: left;
	width: 323px;
	position: relative;
}

#innerContentWrap {
	background-image: url(../images/skin/contentRightBG.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#footerInner {
	padding-left: 110px;
}

