html, body {
	background:url('img/background_header.jpg') top repeat-x #f8f8f8;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	height: 100%;
	line-height:18px;
	font-weight:normal;
	text-align:justify;
	text-decoration:none;
	
}

* {
 margin: 0;
}

ul, li, a, h1, h2 {
	margin:0;
	outline:medium none;
	padding:0;
}

a {
color:#000;
}

h1 {
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:normal;
	float:none;
	text-align:justify;
	text-decoration:none;
	margin-top:5px;
        margin-bottom:15px;
}

h2 {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	color:#000;
	padding:1px 4px 1px 4px;
	display:block;
	float:none;
	background-color:#ffed04;	
	margin-bottom:10px;;
	display:inline;
}

h3 {
margin-top:10px;
font-weight:normal;
}



#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:1024px;
	margin: 0 auto -170px;
}

#header {
	background:url('img/header_factortien.jpg') no-repeat;
	width:1024px;
	height:255px;
	margin:34px 0 0 0;
	float:left;
	display:inline;
}

#menu_back {
	background:url('img/background_menu.jpg') no-repeat;
	width:1024px;
	height:64px;
	float:left;
}

#menu li.current_page_item a{
	background-color:#fdc100;
}

#menu {
}

#menu ul {
	padding: 15px 0 0 60px; 
	width:850px;
	margin:auto;
	list-style-type: none; 
	list-style-image: none;

}

#menu li {
	display:block; 
	float:left;

}

#menu ul li a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
	color:#000;
	padding:1px 4px 1px 4px;
	margin:0 40px 0 0;
	background-color:#ffed04;	
}

#menu ul li a:hover {
	background-color:#fdc100;
}

#content_back {
	width:1024px;
	height:100%;
	background:url('img/content_shadow.jpg') no-repeat;
	float:left;
}

#content {
	width:930px;
	height:100%;
	margin:10px 0 30px 50px;
	float:left;
	display:inline;

}

#footer {
	margin-top:0px;
	width:100%;
	height:170px;
	float:left;
	background:url('img/background_footer.jpg') repeat-x top left;
	clear: both;
	

}


#push {
	height:170px;
	clear: both;
	
}

#footer_logos {
	height:140px;
	width:940px;
	margin:auto;
	margin-top:30px;
}

#logo1 {
	background:url('img/logo1.png') no-repeat;
	height:120px;
	width:150px;
	display:block;
	float:left;
	margin-right:0px;
}

#logo2 {
	background:url('img/logo2.png') no-repeat;
	height:75px;
	width:292px;
	display:block;
	float:left;
	margin-top:10px;
        margin-right:0px;
}

#logo3 {
	background:url('img/logo3.png') no-repeat;
	height:130px;
	width:309px;
	display:block;
	float:left;
	margin-top:0px;
	margin-right:20px
}

#logo4 {
	background:url('img/logo4.png') no-repeat;
	height:130px;
	width:100px;
	display:block;
	float:left;
	margin-top:14px;
}


* html #footer {
	
}







p img {
	padding: 0;
	max-width: 100%;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
padding-left:15px;
	}

.alignleft {
	float: left;
	}

a img {
	border: none;
	}


