/* Headline */
h1.PanelMain
{
	background-image		:	url('image/Panel/Background.jpg');
}

/* Panel */
#PanelWood
{
	text-align			:	center;
	font-size			:	18px;
	line-height			:	2em;
}

/* Image */
#ImageWoodTitle
{
	height				:	30px;
}


div.PanelStripe
{
	padding			:	30px 0px;
}
div.PanelStripe:nth-child(odd)
{
	background-color		:	rgba(91,67,58,0.1);
}
