body
{
  	min-width: 630px;      /* 2x (LC fullwidth + CC padding) + RC fullwidth */
  	margin-left: 5px;
  	margin-right: 5px;
}
#header_top {
	height: 80px;
	background: #fff url(/images/coolshop.png) 0% 0% no-repeat;
}
#header {
	height: 147px;
	border-top-width: 4px;
	border-top-color: #fed900;
	border-top-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #e6e6e6;
	border-bottom-style: solid;
	padding: 1px 0 1px 0;
	background: #fff url(/images/banner.jpg) 235px 1px no-repeat; /* LC fullwidth + CC padding-left */
}
img#banner_top 
{
	position: absolute;
	top: -6px;
	left: 424px;
}
#container {
  	padding-left: 230px;   /* LC fullwidth */
  	padding-right: 160px;  /* RC fullwidth + CC padding */
  	min-width: 590px;
}
#container .column {
  	position: relative;
  	float: left;
}
#center {
  	width: 100%;
  	margin-top: 6px;
  	padding: 0 5px 0 5px;    /* CC padding */
}
#left {
  	width: 228px;          /* LC width - border */
  	padding: 0;            /* LC padding */
  	right: 240px;          /* LC fullwidth + CC padding */
  	margin-left: -100%;
  	
  	margin-top: 5px;
  	border-width: 1px;
  	border-color: #d3d1d1;
  	border-style: solid;
}
#right {
  	width: 150px;          /* RC width */
  	padding: 0;            /* RC padding */
  	margin-right: -160px;  /* RC fullwidth + CC right-padding */
  	margin-top: 6px;
}
#footer_separator
{
	height: 20px;
	clear:both;
}
#footer {
  	border-top-width: 5px;
	border-top-color: #b3b3b3;
	border-top-style: solid;
	margin-bottom: 10px;
}
td#footer_left
{
	width: 229px;
  	border-right-width: 1px;
	border-right-color: #b3b3b3;
	border-right-style: solid;
	text-align: center;
	veritcal-align: center;
}

td#footer_right
{
  	padding-top: 30px;
  	padding-left: 20px;
}
#footer_right p
{
	clear: both;
	color: #7d7d7d;
	font-size: 11px;
	text-align: center;
}


/*** IE6 Fix ***/
* html #left {
  	left: 150px;           /* RC fullwidth */
}
#menu {
	width: 230px;
	float: left;
}
#submenu_left {
	float: right;
	margin-top: 8px;
	padding-left: 27px;
	background: transparent url(/images/cart_summary.png) 0px 3px no-repeat;
}
#submenu_right {
	float: right;
	background: transparent url(/images/vdot.gif) 0% 0% repeat-y;
	height: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img#half_tag {
	position: absolute;
	top: -6px;
	left: 424px;
}
