body {
	margin-left:14px;
	margin-top: 20px;
	margin-right: 14px;
	font-family: 'Open Sans',sans-serif;
	font-weight: normal;
	background-color: #fef5df;
}

.wrapper {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 32px;
	font-weight: normal;
	line-height: 32px;
	margin-bottom: 24px;
}

h2 {
	font-size: 17.5px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 24px;
	color: #333;
}

h3 { 
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 12px;
	margin-top: 12px;
	color: #333;
	text-align:	center;
}

h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: -12px;
	color: #333;
	font-weight: normal;
}

h5 {
	font-size:	14px;
	max-width: 640px;
	line-height: 16px;
	margin-top: 24px;
	margin-bottom: 12px;
	font-weight: bold;	
}

p, span, a, div {
	font-size:	14px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 12px;
}

figure {
	margin:  0 0 20px 0;
}

figcaption, figcaption a {
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
	color: #999;
}

.center {
	text-align: center;
	xxxmargin-left: auto;
	xxxmargin-right: auto; 	
}

.red-line {
	display: block;
	height: 2px;
	width: 100%;
	background-color: #c00f0f;
	margin-bottom: 12px
}

.footer {
	border-top: 1px solid #c00f0f;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 80px;
	font-size: 11px;
}

.footer a {
	font-size: 11px;
}

.footer-right {
	float: right;
}

a {
	color:#000;
	text-decoration: none;
}

a:hover {
	color: #a21111;

}

img {
	margin-top: 20px;
	margin-bottom:10px
}