body
{
	background: #E6E6E6 url('../design/bg_body2.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:107px;
}

div#main
{
	position:absolute;
	left:200px;
	top:200px;
	width:750px;
}

div#leftMenu
{
	position:absolute;
	left:5px;
	top:200px;
	width:189px;;
	border: 1px solid #ddd;
	padding: 3px;
}



body.main
{
	background: #fff url('../design/bg_body2.gif') fixed repeat-y center;
	text-align: center;
	margin: 0px;
	margin-left:-1px;
	* margin-left: 1px;
	min-width: 950px;
	height: 100%;
}


div#topMenu2
{
	position:relative; /*fixed*/
	height:107px;
}

div#main2
{
	position:absolute;
	top:320px;
	width:950px;
}
