body 
{
	margin: 0;
	padding: 0;
	border: 0;
}

.wrapper
{
	max-width: 800px;
	padding:40px;
	margin: auto;
}


@font-face 
{ font-family: 'helneulightcond';
  src: url('font/HelveticaNeueLTStd-LtCn.otf') format('opentype'); 
}
@font-face 
{ font-family: 'helneuhevycond';
  src: url('font/HelveticaNeueLTStd-HvCn.otf') format('opentype'); 
}
@font-face 
{ font-family: 'helneuboldcond';
  src: url('font/HelveticaNeueLTStd-BdCn.otf') format('opentype'); 
}
 
@font-face 
{ font-family: 'helneuthincond';
  src: url('font/HelveticaNeueLTStd-ThCn.otf') format('opentype'); 
}
  
p
{
	font-size: 18px;
	color: #000;
	font-family: helneulightcond, Arial, sans-serif, Tahoma;
	font-weight: normal;
	line-height:28px;
	letter-spacing: 0;
	margin-bottom: -5px;
}

a
{
	color: #78273a;
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
	text-decoration: underline;
	color: #ac3f58;
}

h1
{
	font-size: 34px; 
	color: #000;
	font-family:helneuhevycond, Arial, sans-serif, Tahoma;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: 1px;
}

h2
{
	font-size: 24px; 
	color: #000;
	font-family:helneuboldcond, Arial, sans-serif, Tahoma;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: -10px;

}

footer
{
	width: 100%;
	background-color: #000; 
	margin: auto;
	padding: 40px 0px 20px 0px;
	text-align: center;
}

footer a
{
	color: #fff;
	font-size: 16px;
	font-family: helneulightcond, Arial, sans-serif, Tahoma;
	border-right: 2px solid #e3e3e3;
	padding: 5px 10px 0px 5px;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
}

.links a:last-child
{
	border-right: none;
}

footer a:hover
{
	color: #78273a;
	text-decoration: underline;
}

.copyright
{
	font-size: 14px;
	color: #fff;
	font-family: helneuthincond, Arial, sans-serif, Tahoma;
	font-weight: normal;
	line-height:24px;
	letter-spacing: 1px;
	margin-top: 40px;
}

