/* Panel */
body
{
	background-color	:	#ffd73c;
	background-image	:	url(../image/background/Background.png);
	margin				:	0px;
}
#PanelHeader
{
	height				:	152px;
	background-image	:	url(../image/header/Background.gif);
	background-repeat	:	no-repeat;
/*
//	height				:	85px;
//	background-image	:	url(../image/header/Background.png);
//	background-repeat	:	repeat-x;
*/
}
#PanelHeader h1
{
	position				:	absolute;
	top					:	4px;
	left					:	185px;
	font-size			:	100%;
	letter-spacing		:	0.5em;
	font-weight			:	normal;
	color				:	#666666;
	margin				:	0px;
}
#PanelMenu
{
	text-align			:	center;
	margin-top			:	10px;
}
#PanelFooter
{
	height				:	50px;
	margin				:	0px;
	padding				:	10px 0px 10px 0px;
	background-image	:	url(../image/footer/Background.png);
	background-repeat	:	no-repeat;
	background-position	:	bottom;
	text-align			:	center;
	color				:	#ffffff;
	font-size			:	85%;
}
#PanelBody
{
	background-color	:	#ffffff;
	width				:	820px;
	margin				:	0px auto 0px auto;
}
#PanelContent
{
	margin				:	10px 20px 10px 20px;
}
#PanelLeft
{
	float				:	left;
	width				:	375px;
}
div.left
{
	float				:	left;
}
#PanelRight
{
	float				:	right;
	width				:	337px;
}
div.right
{
	float				:	right;
}
div.clear
{
	clear				:	both;
	margin				:	0px;
	height				:	0px;
}
img
{
	border				:	none;
}
img.left
{
	float				:	left;
	margin				:	0px 8px 8px 0px;
}
img.right
{
	float				:	right;
	margin				:	0px 0px 8px 8px;
}
#PanelMenuFooter
{
	margin				:	50px 0px 0px 0px;
	font-size			:	85%;
	text-align			:	center;
}
#PanelBanner
{
	text-align			:	center;
	margin				:	0px auto 30px auto;
}
#PanelVideo
{
	position				:	absolute;
	top					:	900px;
	display				:	none;
	background-color	:	#000000;
	padding				:	3px;
	text-align			:	center;
}
div.LineNewsContent
{
	border-bottom		:	dashed 1px #996600;
}
#PanelWeather
{
	position				:	absolute;
	visibility				:	hidden;
	z-index				:	100;
	width				:	150px;
	top					:	0px;
	left					:	610px;
	margin				:	0px;
	background-color	:	#ffffff;
}
#PanelAttention
{
	font-size			:	75%;
	line-height			:	1.6em;
}
div.PanelInformation
{
	border				:	solid 1px #999999;
	padding				:	20px;
}



table.Layout
{
	border-collapse		:	collapse;
}

