		/*** The Essential Code ***/
		html {
			height:100%;
			width:100%
		}
		body {
			padding:0 20px 0 0;
			margin: 2px;
			height:100%;
			text-align:center;
			font:normal 12px arial, sans-serif;
		}
		
		.outerMostDiv{
		height:100%;margin:0;padding:0;
		}
		
		#masterContainer {
			margin: 0;
			padding-left: 200px;    /* LC fullwidth */
			padding-right: 200px;   /* RC fullwidth + CC padding */
			min-width: 375px;       /* LC fullwidth + CC padding is the minimum value here */
			width:590px;			/*Comment out for use of Fluid layout. Use px for fixed layout */
			height:100%;
		}

		#footer {
			margin-left: -200px;    /* LC fullwidth */
			margin-right: -200px;   /* RC fullwidth (RC fullwidth + CC margin if using fluid layout) */
		}

		.column {
			position: relative;
			float: left;
		}

		#center {
			margin: 10px;
			width: 570px;			/*100% for fluid layout. Width of container less the sum of LC, RC, and all margins for fixed layout.*/
			/*height:88%;*/
			/*overflow:auto;*/
		}

		#left {
			width: 200px;           /* LC width */
			right: 200px;           /* LC fullwidth + (LC fullwidth + CC margins only if using the fluid layout) */
			margin: 10px 0px 10px -100%;
			height:88%;
			overflow:hidden;
		}

		#right {
			width: 200px;           /* RC width */
			margin: 10px -100% 10px 0px;
			/*height:88%;*/
		}

		/*** IE Fix ***/
		* html #left {
			left: 200px;            /* RC fullwidth */
		}

		/*** Just for Looks ***/

		#masterContainer {
		}
		
		body {
			
		}

		#footer{
		}

		#left {
		}

		#center { 
		}

		#right {
		}

		.column {
			text-align: left;
		}

		#MCWindow {
			background-image:url('images/white.png');
			background-position:0px 10px;
			margin:0;
			padding:5px;
			position:relative;
		}
		
		.headerRow {
			margin:0px;
			padding:0px 0px 10px 0px;
		}
		
		.cartBoxLinks {
			 color:#b51515;
			 font-family:arial, sans-serif;
			 font-size:12px;
			 text-decoration:none;
		}
		
		.quickLinks a{
			color:#fffeff;
			font-family:Arial, sans-serif;
			font-size:13px;
			font-weight:bold;
			text-decoration:none;
			margin:-2px 0px;
		}
		
		.quickLinks a:hover{
			color: #f8a54c;
			font-family:Arial, sans-serif;
			font-size:13px;
			font-weight:bold;
		}
