/* Panel */
#PanelContentOuter
{
	width				:	950px;
	margin				:	0px auto;
	background-image	:	url(../image/background/Background.png);
	background-repeat	:	repeat-y;
}
#PanelContent
{
	width				:	800px;
	margin				:	0px auto;
	background-color	:	#ffffff;
}
#PanelHeader
{
	position				:	relative;
	height				:	60px;
}
#PanelHeaderLogo
{
	position				:	absolute;
	bottom				:	10px;
}
#PanelHeaderMenu
{
}
#PanelHeaderMenuSub
{
	position				:	absolute;
	right				:	0px;
	bottom				:	10px;
}
#PanelFooter
{
	border-top			:	solid 1px #cccccc;
	border-bottom		:	solid 1px #cccccc;
	padding				:	10px 40px 30px 40px;
}
#PanelFooterCopyRight
{
	text-align			:	right;
}
#PanelMap
{
	border				:	solid 1px #999999;
}
#PanelContentInner
{
	padding				:	20px 40px;
}

div.PanelInformation
{
	border					:	solid 1px #999999;
	padding					:	15px;
}

div.PanelTitleBar
{
	background-color		:	#dddddd;
	font-weight				:	bold;
	padding					:	4px 8px;
}

div.PanelContentLeft
{
	float					:	left;
	width					:	450px;
}
div.PanelContentRight
{
	float					:	right;
	width					:	200px;
}

div.PanelLinkTitle
{
	margin-bottom			:	1em;
}

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

