#pagewrapper
{
	position:absolute;
	width: 927px;
	left: 50%;
	margin-left: -465px; /* -463px;*/
	/* top: 50%; */
	margin-top: 50px;
	/*border: dotted 1px red;*/
}

/*#menubar
{
	position:absolute;
	top:78px;
	width:678px;
	height:35px;
	background-image: url('menubar.gif');
	left:250px;
}*/

/* IE Vs. FF Hack.*/
/* Interpreted by FF */
#contentwrapper
{
	position: relative;
	top: 0px;
	padding-top:110px;
	left:0px;
	/*min-height: 430px;*/
	border:solid 1px red;
}
/* Interpreted by IE */
* html #contentwrapper
{
	/*height: 430px;*/
}

#usg_leftpane_background
{
	position:absolute;
	top:0px;
	left:0px;
	/*background-color:#669999;*/
	/*height: 350px;*/
	width:134px;
	/*border: solid 1px #5A8E8C;*/
	z-index:0;
	margin:0px;
}

#usg_leftpane_bottom
{
	position:absolute;
	bottom:-5px; /* IE wierd bottom fix */
	left:0px;
}

#usg_front_sidebar
{
	left:0px;
	padding:0px;
	z-index:1;
	width:100%;
	/*border: dotted 1px black;*/
}

#usg_picturebar
{
	position:absolute;
	top:0px;
	left:250px;
	padding:0px;
	z-index:1;
	height:53px;
	overflow:hidden;
	/*border: dotted 1px pink;*/
}

#usg_leftpane_content
{
	position:absolute;
	top:130px;
	padding-top:0px;
	/*border: solid 1px pink;*/
	margin-left:10px;
	width:121px;
	height:400px;
	overflow: auto;
}

#usg_middle_content_pane
{
	position:absolute;
	top:150px;
	left:250px;
	overflow:auto;
	height:330px;
	width:500px;
	z-index:3;
	/*border: solid 1px blue;*/
}
