body#home
{
	margin:0px;
	background:rgb(255,255,255);
	color:rgb(0,0,0);
	font:normal normal normal 1em/normal Arial, Tahoma, Verdana, sans-serif;
}

img
{
	border:0px;
}

.thumbnail
{
	border:1px solid rgb(170,170,170);
}

p
{
	font:normal normal normal 0.9em/normal Arial, Tahoma, Verdana, sans-serif;
}

.content
{
	font:normal normal normal 0.8em/normal Arial, Tahoma, Verdana, sans-serif;
}

.bold
{
	font-weight:bold;
}

a.content
{
	background:transparent;
	color:rgb(128,128,128);
	font-weight:bold;
	text-decoration:none;
}

a.content:hover
{
	color:rgb(30,90,120);
}

#main
{
	margin:0px auto;
	border:0px;
	width:800px;
}

#header
{
	width:800px;
	height:100px;
	background-image:url('img/header.png');
	text-align:right;
	vertical-align:bottom;
}

.datetime
{
	font:normal normal normal 0.6em/normal Arial, Tahoma, Verdana, sans-serif;
	padding-right:30px;
}

#content
{
	width:800px;
	height:430px;
	background-image:url(img/content.png);
}

#content2
{
	margin:0px auto;
	border:0px;
	width:755px;
	height:430px;
	background-image:url(img/content_lr.png);
}

.content3
{
	margin:0px auto;
	border:0px;
	width:80%;
}

.content3_main
{
	width:100%;
	text-align:left;
	vertical-align:top;
}

.content3_left
{
	width:50%;
	text-align:left;
	vertical-align:top;
}

.content3_right
{
	width:50%;
	text-align:left;
	vertical-align:top;
}

#left
{
	width:130px;
	height:430px;
	float:left;
	vertical-align:top;
}

#left_menu
{
	margin:0px auto;
	border:0px;
}

#left_top
{
	width:130px;
	height:400px;
	vertical-align:top;
}

#left_bottom
{
	width:130px;
	height:30px;
	text-align:center;
	vertical-align:middle;
}

#right
{
	width:623px;
	height:430px;
	float:right;
	overflow:auto;
	vertical-align:top;
}

#footer
{
	width:800px;
	height:50px;
	background-image:url(img/footer.png);
	vertical-align:top;
}

a.footer
{
	display:block;
	margin:0px auto;
	width:100%;
	height:30px;
	background-color:transparent;
	color:rgb(0,0,0);
	text-decoration:none;
	text-align:center;
	font:normal normal normal 0.6em/normal Arial, Tahoma, Verdana, sans-serif;
	padding-top:4px;
}

a.button
{
	display:block;
	margin:0px auto;
	width:120px;
	height:35px;
	background-color:transparent;
	background-image:url(img/button1.png);
	color:rgb(255,255,255);
	text-decoration:none;
	text-align:center;
	font:normal normal bold 0.8em/normal Arial, Tahoma, Verdana, sans-serif;
	padding-top:5px;
}

a.button:hover
{
	background-color:transparent;
	color:rgb(0,0,0);
	background-image:url(img/button2.png);
}

img.flag_en
{
	width:25px;
	height:15px;
	background-image:url(img/uk_grey.png);
}

img.flag_en:hover
{
	background-image:url(img/uk.png);
}

img.flag_fr
{
	width:25px;
	height:15px;
	background-image:url(img/fr_grey.png);
}

img.flag_fr:hover
{
	background-image:url(img/fr.png);
}

