@charset "UTF-8";

/* GENERAL BODY DEFINITIONS */

#header_wrapper{
	width:100%;
	height:110px;
	background:url(../img/graphic/logos/logohomepage.jpg) no-repeat center center #fff;
	}
	
#header{
	width:960px;
	height:110px;
	margin:0px auto;
}

#logo{
	height: 82px;
	width: 201px;
	padding-top:28px;
	margin:0px 250px 0px 354px;
	float:left;
	display:inline;
	border:0px solid #c00;
}

#multilanguages{
	margin-top:55px;
	float:left;
	display:inline;
	}
	
#multilanguages a{
	color:#666666;
	font-size:11px;
	font-style:italic;
	text-decoration:none;
}
#multilanguages a:hover{
	text-decoration:underline;
	}
	
#content{
	width:928px;
	padding:0px 16px 0px 16px;
	margin:0px auto;
	background:#FFF;
	}

.left{
	float:left;
	display:inline;
}
.right{
	float:right;
	display:inline;
}

.title{
	font-size:24px;
	height:24px;
	color:#003333;
	padding:0px 0px 0px 24px;
	margin:32px 0px 32px 0px;
	background:url(../img/graphic/bullets/page_title_bullet.jpg) no-repeat top left;
	border: 0px solid #bfbab3;
	}
.name_box{
	float:left;
}

