#container {overflow: hidden;}
/* column container */
#content-wrapper {
    position:relative;		/* This fixes the IE7 overflow hidden bug */
    clear:both;
    float:left;
    width:990px;
	overflow:hidden;
}
/* common column settings */
.colmid,.colleft {
	float:left;
	position:relative;
}
#content-center-container,#leftnav-shadow,#content-right-container {
	float:left;
	position:relative;
	overflow:hidden;
}
/* 3 Column settings */
.colmid {
	right:196px;				/* width of the right column */
	background-color: #EEF4F9;
}
.colleft {
	right:560px;
    background: transparent url(/images/NYLS/left_bar_bg.png) repeat-y 756px 0;

	
}
#content-center-container {
	left:985px;				/* 100% plus left padding of center column */
	width:560px;				/* width of center column content (column width minus padding on either side) */
}
#leftnav-shadow {
	left:195px;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	width:235px;				/* Width of left column content (column width minus padding on either side) */

}
#content-right-container {
	width:194px;				/* Width of right column content (column width minus padding on either side) */
	left:760px;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
    clear:both;
	width: 990px;
	border: 1px solid #000;
	border-width: 0 1px 1px 1px;
	padding: 5px 0;
	margin: 0 auto;
}
body>#footer { width: 988px;}
1px 1px;
	padding: 5px 0;
	margin: 0 auto;
}
body>#footer { width: 988px;}
margin: 0 auto;
}
body>#footer { width: 988px;}
 { width: 988px;}

