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

a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#page {
	text-align: left;
	width: 840px;
}
#header {
	clear: both;
	height: 120px;
	width: 100%;
	position: relative;
}
#header #nav {
	background-image: url(../img/nav-bg.png);
	height: 28px;
	width: 761px;
	position: absolute;
	top: 0px;
	right: 0px;
	word-spacing: 18px;
	text-align: center;
	font-weight: bold;
}
#header #nav #nav-text {
	padding-top: 6px;
}
#header #nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#header #nav a:hover {
	text-decoration: underline;
}
#header #yoan {
	float: left;
	position: absolute;
	left: 0px;
	top: 8px;
}
#header #niim {
	position: absolute;
	left: 80px;
	top: 50px;
}
#content {}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 26px;
}
#content #leftcol {
	float: left;
	width: 638px;
	line-height: 18px;
}
#content #leftcol p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	text-align: justify;
}
#content #rightcol {
	float: right;
	width: 180px;
}
#content #rightcol #blog {
	background-color: #ffb845;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #737474;
	border-bottom-color: #737474;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	margin-bottom: 8px;
}
#content #rightcol  h3 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}
#content #rightcol p {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
#content #rightcol h3 a {
	color: #173030;
	text-decoration: none;
}
#content #rightcol h3 a:hover {
	text-decoration: underline;
}
#content #rightcol .box {
	background-color: #ebebeb;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #737474;
	border-bottom-color: #737474;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	padding-top: 8px;
	padding-left: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #869986;
	margin-top: 22px;
	font-size: 10px;
	color: #5a5a5a;
	margin-bottom: 26px;
}
#content #leftcol .list {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
}
#content #leftcol .list li {
	clear: both;
	margin-bottom: 2px;
}
#content #rightcol .list {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
	font-size: 16px;
}
#content #rightcol .list li {
	clear: both;
	margin-bottom: 2px;
}
.form {}
.form .label {
	font-weight: bold;
	text-align: right;
	float: left;
	width: 120px;
	margin-right: 8px;
}
.form .object {
	float: left;
}
.form .input {
	width: 380px;
}
.form .textarea {
	width: 380px;
	resize: none;
}
.form .button {
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.clear {
	clear: both;
}
