body {
		margin:0;
		font:normal 11px arial;
		background:url(img/bg.jpg) repeat-x #e1e1e1;
	}
	
	#container {
		width:833px;
		margin:0 auto;
	}
	
	.header .lang {
		float:right;
	}
	
	.header .lang .left {
		width:25px;
		height:24px;
		background:url(img/lang_left.jpg);
		float:left;
	}
	
	.header .lang .right {
		width:31px;
		height:24px;
		background:url(img/lang_right.jpg);
		float:left;
	}
	
	.header .lang .cont {
		height:24px;
		background:url(img/lang_bg.jpg);
		float:left;
		padding:0 2px;
	}
	
	.header .lang .cont ul {
		margin:0;
		padding:0;
		margin-top:4px;
	}
	
	.header .lang .cont ul li {
		margin:0;
		padding:0;
		list-style:none;
		display:inline;
	}
	
	.header .lang .cont ul li a {
		font:normal 12px arial;
		color:#ffffff;
		padding-left:30px;
	}
	
	.header .lang .cont ul li a:hover {
		text-decoration:none;
	}
	
	.header .logo {
		float:left;
		width:245px;
		height:61px;
		background:url(img/logo.jpg);
		margin-top:20px;
	}
	
	.header .menu {
		float:left;
		padding:25px 0 0 20px;
	}
	
	.header .menu ul {
		margin:0;
		padding:0;
	}
	
	.header .menu ul li {
		margin:0;
		padding:0 8px;
		display:inline;
		list-style:none;
	}
	
	.header .menu ul li a {
		font:bold 14px arial;
		color:#2c85c1;
		text-decoration:none;
	}
	
	.header .menu ul li a:hover, .header .menu ul li .selected {
		text-decoration:underline;
	}
	
	.top_image {
		padding-top:17px;
	}
	
	.content {
		padding-top:22px;
		font:normal 12px arial;
		color:#5d5d5d;
	}
	
	.content .block {
		float:left;
		width:247px;
		padding:0 15px;
	}
	
	.content .seperator {
		float:left;
		width:2px;
		height:35px;
		background:#999999;
	}
	
	.content .nopad {
		padding-left:0px !important;
	}
	
	.content h1 {
		font:bold 16px arial;
		color:#2c85c1;
		margin:0;
		padding:5px 0 0 0;
		height:35px;
	}
	
	.content table tr .border {
		background:url(img/dotted.jpg) repeat-y;
	} 
	
	.content table tr .pad {
		padding:0 15px;
	}
	
	.content table tr .noleft {
		padding-left:0px !important;
	}
	
	.content table tr .noright {
		padding-right:0px !important;
	}
	
	#footer {
		width:813px;
		height:22px;
		margin:0 auto;
		font:normal 11px arial;
		color:#ffffff;
		background:url(img/footer_bg.jpg);
		padding:10px 10px 0 10px;
	}
	
	#footer a {
		text-decoration:none;
		color:#ffffff;
		float:right;
	}
	
	#footer a:hover {
		text-decoration:underline;
	}
	
	.flag_fr {
		background:url(img/flag_fr.jpg) no-repeat;
	}
	
	.flag_uk {
		background:url(img/flag_uk.jpg) no-repeat;
	}
	
	.icon_rss {
		background:url(img/icon_rss.jpg) no-repeat;
		padding-left:41px !important;
	}
	
	.rss_head {
		background:url(img/rssimg.jpg) no-repeat;
		padding:0px;
		margin: 10px 0;
		width: 246px;
		height: 37px;
	}
	
	.head_day{
		float:left;
		height: 30px;
		width: 30px;
		font-weight: bold;
		color: #8AB9D7;
		text-align: center;
		margin-top: 3px;
	}
	
	.head_title {
		float: left;
		line-height: 30px;
		overflow: hidden;
		font-weight: bold;
		color: #fff;
		margin-left: 5px;
		width: 210px;
	}
	
	.rss_description {
	}
	
	.rss_readmore {
		background:url(img/rssimg2.jpg) no-repeat;
		width: 78px;
		height: 21px;
		line-height: 21px;
		font-family: arial;
		color: #fff;
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		display: block;
		text-decoration: none;
	}