.Content
{
	background-color: #fff;
	border-bottom: 2px solid #5085a5;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 5px 10px 0px #ccc;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
}

.Content p
{
	font-size: 20px;
}

.Content .Video
{
	width: 100%;
	max-width: 560px;
	height: 315px;
	margin: 60px auto;
	display: block;
}


@media (max-width: 600px )
{
	#mainWrapper
	{
		padding-left: 10px;
		padding-right: 10px;
	}
}


.Content p.Image
{
	margin-top: 50px;
	margin-bottom: 50px;
}

.Content p img
{
	max-width: 100%;
	box-shadow: 0 0 5px 0 #333;
}

.Content p .ImgNote
{
	font-style: italic;
}