@charset "utf-8";
/* CSS Document */
#outerWrapper #contentWrapper {
	background-color:#fff;
	background-image: url(../images/layout/backgnd_content_3col.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	background-position: center top;
}
#outerWrapper #contentWrapper #leftCol {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 150px;
	margin-left: 30px;
	padding: 5px;
	text-align:center;
}
#outerWrapper #contentWrapper #rightCol {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 150px;
	margin-right: 28px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	overflow: hidden;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin-top: 0;
	margin-right: 188px;
	margin-bottom: 0;
	margin-left: 188px;
}
