body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	background: #F5E0A7;
}

* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	margin: 0;
	padding: 0;
	border: 0;
}

#container {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -245px;
	margin-top: -267px;
	width: 490px;
	height: 512px;
}

#main {
	position: absolute;
	top: 36px;
	left: 0px;
	width: 486px;
	height: 437px;
	border: 2px solid #007700;
}




#title {
	position: absolute;
	z-index: 2;
	top: 180px;
	right: 10px;
	width: 215px;
	height: 78px;
	background: url('../img/logo2.gif');
}

#title1 {
	position: absolute;
	top: 133px;
	left: 10px;
}

#title2 {
	position: absolute;
	top: 288px;
	left: 10px;
}




#banner1 {
	background: url('../img/bann01.jpg');
}

#banner1 a {
	display: block;
	width: 486px;
	height: 125px;
	text-decoration: none;
}

#banner2 {
	margin: 187px 0 0 0;
	background: url('../img/bann02.jpg');
}

#banner2 a {
	display: block;
	width: 486px;
	height: 125px;
	text-decoration: none;
}




#footer{
	float: left;
	margin: 460px 0 0 0;
	width: 486px;
	text-align: center;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}




#lang {
	margin: 15px 0 0 425px;
}

#lang ul {
	list-style-type: none;
}

#lang li{
	display: inline;
	margin: 0;
	padding: 0 0 0 10px;
}

#lang a {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#lang a:hover {
	text-decoration: underline;
}




h2 {
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006600;
}

h2 a {
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006600;
	text-decoration: none;
}

h2 a:hover {
	color: #975F26;
}




span {
	visibility: hidden;
}