body {
	background-color: #fff;
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Tahoma, Verdana, serif, sans-serif;
	text-align: center;
}

img,p,div,td,tr,table {
	padding: 0;
	margin: 0;
	border: 0;
}

img[src] {
	margin: 0;
}

img.img_left {
	float: left;
}

img.img_right {
	float: right;
}

* html img.img_left	 {
margin: 0 -3px; ma\rgin: 0;
}

div#main {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

div#top_menu {
	width: 800px;
	height: 54px;
}

div#top_logo {
	width: 800px;
	height: 77px;
	background-image: url(../img/top_bg.gif);
	background-repeat: repeat-x;
}

div#flags {
	float: left;
	margin-top: 26px;
	margin-left: 10px;	
	}

div#left {
	width: 255px;
	float: left;


}

div#left_bg {
	margin-left: 15px;
	width: 232px;
	background-image: url(../img/left_bg.gif);
	background-repeat: repeat-y;	
	border-bottom: 1px solid #ededed;
}

div#left_content {
	padding: 10px;	
}

div.news {
	
	padding: 10px;
	margin:2px 0;
	background-color: #f5f6f6;	
}

p.news_text {
	font-size: 10px;
	color: #474e57;
	float: left;
}

div#right {
	width: 545px;
	float: left;
	
}

div#right_inside {
	margin: 15px 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bcc7d5;
}

div#page_name {
	clear: both;
	padding: 12px;
	margin-bottom: 10px;
	width: 110px;
	background-color: #eff2f5;
	background-image: url(../img/page_name.gif);
	background-repeat: repeat-y;
}

div#bottom {
	margin-top: 10px;
	background-color: #cbd8e6;
	background-image: url(../img/bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 50px;
}