@import "reset.css";

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background: #597161 url(../img/l.png) 0px 150px repeat-x;
}

html, body
{
	height: 100%;
}

* html #wrapper
{
	height: 100%;
}

* html #wrapper #content
{
	height: 65%;
}

sup
{
	font-size: 7pt;
}

img 
{
	border: 0;
}

a
{
	color: #597161;
}

#wrapper
{
	background: transparent url(../img/vl.png) top right repeat-y;
	font-size:1.2em;
	position:relative;
	width:850px;
	min-height: 100%;
/*	border: 1px solid red;*/
}

#header
{
	background: transparent url(../img/hbgy.png) top left no-repeat;
	height:150px;
	width:auto;
}

#header a#kl22logo
{
	background: transparent url(../img/kl22logoy.png) top left no-repeat;
	height: 110px;
	left:43px;
	position:absolute;
	top:40px;
	width:453px;
}

#nav
{
	background-color:#BFC590;
	left:40px;
	position: absolute;
	top:150px;
	width: 152px;
}

#content
{
	background: transparent url(../img/cbg.png) 40px top repeat-y;
	padding: 20px 0px 20px 205px;
	width:580px;
	color: white;
	min-height: 600px;
/*	border: 1px solid red;*/
}

#content p
{
	line-height: 1.5em;
}

#content h2
{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}

#content h3
{
	font-size:1.3em;
	font-weight: bold;
	margin-bottom: 5px;
}

#content h4.newsDate
{
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: -5px;
}

#ec
{
	width:620px;
	min-height: 650px;
}

#ec div.ePic
{
/*	border: 1px solid green;*/
	float:left;
	margin-right:10px;
	width:420px;
}

#ec div.eDetail
{
	/*border: 1px solid cyan;*/
	height:300px;
	float:right;
	width:185px;
}

div.newspics
{
	padding: 0px 0px 20px 0px;
}

div.newspics a
{
	padding-left:3px;
}

table.kptable
{
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	width: 190px;
	margin-bottom: 10px;
}

table.kptable th
{
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	font-weight: bold;
	padding: 1px 2px;
	text-align: center;
}

table.kptable td.subheader
{
	font-weight: bold;
}

table.kptable td
{
	padding: 2px;
	background-color: transparent;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
}

table.kptable td.alt
{
	background-color: transparent;
}

table.kptable td.last
{
	border-bottom: none;
}

table.kptable td.subnote
{
	text-align: center;
}

table.kptable td.total
{
	background-color: transparent;
	border-top: 1px solid black;
}

table.gallerytable
{
	border-spacing: 12px;
	height: 100%;
	width: 100%;
}

table.gallerytable td
{
	background-color: transparent;
	width: 33%;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}

table.gallerytable td img
{
	border: 1px solid white;
}

#navlist
{
	background-color: transparent;
	margin: 20px 0px 30px 10px;
}

.subnavlist
{
	background-color: transparent;
	margin: 5px 0px 10px 10px;
}

#slist li
{
	list-style: square;
	margin-left: 15px;
}

#navlist li, .subnavlist li
{
	display: inline;
	/* for IE5 and IE6 */
}

#navlist li a, .subnavlist li a
{
	background-color: transparent;
	color: black;
	display: block;
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
	text-decoration: none;
	width: 95%;
}

#navlist .subnavlist li a
{
	background-color: transparent;
	color: black;
	display: block;
	font-weight: bold;
	margin-top: 7px;
	text-align: left;
	text-decoration: none;
	width: 95%;
}

#navlist a.first { margin-top: 0px; }

#navlist a.last { border: none; }

#navlist a:hover, #navlist a.active, #navlist .subnavlist li a:hover, #navlist .subnavlist li a.active { color: #fff; }
