body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	color: #FFFFFF;
  font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
tr, td { font-size: 12px; }
.page {
	background-image:url(pics/main.jpg);
	background-repeat: repeat-y;
}
.header {
	background-image:url(pics/header.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 200px;
}
.main {
	background-image:url(pics/main_top.jpg);
	background-repeat: no-repeat;
	width: 1000px;
}
.navi {
	width: 180px;
	height: 250px;
	float: left;
}
.txt {
	margin-left: 20px;
	margin-right: 20px;
  width: 520px;
	float: left;
}
.right {
	background-image:url(pics/right.jpg);
	background-repeat: no-repeat;
	width: 260px;
	height: 380px;
	float: left;
}
.footer {
	background-image:url(pics/footer.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 389px;
	clear: both;
}
h1 { font-size: 14px; font-weight: bold; margin-top: 0px; }
h3 { font-size: 12px; font-weight: bold; }
a { color: #A6A668; text-decoration: none; }
a:hover { color: #666666; text-decoration: underline; }

.txt p { text-align: justify; }
.h_image { margin: 0px; padding: 0px; }
.txt_table p { text-align: left; }
hr { width: 80%; }
.blog_admin { font-size: 10px; }
.blog_input { width: 300px; }
.blog_date { width: 260px; float: left; font-weight: bold; color: #B6B68B; }
.blog_name { width: 260px; float: left; text-align: right; font-size: 10px; color: #B6B68B; }
.blog_text { clear: both; }
.txt .align_left p { text-align: left; }
