body
{
	/*background: #eee url('../design/bodybg.gif') fixed repeat-y center;*/
	background: #dfdbd7;
	text-align: center;
	margin: 0px;
	min-width: 950px;
}

div#holder
{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#bg-holder
{
	float: left;
	width: 950px;
	padding: 0 5px;
}

#top, #middle, #bottom
{

	width: 950px;
	float: left;
	clear: both;
}

#top
{
	padding-bottom: 2px;
	background: #fff;
}

div#leftMenu
{
	width: 200px;
	float: left;
	margin-left: -1px;
}

div#main
{
	width: 730px;
	background: #fff;
	float: right;
}

div#footer
{

}

#bottom
{
	background: url('../design/bottom_bg.jpg');
	height: 43px;
	width: 962px;
	margin-left: -5px;
}	

#middle
{
	background: url('../design/middle_bg.png');
}
