html, body{ 
 margin:0; 
 padding:0; 
 background-image:url('page_bg.jpg');
 background-repeat:repeat-x;
 background-color:#1f5070;
 font-family:Tahoma, Verdana, Arial;
 font-size:12px;
 color:#23475f;
 text-align:center;
}  
#page{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:auto;
	/*border:1px solid #000;*/
	overflow:hidden;		
	text-align:left;
	background:url('content_bg.jpg');
}
#lang_bar{
	display:block;
	height:35px;
	width:960px;
	background:url('lang_bar_bg.jpg');
	/*border:1px solid #000;*/
	position:relative;
}
#lang{
	display:block;
	height:35px;
	width:auto;
	/*border:1px solid #000;*/
	position:absolute;
	top:0px;
	right:100px;
	line-height:35px;
	font-weight:bold;
	color:#4a5e65;	
}
#lang a{
	text-decoration:none;
	color:#4a5e65;
}
#header{
	display:block;
	height:139px;
	width:960px;
	background:url('header.jpg');
}
#menu_bar{
	display:block;
	height:92px;
	width:960px;
	background:url('menu_bg.jpg');
	position:relative;
}
#menu{
	display:block;
	height:25px;
	width:695px;
	/*border:1px solid #000;*/
	position:absolute;
	top:4px;
	left:170px;
}
.separator{
	display:block;
	height:25px;
	line-height:25px;
	width:auto;
	padding-left:4px;
	padding-right:4px;
	float:left;
	text-decoration:none;
	color:#066f9f;
	font-weight:bold;
	font-size:14px;
}
a.menu-item{
	display:block;
	height:25px;
	line-height:25px;
	width:auto;
	padding-left:3px;
	padding-right:3px;
	float:left;
	text-decoration:none;
	color:#fff;
	font-weight:normal;
	font-size:13px;
}
a.menu-item:hover{
	background-color:#196e97;
}
#content{
	display:block;
	height:auto;
	width:710px;
	text-align:left;
	padding-left:140px;
	padding-top:10px;	
	
}
#footer{
	display:block;
	height:26px;
	width:960px;
	background:url('footer_bg.jpg');
	line-height:26px;
	text-align:center;
	font-size:11px;
}
td{
	font-size:12px;
}
h2{
	padding-top:5px;
	font-size:16px;
}
.number{
	display:block;
	width:33px;
	height:33px;
	line-height:33px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	background:url('bullet.jpg');
}