body
{
	background: #fbfaf6 url('../design/glam/bodybg.jpg') fixed repeat-y center;
	text-align: center;
	margin: 0px;
	margin-left:-1px;
	* margin-left: 1px;
	min-width: 950px;
	height: 100%;
	font-family:Verdana, Geneva, sans-serif;
	
}

div#holder
{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	position:relative;
	height:100%;
}

div#topMenu
{
	position:relative; /*fixed*/
	height:268px;
}

div#main
{
	position:absolute;
	left:186px;
	top:268px;
	width:760px;
}

div#leftMenu
{
	position:absolute;
	left:10px;
	top:268px;
	width:176px;;
}
div#boxes{
	background-image: url(../design/glam/box_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width:166px;
	margin-bottom:8px;
}
div#boxesbot{
	background-image: url(../design/glam/box_bot.jpg);
	height:25px;
	background-repeat: no-repeat;
	background-position: center top;

}
div#cartbox{
	position: absolute;
	height: 100px;
	width: 215px;
	top: 3px;
	left: 726px;
	text-align: left;
	vertical-align: text-bottom;
	color:#000000;
	display: table-cell;
	overflow: auto;
	visibility: visible;

}