* {
	color: #222222;
	font: 12px/160% "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* html {
	height: 100%;
} */

body {
	background-image: url(gfx/bg-left.png);
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 100%;
}

/* #wrapper {
	min-height: 100%;
	height: auto;
	margin: 0 auto -17px;
} */

#masthead {
	background-image: url(gfx/mast.png);
	width: 270px;
	font-weight: bold;
	height: 200px;
	padding-left: 690px;
}

#nav {
	width: 180px;
	height: 200px;
	font-size: 12px;
	padding-top: 70px;
}

*.place {
	width: 240px;
	height: 25px;
	line-height: 24px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	margin: 0;
	padding: 0 10px 0 0;
	display: block;
	float: left;
	font-size: 12px;
	text-decoration: none;
}

*.place:hover {
	color: white;
	text-decoration: underline;
	background-image: url(gfx/naver.png);
}

h1 {
	color: black;
	font: italic bold 18px/150% Times, Georgia, "Times New Roman", serif;
	height: 30px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid gray;
}

h2 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	border-bottom: 3px double gray;
	color: navy;
	height: 22px;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 0;
}

#content {
	width: 938px;
	border: 1px solid black;
	border-top-style: none;
	background-color: white;
	padding: 10px;
	top: 200px;
	overflow: hidden;
	position: absolute;
	bottom: 17px;
}

#scroll {
	width: 250px;
	background-color: #9cfefe;
	padding: 0 19px 0 0;
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	right: 0;
	height: inherit;
	margin: 0;
	background-image: url(gfx/scrollbg.png);
}

div.lety {
	overflow-y: auto;
	width: 634px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	border-right: 1px solid black;
	padding: 10px 10px 10px 44px;
}

ul li {
	list-style-type: square;
}

a:link.plain , a:visited.plain {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

a:hover.plain {
	text-decoration: underline;
}

#footer {
	text-align: center;
	vertical-align: middle;
	background-color: #686047;
	width: 958px;
	height: 16px;
	margin: 0;
	padding: 0;
	border: 1px solid black;
	border-top-style: none;
	line-height: 14px;
	font-size: 10px;
	bottom: 0;
	position: absolute;
}

*.bold {
	font-weight: bold;
}

*.textinput {
	position: absolute;
	font-size: 11px;
	width: 300px;
	height: 14px;
	padding: 2px;
	background-color: #9cfefe;
	border: 1px solid gray;
	right: 100px;
}

*.formselect  , *.message {
	position: absolute;
	font-size: 11px;
	width: 300px;
	padding: 2px;
	background-color: #9cfefe;
	border: 1px solid gray;
	right: 100px;
}

*.formbutton {
	background-color: #9cfefe;
	border: 1px solid black;
	font-weight: bold;
}

*.formbutton:hover {
	background-color: maroon;
	color: white;
}