.headings{
	margin-top: 70px;
	font: Georgia;
	font-size: 42px;
	color: #dbb52f;
	/*text-shadow: 0px 0px 21px rgba(255,255,190, 0.7);*/
	line-height: 43px;
}

#content {
	background: url(../img/decor-top.png) no-repeat, url(../img/decor-bottom.png) no-repeat;
	background-position: left top, right bottom;
	padding-top: 80px;
	min-height: 699px;	
	padding-bottom: 160px;
	margin-bottom: 100px;
	min-width: 1200px;
	max-width: 1200px;
	margin: 60px auto;
}

.page-text {
	margin-top: 40px;
	font: Georgia;
	font-size: 20px;
	line-height: 22px;
	color: #dbb52f;	
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content-article {
	margin-left: 166px;
	margin-right: 166px;
}


a {
	color: #08c;
	text-decoration: none !important;
}