body {
	background:  url(../pix/site/main_back.gif);
	background-color: #000000;
	text-align: center;
	color: #cc9966;
	font-size: 13px;
	font-family: Century, serif;
	}

div#container {
	background:  url(../pix/site/frame.gif);
	position: relative;
	margin: auto;
	margin-top: 5px;
	width: 900px;
	height: 634px;
	padding: 0px;
	}

div#logo {
	width: 348px;
	height: 279px;
	position: absolute;
	top: 9px;
	left: 46px;
	padding: 0px;
	margin: 0px;
	}

div#logo img {
	border: none;
	margin: 0px;
	}

div#vanamenu {
	width: 300px;
	height: 15px;
	position: absolute;
	top: 189px;
	left: 402px;
	text-align: center;
	font-size: 16px;
	font-family: Courier, serif, monospace;
	padding: 0px;
	margin: 0px;
	}

div#vanamenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

div#vanamenu li {
	display: inline;
	margin: 0px 7px;
	}

div#vanamenu a {
	text-decoration: none;
	color: #cc9966;
	}

div#vanamenu a:hover {
	color: #554833;
	}

div#menu {
	width: 85px;
	height: 205px;
	position: absolute;
	top: 284px;
	left: 141px;
	text-align: right;
	font-family: Courier, serif, monospace;
	font-size: 11px;
	line-height: 11px;
	padding: 0px;
	margin: 0px;
	color: #554833;
	}

div#menu ul {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

div#menu li {
	margin: 0px;
	padding: 0px;
	}

div#menu a {
	text-decoration: none;
	color: #cc9966;
	margin: 0px;
	padding: 0px;
	}

div#menu a:hover {
	text-decoration: underline;
	}

div#menu img, div#vanamenu img {
	margin: 0px;
	padding: 0px;
	border: none;
	}

div#content {
	width: 477px;
	height: 289px;
	position: absolute;
	top: 233px;
	left: 284px;
	overflow: auto;
	text-align: left;
	padding: 0px;
	margin: 0px;
	scrollbar-base-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #554833;
	scrollbar-3dlight-color: #5548330;
	scrollbar-darkshadow-color: #554833;
	scrollbar-shadow-color: #554833;
	scrollbar-arrow-color: #554833;
	}

div#lang {
	position: absolute;
	bottom: 70px;
	left: 205px;
	}

div#datum {
	position: absolute;
	bottom: 50px;
	right: 213px;
	font-family: Courier, serif, monospace;
	font-size: 14px;
	text-align: right;
	}

div#datum p {
	margin: 0px;
	padding: 0px;
	}

div#copy {
	position: absolute;
	bottom: 12px;
	right: 211px;
	color: #554833;
	font-size: 10px;
	}

div#copy p {
	margin-bottom: 2px;
	}

div#banner {
	position: relative;
	margin: auto;
	width: 900px;
	}

div#banner img {
	border: none;
	margin: 0px;
	max-width: 900px;
	}

a {
	color: #554833;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

h1 {
	font-family: Courier, serif, monospace;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	}
	
h2, h3 {
	font-size: 15px;
	font-weight: bold;
	}

h3 {
	font-size: 13px;
	font-style: italic;
	margin-bottom: -13px;
	font-weight: bold;
	}

img {
	border: none;
	margin: 5px;
	max-width: 400px;
	}

img.center, object.center {
	display: block;
	margin: auto;
	}

img.right, object.right {
	float: right;
	margin: 5px;
	}

img.left, object.left {
	float: left;
	margin: 5px;
	}

.block {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #554833;
	}

.block:after {
	content: ''; 
	display: block; 
	clear: both;
	}

ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	}

form {}

input[type="text"], input[type="submit"], input[type="reset"], input[type="password"], textarea, select, option {
	font-family: Century, serif;
	font-size: 13px;
	border: 1px solid #554833;
	color: #cc9966;
	margin: 2px;
	background: #000000;
	}

select, option {
	font-size: 11px;
	}

input[type="submit"], input[type="reset"] {
	margin: 10px 5px 5px 0px;
	}

fieldset {
	border: 1px solid #554833;
	background-color: #000000;
	margin: 10px;
	padding: 5px 10px;
	}

legend {
	color: #cc9966;
	font-weight: bold;
	}

form ul {
	margin-left: 0px;
	}

form li {
	list-style: none;
	margin: 0;
	}

label {
	display: inline-block;
	width: 125px;
	vertical-align: top;
	}

label.smal {
	width: auto;
	}

table {
	margin-top: 15px;
	background-color: #000000;
	border: 1px solid #554833;
	margin: auto;
	}

td, th {
	font-size: 11px;
	font-family: Century, serif;
	color: #cc9966;
	vertical-align: text-top;
	padding: 2px 5px;
	}

th {
	font-weight: bold;
	text-align: center;
	}

tr {
	border-bottom: 1px solid #554833;
	}

.right {
	text-align: right;
	margin: 0px 10px 5px 0px;
	}

.reset:after {
	content: ''; 
	display: block; 
	clear: both;
	}