@font-face { font-family:ng_ttf; src: url(ng_ttf.ttf);}
@font-face { font-family:ng_eot; src: url(ng_eot.eot);}

body 
{
	font-family: "나눔고딕", NanumGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size:13px;
  	line-height:18px;
  	color:#9f958a;
}

h1,h2,h3,h4,h5,h6 
{
	font-weight:normal; 
	line-height:1;
	margin:0;
	color:#cc9152;
	font-family: "나눔고딕", NanumGothic, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight: 300;
	text-shadow:0 1px 2px #000;
}

h1 
{
	font-size:36px;
	color:#e2d4c4;
}

h2
{
	font-size:30px;
	margin:0 0 27px 0;
	-webkit-text-stroke:1px transparent;
}

h3,
section.content header p
{
	font-size:18px;
	color:#e2d4c4;
	font-family: "나눔고딕", NanumGothic, "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", sans-serif;
	font-weight: 400;
	line-height:23px;
	margin:27px 0 18px;
	-webkit-text-stroke:1px transparent;
}
section.content header p { margin-top:0; text-shadow:0 1px 2px #000; -webkit-text-stroke:1px transparent; }

h4 
{
	font-size:18px;
}

h5 
{
	font-size:14px;
}

h6 
{
	font-size:12px;
}

a 				{ color: #70aee0; text-decoration:none; font-weight:bold; }
a:hover 		{ color:#fff; }
abbr			{ font-weight:bold; color:#e2d4c4; } 
acronym     	{ }
address     	{ margin: 0 0 18px; font-style:normal;  }
blockquote  	{ }
cite			{ }
del         	{ }
dfn         	{ }
em      	  	{ font-style:italic; line-height:0.5; }
ins 			{ }
mark 			{ }
p				{ margin:0 0 18px; }
q				{ }
strong      	{ font-weight:bold; }
sup, sub    	{ }
time			{ }
ul 				{ list-style-type:square;  }
ul, ol 			{ margin: 18px; padding:0; }

/**
 * Custom Typography
 */
#document > header h1 		{ display:block; text-indent:-9999px; height:102px; width:300px; background:url(../images/logo.png) no-repeat 0 0; margin-top:-9px; margin-bottom:27px; }
#document > header h2 		{ font-size:42px; color:#fff; }
#document > header p 		{ font-size:16px; color:#fff; line-height:22px; text-shadow:0px 2px 1px rgba(0,0,0,0.3); }

