body
{
	background-image		:	url(./image/Header/Photo.jpg);
	background-position	:	center top;
	background-size				:	contain;
	background-repeat		:	no-repeat;
}


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


/* Logo */
#PanelLogo
{
	margin			:	20px 0px 400px 0px;
}
#PanelLogo img
{
	height				:	100px;
}


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


/* Text */
h2
{
	margin-bottom		:	1em;
}
h3
{
	margin-bottom		:	1em;
}
span.LabelCopy
{
	font-weight			:	bold;
	font-size			:	21px;
	font-weight			:	2em;
}

/* Panel */
div.PanelColumn
{
	display			:	table;
	width				:	100%;
}
div.PanelColumnBorder
{
	white-space			:	dotted 2px #000000;
	border-bottom		:	dotted 2px #000000;
}
div.PanelColumnPhoto
{
	display			:	table-cell;
	vertical-align			:	middle;
}
div.PanelColumnPhoto img
{
	height				:	300px;
}
div.PanelColumnComment
{
	display			:	table-cell;
	vertical-align			:	middle;
	font-size			:	16px;
	line-height			:	1.8em;
}
div.PanelColumnComment p
{
	margin			:	0px;
}
div.PanelColumnComment img
{
	height				:	110px;
}

div.PanelParagraphGap
{
	height				:	50px;
	font-weight			:	0px;
}
