body
{
	background: #69020c url(img/bg.jpg) top center no-repeat;
	font-family: 'Titillium Web', sans-serif;
}

.wrapper
{
	background: white;
	padding: 14px;
	border-radius: 8px;
	width: 960px;
	margin: 0 auto;
}

.content
{
	margin-top: 20px;
	margin-bottom: 10px;
}

.content img
{
	text-align: center;
	margin: 4px auto 10px auto;
	display: block;
}

.content h1
{
	display: block;
	margin: 15px auto;
	text-align: center;
	color: #404040;
	font-size: 28px;
}

.content hr
{
	background: #69010c;
	width: 30%;
	border-radius: 8px;
	height: 10px;
	border: 0px;
	margin: 30px auto;
}

.content h2
{
	color: #6a010c;
	font-size: 22px;
	margin: 0 auto;
	text-align: center;	
}


.content ol {
  padding: 0;
  counter-reset: item;
}

.content ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
  font-size: 18px;
line-height: 33px;
}

.content ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

.footer p
{
	font-size: 22px;
	margin: 0 auto;
	display: block;
	font-weight: bold;
	color: #404040;
	text-align: center;
}

.footer p a
{
	color: #6a010c;	
}

.footer p em
{
	color: #6b6b6b;	
}

.copyright
{
	display: block;
	margin: 15px auto;
	text-align: center;
	color: #a5212f;
}

.copyright a
{
	color: #a5212f;		
}




