/* Panel */
body
{
	background-color	:	#ac9156;
}
#PanelContentOuter
{
	width				:	880px;
	margin				:	0px auto 0px auto;
	background-image	:	url(../image/Body/Background/Background.png);
	background-repeat	:	repeat-y;
}
#PanelContent
{
	width				:	800px;
	margin				:	0px 40px 0px 40px;
	background-color	:	#ffffff;
}
#PanelContentInner
{
	padding				:	20px;
}
#PanelHeader
{
	position				:	relative;
	width				:	800px;
	height				:	150px;
	background-image	:	url(../image/Header/Background/Background.png);
	background-repeat	:	repeat-x;
	text-align			:	center;
}
#PanelFooter
{
	margin				:	1em 20px 0em 20px;
}
#PanelMap
{
	border				:	solid 1px #999999;
	height				:	500px;
	margin				:	1em;
}

div.BarTitle
{
	padding				:	2px 8px;
	background-color	:	#ac9156;
	color				:	#ffffff;
	font-weight			:	bold;
	letter-spacing		:	0.5em;
}


div.left
{
	float				:	left;
}
div.right
{
	float				:	right;
}
div.clear
{
	clear				:	both;
}

