html, body
{ 
background-color:#223344;
margin:0; 
padding:0;
height:100%;
} 

#main_container
{
width:980px;
background-color:#ffffff;
margin-left:auto;
margin-right:auto; 
padding:10px;
} 
 
#top_menu {
	height:20px;
	text-align:right;
	vertical-align:middle;
	width:100%;
	font:80% Arial, Helvetica, sans-serif;
	color:#bb0000;
}

#top_menu a:link, a:visited {
	color:#bb0000;
        font-weight:100;
	text-decoration:none;
	text-align:right;
	vertical-align:middle;
	margin-top:auto;
	margin-bottom:auto;
}

#top_menu a:hover {
	text-decoration:underline;
}

#header {
	height:100px;
	background-color:#ffffff;
	vertical-align:middle;
	width:100%;
}

#header img {
	float:left;
	vertical-align:middle;
        margin-top:20px;
       } 

#maincol {
width:100%;
padding:0;
margin:0;
}

#container2 {
    float:left;
    width:100%;
    background:#ffffff url('/images/bg_sofini_main.gif') 333px 0 repeat-y;
    overflow:hidden;
    position:relative;
    }

#container1 {
    float:left;
    width:100%;
    background:#ffffff;
    position:relative;
    right:66%;
}

#news_categories
{
	float:left;
    	width:337px;
    	position:relative;
    	left:643px;
    	overflow:hidden;
}

#news_main {
	float:left;
     	width:630px;
   	position:relative;
    	left:660px;
    	overflow:hidden;
	}

#news_single {
	width:630px;
        float:left;
   	}

#news_under_single {
	width:630px;
        float:left;
	}

#news_more {
	width:630px;
        float:left;
	position:relative;
	padding:0 5px 5px 0;
        margin:0 0 15px 0;
	border-top: 3px solid #adb7c1;
	border-bottom: 1px solid #adb7c1;
	background-color:#E6E6FA;
}

#news_more img { 
	float:left;
	border:4px solid #778899;
	margin:0 10px 0 0;
	padding:0;
}

#footer{
 width:100%;
 clear:both;
 } 

.clearfix {
    	clear: both; 
    	visibility: hidden;
	display: block; 
	}