html, body {
	background: #662420;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	border: 1px solid #b36666;
	background: #a1423b;
   display:	table;
}

#header_img {
	width: 800px;
	height: 34px;
	text-align: right;
	background-color: #b36666;
	background-image: url(../img/bg_top.jpg);
	background-repeat: repeat-x;
}

.lng {
	padding-right: 5px;
	padding-top: 15px;
}
 
#header_logo {
	width: 800px;
	float: left;
}

#left_content {
	width: 300px;
	float: left;
}

#footer_img {
	clear:both;
	width:100%;
}

#right_content {
	width: 450px;
	float: right;
	text-align: justify;
	padding: 40px 30px 0px 10px;
	color: #F2CBCB;
}

/* menu */
.menu ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

.menu li {
   float: left;
   position: relative;
   z-index: 100;
}

.menu table {
   position: absolute;
   border-collapse: collapse;
   z-index: 80;
   left: -1px;
   top: 18px;
}

.menu_bg  {
	padding: 2px 22px 3px 22px;
}

.menu_en  {
	padding: 2px 28px 3px 28px;
}

.menu a, .menu :visited {
	display: block;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #FDD5C3;
	background-color: #800000;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-color: #b36666;
}

.menu :hover {
	background-color: #ae0000;
}

.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0px;
}

.menu ul li:hover ul,
.menu ul a:hover ul {
   visibility: visible;
}

.img_fix { 
   display: block;
}

a.lng {
	font-size: 10px;
	font-weight: bold;
	color: #B88282;
	text-decoration: none;
}

a.lng:hover {
	text-decoration: underline;
}

a {
	color: #F2CBCB;
}

a:hover {
	text-decoration: none;
}

.con_l {
	float: left;
	width: 65%;
}

.con_r {
	float: right;
	padding-top: 1.5em;
}

.img_bor {
	border: 2px solid #b36666;
}



