		/*** The Essential Code ***/
		body {
			padding-right:20px;
		}
		#masterContainer {
			margin: 0;
			padding-left: 200px;    /* LC fullwidth */
			padding-right: 200px;   /* RC fullwidth + CC padding */
			min-width: 375px;       /* LC fullwidth + CC padding */
			width:585px;			/*Comment out for use of Fluid layout. Use px for fixed layout*/
		}

		#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: 565px;			/*100% for fluid layout. Width of container less the sum of LC, RC, and all margins for fixed layout.*/
		}

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

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

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

		/*** Just for Looks ***/

		body {
			background-color:#212121;
			background-image: url('images/fadeBg.gif');
			background-position:left bottom;
			background-repeat:repeat-x;
		}

		#footer{
		}

		#left {
		}

		#center {
			background: #fff;
		}

		#right {
		}

		.column {
			text-align: left;
		}

		#MCWindow {
			margin:10px;
			position:relative;
		}
		
		.headerRow {
			margin:0px;
			padding:0px 0px 10px 0px;
			background-color:#212121;
		}
		
		.cartBoxLinks {
			 color:#fff;
			 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;
		}
