body
{
	background: #f3f4ee url('../design/bodybg.gif') 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:284px;
}

div#main
{
	position:absolute;
	left:164px;
	top:284px;
	width:786px;
}

div#leftMenu
{
	position:absolute;
	left:20px;
	top:270px;
	width:159px;;
}

div#leftMenu a
{
	color:#000000;
}
