@charset "UTF-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

html {
	background: url(assets/parchment.jpg) repeat-x;
}

* html body {
font-size: 85%;
}

#wrapper {
	margin: 0 auto;
	width: 1021px;
	background: url(assets/content_bg_new.png) center top no-repeat;
	padding: 0;
	height: 1030px;
	/*z-index: 1;*/
}

#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	width: 1021px;
	height: 140px;
	z-index: 1;
}

#kma {
	padding: 4px 0 0 44px;
	margin: 0 0 0 0;
	color: #decba4;
	width: 922px;
	height: 379px;
	z-index: 2;
}
	
#news {
	padding: 0;
	margin: 25px auto 6px;
	width: 1021px;
	height: 352px;
}

#header ul {
	margin: 0;
	padding: 95px 20px 0 10px;
	width: 740px;
	list-style: none;
	float: right;
}
#header ul li {
	padding-right: 18px;
	display: inline;
	float: left;
}

#header ul li a, #header ul li a:visited {
	color: #fff5df;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;	
}

#header ul li a:hover {
	color: #48182c;
}

.logo {
	margin: 0 15px 0 10px;
	width: 231px;
	height: 256px;
	background: url(assets/logo.gif) top left no-repeat;
	position:absolute;
	left:0;
	top:0;
	z-index:20;
}	

#side {
	padding: 15px 55px 0 0;
	width: 300px;
	color: #decba4;
	float: right;
}


h1, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;	
	color: #333;
	font-weight: bold;
	padding: 0 0 5px 0;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333;
	font-weight: normal;
	padding: 8px 0 0 0;
}
	

h1 { font-size: 1.50em; }

#main_text {
	padding: 5px 0 0 75px;
	width: 540px;
	float: left;
	text-align: left;
}

#main_text p {
	margin: 10px 0 0 0;
}

.promo_class_01 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
	color: #333;
	text-align: left;
	position: top;
	width: 100px;
}

#left_home {
	display:block;
	float:left;
	background-position: left top;
	padding-right: 10px;
	padding-left: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
}

#right_home {
	display:block;
	float:right;
	background-position: center top;
	padding-right: 10px;
	padding-left: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
}

#footer {
	padding-top: 0px;
	padding-bottom: 10px;
	width: 1021px;
	color: #333;
	text-align: center;
	font-size: 73%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	margin: 0 0 0 5px;
}

#footer p {
	margin: 0;
}

#footer p span {
	font-size: 90%;
}

#credit {
	padding-top: 15px;
	width: 1021px;
	color: #000;
	text-align: center;
	font-size: 72%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	margin: 0 0 0 5px;
}

#credit p {
	margin: 0;
}

#credit a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
}


