body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
}
a, a:visited {
	color: #1468B8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	position: absolute;
	top: 0px;
	text-align: right;
	width: 100%;
	height: 96px;
	background: url('../images/header_back.gif');
	min-width: 1000px;
	width: expression(document.body.clientWidth < 1000? "1000px": "100%" );
}
#logo {
	position: absolute;
	top: 0px;
	left: 15px;
}
#main_menu {
	position: absolute;
	top: 75px;
	left: 10px;
	font-size: 12px;
	color: #29425A;
}
#main_menu a {
	color: #ffffff;
}
#languages {
	position: absolute;
	top: 76px;
	width: 100%;
	text-align: right;
	min-width: 1000px;
	width: expression(document.body.clientWidth < 1000? "1000px": "100%" );
}
#languages span {
	margin-right: 24px;
}
#languages img {
	border: 1px solid #727E9D;
	margin-left: 4px;
}
#content {
	margin-top: 111px;
	min-width: 1000px;
	width: expression(document.body.clientWidth < 1000? "1000px": "auto" );
	/*background: url('../images/contacts_back.png') repeat-y right;*/
}
#main {
	width: 100%;
	float: left;
	margin-right: -216px;
}
#contacts {
	float: right;
	width: 201px;
	margin-left: 15px;
	padding: 0 10px;
}
#clearing {
	height: 15px;
	background: #FFFFFF;
	border-bottom: 1px solid #D0DAE3;
	clear: both;
}
#stretch {
	margin-right: 216px;
	height: 200px;
}
#presentation {
	position: absolute;
	top: 111px;
	left: 15px;
	right: 216px;
	min-width: 769px;
	width: expression(document.body.clientWidth < 1000? "769px": "auto" );
}
#new {
	width: 100%;
	float: left;
	padding-top: 216px;
}
div.news, div.publications, div.smi {
	padding-left: 9px;
}
#new p {
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
	margin: 0px 10px;
	margin-top: 10px;
}
div.news {
	float: left;
	width: 33%;
}
div.smi {
	overflow: hidden;
	
}

div.publications {
	float:right;
	width: 33%;
	position: relative;
}
* html div.smi {
	float: left;
}
* html div.smi div.inner {
	width: 100%;
}

div.block {
	margin: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}
div.langblock {
	margin: 0px;
	text-align: center;
}
div.langblock_en {
	margin: 0px;
	text-align: center;
}
div.langblock_fr {
	margin: 0px;
	text-align: center;
}
div.langblock_es {
	margin: 0px;
	text-align: center;
}
div.block_title {
	margin: 0 0 15 0;
	background: url('../images/side_block_title.gif') no-repeat right;
	background-color: #eeeeee;
	font-weight: bold;
	font-size: 11px;
	color: #29425A;
	padding: 3 10 4 10;
}
div.block_title_grey {
	margin: 0 0 15 0;
	background-color: #eeeeee;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	padding: 3 10 4 10;
}
div.block_title_grey a.btg {
	color: #29425A;
}
div.office, div.side {
	margin: 0 0 15 0;
	padding: 0 10px;
	line-height: 16px;
	font-size: 11px;
}
div.office a {
	font-weight: bold;
}
div.office span {
	color: 999999;
}
#langs {
	margin-top: 6px;
}
#langs td {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	width: 80px;
	color: #999999;
	vertical-align: top;
}
#sjm {
	height: 72px;
	margin: 0 0 5 0;
	padding: 0 6 0 8;
	font-family: Tahoma;
	font-size: 11px;
	color: #91002C;
}
#sjm img {
	float: left;
	margin-right: 6px;
}

/*for video news*/
.newsVideo {
	position:relative;
	height:40px;
	min-width:250px;
}

.newsVideo img {
	position:absolute;
	top:10px;
	left:10px;
}

.newsVideo p {
	position:absolute;
	left: 70px;
	top: 0px;
	padding-right:1px;
}
