body
{
	background: #f0f3fc 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%;
}

div#holder {	
	background: #ffffff url('../design/glam/bodybg.jpg') fixed repeat-y center;
	margin: 0 auto;
	width: 950px;
	text-align: left;
	position:relative;
	height:100%;
}

div#topMenu
{
	position:relative; /*fixed*/
	height:198px;
}

div#main {
	background: #ffffff url('../design/glam/bodybg.jpg') fixed repeat-y center;
	position:absolute;
	left:164px;
	top:198px;
	width:786px;
}

div#leftMenu
{
	position:absolute;
	left:10px;
	top:198px;
	width:159px;;
}
div#fade{
	position:absolute;
	background-image: url(../design/glam/fade.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 661px;
	width:100%;
	text-align: center;
	margin: 0 auto;
	left: 0%;
	top:0px;
	z-index:-12;
}

div#leftbox{
	background-image: url(../design/glam/box_bg.jpg);
	width:141px;
	background-repeat: repeat-y;
	background-position: center top;
	padding-top:0px;
}
div#leftboxtop{
	width:141px;
	height:31px;
	background-image: url(../design/glam/box_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:8px;
	padding-left:5px;
	}
div#leftboxbot{
	width:141px;
	height:7px;
	background-image: url(../design/glam/box_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bot;
	position:relative;
	bottom:0px;
	left:0px;
	}
