html, body{ 
	margin:0; 
	padding:0; 
	text-align: left;
	top: 0;
	background-image: url('../images/backround.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;	
} 
 
#container{ 
	margin: 0 auto;
	top: 0;
	width:1050px;   
} 
 
#header{
	position:relative;  
	background-image: url('../images/top.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 142px;
	width:100%;
	top: 0;
} 

#header_en{
	position:relative;  
	background-image: url('../images/top_en.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 142px;
	width:100%;
	top: 0;
} 

#top_search {
	margin: 8px 5px auto;
	top:0px;
	float: right;
	height: 80px;
	width: 228px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	text-decoration:none;
	display:inline;

}

#search {
	top:0px;
	float: right;
	background-image: url('../images/search.gif');
	background-repeat: no-repeat;
	height: 40px;
	width: 228px;
	text-align:left;
}

.search_box {
	margin: 10px 0px 0px 12px;
	width: 160px;
	border: none;
	background-color:#F3F0F0;
}

#today {
	margin: 3px 5px auto;
	top:0px;
	float: right;
	width: 228px;
	height: 30px;
	vertical-align:bottom;
	/*border:#F06 solid;*/
}

#top_menu {
/*	margin: 110px 280px 0px 0px;*/
	margin-top: 110px;
	margin-left: 15px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	height: 20px;
	width:750px;
	color:#FFF;
	text-align:center;

}

#eua {
	margin-top: 15px;
	margin-right: 17px;
	float: right;
	width:100px;
	height:43px;
} 
#middle {
	background-image: url('../images/middle.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 368px;
	width: 1050px;
}

#mid_left{
	margin: 2px 15px auto;
	width: 520px;
	height: 340px;
	float:left; 
	position:relative; 
 }
 
#twocols{
	float:right; 
	position:relative; 
	display:block;
	width: 500px;
  }
 
#mid_right{
	margin-top: 4px;
	margin-right: 18px;
	float:right;
	width: 240px;
	position:relative; 
 }
 
#mid_menu{  
	margin-right: 10px;
	margin-top: 4px;
	float: left;
	display:inline; 
	position: relative; 
	width: 165px; 
 }
#mid_menu_en{  
	margin-right: 15px;
	margin-top: 4px;
	float: left;
	display:inline; 
	position: relative; 
	width: 163px; 
 }

/* Bottom */
#bottom {
	margin: 0 auto;
	top: 0;
	background-image: url('../images/down.jpg');
	background-position: center center;
	width: 1050px;
}

#bottom_left {
	margin: 0px 0 0 15px;
	top:0;
	float:left;
	width: 510px;
}

#bottom_right {
	top:0;
	float:right;
	width: 510px;
}

#bottom_right table {
	padding:4px;

}

#footer{
	clear:both;
	background-image: url('../images/down.jpg');
	background-position: center center;
	width: 1050px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
 } 
 

 
 /* *** Float containers fix:*/ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

