body
{
	background: #e0e0e0 url('../design/bodybg.jpg') fixed repeat-y center;
	text-align: center;
	margin: 0px;
	margin-left:-1px;
	* margin-left: 1px;
	min-width: 950px;
	height: 100%;
}

div#holder
{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	position:relative;
	height:100%;
}

div#topMenu
{
	position:relative; /*fixed*/
	height:123px;
}

div#main
{
	position:absolute;
	left:164px;
	top:123px;
	width:786px;
	margin-top:15px;
}

div#leftMenu
{
	position:absolute;
	left:10px;
	top:123px;
	width:159px;
	margin-left:15px;
	margin-top:15px;
}
div#rightMenu
{
	width:150px;
}
div#cartbox{
	position: absolute;
	height: 60px;
	width: 145px;
	top: 0px;
	left: 772px;
	padding-top: 36px;
	padding-left: 10px;

}
