body
{
	background: #eee url('../design/bodybg.gif') fixed repeat center;
	text-align: center;
	margin: 0px;
	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:243px;
}

div#main
{
	position:absolute;
	left:200px;
	top:255px;
	width:745px;
}

div#leftMenu
{
	position:absolute;
	left:13px;
	top:255px;
	width:179px;
}



.container
{
	padding: 5px;
	margin-bottom: 16px;
	background: url('../design/container_bg_top.jpg') no-repeat #fff;
}

.container .container-heading
{
	margin-bottom: 7px;
}

.container .container-bottom
{
	position: relative;
	top: 5px;
	left: -5px;
}