body
{
	background-image		:	url(./image/Header/Background.png);
	background-repeat		:	repeat-x;
}


#PanelContent
{
	width				:	950px;
	background			:	none;
	margin-top			:	0px;
}


/* Header */
#PanelHeader
{
	position			:	relative;
	height				:	75px;
	margin-bottom		:	20px;
	border							:	none;
	background						:	none;
}
#PanelHeaderLogoMain
{
	position			:	absolute;
	top				:	25px;
	left				:	90px;
	width				:	75px;
	height				:	75px;
	background-color		:	#ffffff;
	z-index			:	100;
}
#PanelHeaderPhoto
{
	position			:	absolute;
	top				:	0px;
	left				:	0px;
	z-index						:	0;
}
#PanelHeaderTitle
{
	position			:	absolute;
	top				:	22px;
	left				:	0px;
	width				:	950px;
	text-align			:	center;
}
#PanelHeaderAdvantage
{
	position			:	absolute;
	top				:	65px;
	left				:	300px;
}

/* Body */
#PanelBody
{
	margin			:	0px 0px 0px 300px;
}


/* Text */
h2
{
	margin-bottom		:	1em;
}
h3
{
	margin-bottom		:	1em;
}
p
{
	margin			:	0em 0em 2em 0em;
}

/* Panel */
div.PanelLeft
{
	float				:	left;
	width				:	310px;
}
div.PanelRight
{
	float				:	right;
	width				:	335px;
}
