/* Panel */
#PanelHeader
{
	background-color		:	#ffeeee;
	background-image		:	url(../image/header/Background.png);
	background-repeat		:	repeat;
	padding					:	20px;
}
#PanelFooter
{
	margin				:	1em;
	text-align			:	center;
}
#PanelMap
{
	border				:	solid 1px #999999;
	height				:	500px;
	margin				:	1em;
}

#PanelContent
{
	width						:	850px;
	margin-top					:	0px;
	margin-left					:	auto;
	margin-right					:	auto;
	margin-bottom				:	20px;
	text-align					:	left;
}
div.PanelIndex
{
	background-color		:	#ffeeee;
	background-image		:	url(../image/header/Background.png);
	background-repeat		:	repeat;
	padding					:	10px;
}


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

