body
{
	background: #eee 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
{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	position:relative;
	height:100%;
}

div#topMenu
{
	position:relative; /*fixed*/
	height:228px;
}

div#main
{
	position:absolute;
	left:180px;
	top:228px;
	width:770px;
}

div#leftMenu
{
	position:absolute;
	left:10px;
	top:228px;
	width:174px;;
}

div#leftbox{
	background-image: url(../design/glam/leftbox_bg.jpg);
	width:164px;
	background-repeat: repeat-y;
	background-position: center top;
	padding-top:0px;
}
div#leftboxtop{
	width:164px;
	height:28px;
	background-image: url(../design/glam/leftbox_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:8px;
	padding-left:5px;
	}
div#leftboxbot{
	width:164px;
	height:20px;
	background-image: url(../design/glam/leftbox_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bot;
	position:relative;
	bottom:0px;
	left:0px;
	}

div#inspirationbox{
	background-image: url(../design/glam/insp_box_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width:499px;	
	}
div#inspirationboxtop{
	background-image: url(../design/glam/insp_box_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:12px;
	}
div#inspirationboxbot{

	height:36px;
	}
