@charset "utf-8";
/* CSS Document */

html, body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#ccbb99;
	background-image:url(../images/bg.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	/*color: #363636;*/ 
	color:#D7D7D7;
	height:100%;
}
div, a {
	margin: 0;
	padding: 0;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#header {
	width: 800px;
	height: 35px;
	margin: 0 auto;
	text-align:left;
	padding-top:13px;
	padding-bottom:7px;
}
#header span {
	font-size:170%;
	line-height:100%;
	font-weight: 950;
	font-variant:small-caps;

}
#content {
	width: 800px;
	height: 533px;
	margin: 0 auto;
	background-image:url(../images/welcome21.jpg);
	background-repeat: no-repeat;
border-style:solid;
border-color:#363636;
	border-width:1px;
}
#lang {
margin-top:470px;
margin-left:640px;
width:141px;
height:41px;
/*
width:300px;
height:100px;
background-image:url(../images/lane.gif);
background-position:center;
background-repeat:no-repeat;*/
border-width:0;
display:block;
font-size:0px;
padding:0;
}

#geo {
width:60px;
height:30px;
display:block;
}
#eng {
display:block;
width:140px;
height:40px;
padding:0;
/*float:right;
width:55px;
height:30px;
*/
}

/*
.geo0 {
background:url(../images/geo0.gif) center no-repeat;
}
.geo1 {
background:url(../images/geo00.png) center no-repeat;
}

.eng0 {
background:url(../images/eng0.gif) center no-repeat;
}
.eng1 {
background:url(../images/eng00.png) center no-repeat;
}
*/
.eng0 {
background:transparent url(../images/ent0.gif) no-repeat center;
}
.eng1 {
background:transparent url(../images/ent1.gif) no-repeat center;
}
#footer {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	color:#b39f83;
	
}
#footer #copy {
	margin: 0;
	padding: 5px 0px;
	font-size:55%;
}
#footer #map {
	float:right;
	width:190px;
	margin: 0;
	padding: 5px 5px;
	font-size:55%;
	text-align:right;
}
#footer a:link, a:visited {
	text-decoration:none;
	color:#b39f83;
}
