body {
	background-color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
}

a { color: #00007E; text-decoration: none; }
a:hover { color: #FF0; }
a img { border: none; }

h1 { font-size: 16px; }

h2 { font-size: 14px; }

h3 { font-size: 12px; }

#container {
	width: 900px;
	margin: 5px auto;
}

#header {
	background-color: #00007E;
	width: 890px;
	height: 80px;
	padding: 5px;
}

#nav {
	background-color: #FF0;
	font-size: 14px;
	font-weight: bold; 
	text-align: center;
	color: white;
	width: 100%;
	height: 20px;
	margin: 2px 0;
}
#nav div {
	text-align: center;
	min-width: 50px;
}
#nav a { color: #00007E; }
#nav a:hover, #hit a { color: #333; }

#content { margin: 2px auto; }

#col_1 {
	background-color: #00007E;
	font-weight: bold;
	color: white;
	width: 298px;
}
#col_1 div {
	border-bottom: solid 2px white;
	width: 292px;
	min-height: 70px;
	padding: 3px;
}
#col_1 .buffer { border: none; }
#col_1 img { float: right; }
#col_1 a { color: white; }
#col_1 a:hover { color: #FF0; }

#col_2 {
	border-right: solid 2px #00007E;
	padding: 0 0 0 2px;
	width: 600px;
	text-align: justify;
}
#col_2 .buffer {
	border-top: solid 4px #FF0;
	border-bottom: solid 4px #FF0;	
}
.buffer { padding: 0 10px; }

#footer {
	background-color: #CCC;
	font-size: 10px;
	font-weight: bold;
	color: #00007E;
	width: 100%;
	height: 54px;
}
#footer div {
	background-color: #00007E;
	width: 100%;
	height: 20px;
}
#footer p {
	padding: 5px;
	margin: 0;
}

#srch_box {
	border-bottom: solid 2px white;
	width: 100%;
}

#srch_box select { width: 100%; }

#id_txt { width: 95%; }

#em_txt { width: 100%; }

.btn {
	border: solid 2px white;
	background-color: #FF0;
	font-weight: bold;
	color: white;
	height: 22px;
	padding: 0 2px;
}
.btn:hover { background-color: #333; }

.list_obj {
	border: solid thin #00007E;
	width: 280px;
	margin: 3px;
	padding: 5px;
	float: left;
	height: 80px;
}
.list_obj img {
	float: right;
	padding-left: 5px;
	height: 80px;
}
.list_obj h1 {
	background-color: #00007E;
	font-size: 12px;
	line-height: 1em;
	text-align: left;
	color: white;
	margin: 10px 0 0 0;
	padding: 3px 0;
}
.list_obj h2 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0;
}
.list_obj h3 {
	background-color: #CCF;
	font-size: 10px;
	letter-spacing: 0.02em;
	color: #333;
	margin: 0;
	padding: 1px 0;
}

#prop_div {
	border: solid 2px #00007E;
	border-right: none;
	width: 240px;
}
#prop_div h1 {
	background-color: #00007E;
	line-height: 1em;
	text-align: left;
	color: white;
	margin: 0;
	padding: 3px 0;
}
#prop_div h2 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0;
}
#prop_div h3 {
	background-color: #CCF;
	font-size: 10px;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 1px 0;
}

.back_btn h3 {
	font-size: 10px;
	line-height: 1em;
	color: #333;
	margin: 0;
}
.back_btn {
	background-color: #CCF;
	font-size: 10px;
	text-align: center;
	width: 100%;
	padding: 3px 0;
	clear: both;
}

.inp {
	text-align: right;
	width: 100%;
}
.inp_txt { width: 160px; }
.msg_txt {
	width: 100%;
	height: 120px;
}
