/**
 * CSS for content in the center column
 * @author George Steel <g@georgesteel.net>
 * @copyright Copyright (c) 2009, George Steel
 * @license http://opensource.org/licenses/mit-license.php MIT License
 * @version $Id: layout-3col-content-middle.css 44 2010-03-05 17:35:18Z george $
 */


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

/**
 * Montage Image is 257
 * Main content window is 323
 * 12 pixels available for padding
 */


#montage {
	float: left;
	width: 269px;
	text-align: center;
}

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

#innerContentWrap {
	background-image: url(../images/skin/3colContentMiddleBG.gif);
	background-repeat: repeat-y;
	background-position: 114px top;
}

#content {
	/**
	 * Extra 6px padding on the right to distance form the right hand montage
	 */
	padding-right: 16px;
}

#contentWrapper, #footer {
	background-image: url(../images/skin/3colMiddleBGStripes.png);
}
#footerInner {
	padding-left: 117px;
}
