﻿{
	margin: 0;
	padding: 0;
}

body {
	background: #D7EFFF url(images/img01.png) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #242424;
}

input, textarea {
	background: #FFFFFF url(images/img09.gif) repeat-x;
	border: 1px solid #FFFFFF;
	border-top-color: #A3A3A3;
	border-left-color: #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
	letter-spacing: -0.00em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #414141;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #939292;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}


/* Logo */

#logo {
	width: 870px;
	height: 45px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 0px;
}

#logo h2 {
	float: right;
	padding-top: 10px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 62px;
	margin: 0 auto;
	background: url(images/img02.png) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 21px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 40px 0 42px;
	background: url(images/img03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: underline;
	color: #CCFFFF;
}
#menu2 {
	width: 960px;
	height: 74px;
	margin: 0 auto;
	background: url(images/img02.png) no-repeat;
}

#menu2 ul {
	margin: 0;
	padding: 21px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu2 li {
	float: left;
	padding: 0px 70px 0px 70px;
	background: url(images/img03.gif) no-repeat left center;
}

#menu2 li.first {
	background: none;
}

#menu2 a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu2 a:hover {
	text-decoration: underline;
	color: #CCFFFF;
}

.active {
	text-decoration: underline;
	color: #CCFFFF;
}
/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
}

/* Page */

#page_g{
	width: 960px;
	margin: 0 auto;
	padding: 0px 0px 0px -25px;
}

#page {
	width: 900px;
	margin: 0 auto;
	padding: 20px 35px 45px 25px;
	background: url(images/img05.png) no-repeat;
}


#page_bg {
	background-color: #FDFDFD;
	width: 900px;
	height: inherit;
	margin: 0 auto;
	padding: 0px 35px 45px 25px;
	
}

/* Content */

#content {
	float: left;
	width: 603px;
}

.post {
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post .entry {
	padding: 0 20px;
	text-align: justify;
}

.post .meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(images/img07.png) no-repeat;
	line-height: normal;
}

#content_main {
	float: left;
	width: 500px;
}
.post .meta2 {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(images/img07_main.png) no-repeat;
	line-height: normal;
}

#content_g {
	float: left;
	width: 960px;
	padding: 10px 0px 0px 0px;
	background: url(images/img05.png) no-repeat;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 253px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

#sidebar01 {
	float: left;
	width: 188px;
}
#sidebar02 {
	float: right;
	width: 182px;
}


/* Footer */

#footer {
	clear: both;
	width: 870px;
	height: 70px;
	margin: auto;
	padding: 0 45px;
	background: url(images/img05.png) no-repeat;
	font-size: 13px;
}

#footer p {
	margin: 40;
	line-height: normal;
	color: #9F9F9F;
}

#footer a {
	color: #9F9F9F;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}

.style1 {
	text-align: center;
	background-image: url('images/kep_bg.png');
}
.style2 {
	background-image: url('images/kep_top.png');
	color: #E6E6E6;
	text-align: center;
}
.style3 {
	text-decoration: underline;
}
.style4 {
	text-align: center;
}


