body, html {
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	background: #fff url(i/bg_body.gif) repeat-y right;
	color: #666;
	font: 100% Arial;
}
a img {
	border: none;
}
h1 {
	color: #244D65;
	padding-left: 30px;
	padding-top: 0px;
	background: url(i/bg_h1.gif) no-repeat top left;
	font-size: 170%;
	font-weight: normal;
}
h2 {
	color: #244D65;
	font-size: 130%;
	font-weight: normal;
}
p {
	text-align: justify;
}

* html p {
  height: 1%;
  margin-left: 0;
}
a.detail {
	display: block;
	height: 18px;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	color: #fff;
	background: #7798B1 url(i/detail_left.gif) no-repeat;
	text-decoration: none;
	text-align: right;
	line-height: 3px;
}
.blue_belt {
	background-color:#7798B1;
}
.dark_blue_belt {
	background-color: #244D65;
	clear: both;
}
#left {
	float: left;
	width: 250px;
	background: url(i/bg_left.gif) no-repeat top left;
}
#right {
	float: right;
	width: 90px;
}
#middle {
	margin-left: 260px;
	margin-right: 90px;
}
#langs {
	float: right;
	margin: 80px 0px 60px 0px;
	background-color:#7798B1;
}
#content {
	clear: right;
	margin: 0px 60px 60px 0px;
	font-size: 80%;
}
#content td, th {
	font-size: 80%;
}
#info {
	text-align: center;
	margin: 15px 0px;
}
#info a {
	display: block;
}
#menu {
	width: 230px;
	margin-top: 50px;
	margin-bottom: 30px;
}
#menu h5 {
	background: url(i/menu_h.gif) no-repeat left;
	padding-left: 70px;
	color: #7798B1;
	font-weight: normal;
	font-size: 100%;
}
*html #menu h5 {
	width: 200px;
}
#menu h5.on {
	color: #244D65;
	background-image: url(i/menu_h_on.gif);
}
#menu a, #menu span {
	display: block;
	padding-left: 70px;
	text-indent: -19px;
	text-decoration: none;
	font-size: 80%;
	
}
#menu a {
	color: #7798B1;
}
#menu span {
	color: #244D65;
}
*html #menu a {
	width: 200px;
}
#menu a:hover , #menu a.on, a {
	color: #244D65;
}
#copy, #address {
	float: left;
	margin-top: 20px;
	font-size: 70%;
	color: #999;
}
#copy a {

}
#copy {
	width: 260px;
	padding-left: 20px;
}
#address {
	width: 300px;
}
#news div {
	padding-left: 89px;
	text-indent: -89px;
	margin-bottom: 10px;
}
.text td, .text th {
	padding: 2px 10px;
	vertical-align: top;
}
.text td {
	border-bottom: 1px solid #F1F4F7;
}
 .text td.th {
 	background-color: #F1F4F7;
}
.item {
	margin-bottom: 50px;
}
.item h2 {
	padding-bottom: 5px;
	margin-bottom:0px;
}