/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
h1, h3, h4, h5, h6, p,
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

/* Headings */
h1, 
h3,
h4,
h5,
h6 {
	font-family: Nanum Gothic, sans-serif;
	font-weight: normal;
	color: #272727;
	text-transform: uppercase;
}
h1 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a { 
	color: inherit;
}
h1 { 
	font-size: 40px; 
	line-height: 40px;
	margin-bottom: 25px;
	font-style: normal;
}
h3 { 
	font-size: 22px; 
	line-height: 25px;
	margin-bottom: 20px;
	font-style: normal;
}
h4 { 
	font-size: 18px; 
	line-height: 25px;
	margin-bottom: 20px;
	font-style: normal;
}
h5 { 
	font-size: 16px; 
	line-height: 22px;
	margin-bottom: 18px;
	font-style: normal;
}
h6 { 
	font-size: 14px; 
	line-height: 20px;
	margin-bottom: 16px;
	font-style: normal;
}

h5.nomb {
	font-weight: 500;
	margin-bottom: 0px;
}
h1.nocaps,
h3.nocaps,
h4.nocaps,
h5.nocaps,
h6.nocaps {
	text-transform: none;
}

/* Text elements */
p {
	font: 14px 'Open Sans', sans-serif;
	font-weight: normal;
	line-height: 23px;
}

.less1 {
	width: 75%;
	margin: 0 auto;
	font-size: 18px;
}
.less2 {
	width: 50%;
	margin: 0 auto;
}
