
	div.left
	{
		width: 242px;
		margin-left: 20px;
		float: left;
		display: inline;
		background: url(../img/gui/text/left_top.gif) top no-repeat;
		padding-top: 4px;
	}

	div.left div.text
	{
		background: #FFF url(../img/gui/text/left.gif) repeat-y;
	}

	div.left_bottom
	{
		background: transparent url(../img/gui/text/left_bottom.gif) no-repeat;
		height: 20px;
	}

	div.left2
	{
		width: 256px;
		margin-left: 40px;
		float: left;
		display: inline;
		background: url(../img/gui/text/left2_top.gif) top no-repeat;
		padding-top: 4px;
	}

	div.left2 div.text
	{
		background: #FFF url(../img/gui/text/left2.gif) repeat-y;
	}

	div.left2_bottom
	{
		background: transparent url(../img/gui/text/left2_bottom.gif) no-repeat;
		height: 20px;
	}

	div.left img.img, div.left2 img.img
	{
		margin: 5px 12px;
	}

	div.left p.bgline, div.right p.bgline
	{
		margin: 0px 5px;
		padding: 0px;
		height: 2px;
	}

	div.left2 p.bgline, div.right2 p.bgline
	{
		margin: 0px 5px;
		padding: 0px;
		height: 2px;
	}

	div.right
	{
		float: left;
		width: 280px;
		margin-left: 14px;
		background: url(../img/gui/text/right_top.gif) top no-repeat;
		padding-top: 4px;
	}

	div.right div.text
	{
		background: #FFF url(../img/gui/text/right.gif) repeat-y;
	}

	div.right div.text img.img
	{
		margin: 5px 12px;
	}

	div.center
	{
		width: 536px;
		margin-left: 24px;
		background: url(../img/gui/text/center_top.gif) top no-repeat;
		padding-top: 6px;
	}

	div.center div.text
	{
		background: #FFF url(../img/gui/text/center.gif) repeat-y;
	}

	div.center_bottom
	{
		background: transparent url(../img/gui/text/center_bottom.gif) no-repeat;
		height: 20px;
	}

	div.center ul#nav
	{
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		height: 28px;
	}

	div.center ul#nav li
	{
		display: block;
		float: left;
		line-height: 28px;
		width: 50%;
	}

	div.center ul#nav li a
	{
		display: block;
		line-height: 28px;
		text-indent: -9999px;
		overflow: hidden;
		height: 11px;
		background-repeat: no-repeat;
		margin-top: 9px;
	}

	.no_margin_tb
	{
		margin-top: 2px;
		margin-bottom: 2px;
	}

	div.right_bottom
	{
		background: transparent url(../img/gui/text/right_bottom.gif) no-repeat;
		height: 20px;
	}