body{
	BackGround:		#fff url(../pic/nav_top.gif) Repeat-X fixed;
	Font-Family:	Verdana, Arial;
	Font-Size:		9pt;
	Margin:			0;
	Padding-Right:	16px;
	Height:			100%;
	OverFlow-Y:		Hidden;
}

#TextWhite{
	Position:		Absolute;
	Color:			#fff;
	Top:			4px;
	Left:			29px;
	Margin:			0;
	Padding:		0;
	Z-Index:		+1;
	White-Space:	NoWrap;
}

#TitleBar {
	Position:		Fixed;
	Width:			90%;
	Padding-Bottom:	2px;
	left:			0px;
	top:			0px;
	BackGround:		URL(../pic/nav_top.gif) Repeat-X;
	Height:			22px;
}
*html #TitleBar {
	Position:		Absolute;
}

#TitleBar #TextShadow{
	Position:		Absolute;
	Color:			#3264C8;
	Top:			5px;
	Left:			30px;
	White-Space:	NoWrap;
}

#TitleBar #Logo{
	Position:		Absolute;
	Top:			3px;
	Left:			9px;
}

#Content{
	Position:		Absolute;
	Top:			22px;
	Height:			55px;
	Width:			180px;
	BackGround:			URL(../pic/throbber.gif) Center No-Repeat;
}
