#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
	
}

#logo {
	position:absolute;
	z-index:20;
	top:391px;
	margin-left:20px;
}
#wave {
	position:absolute;
	z-index:10;
	top:403px;
	
}

 #header {
	padding: 0;
	margin:0;
	height:419px;
	
	
}

#top {
	
	/* padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:26px;
	margin-top:393px;
	padding-left:200px;
	
	
}


#menu {
	/*padding:3px 0 0 200px;
	margin:0px 40px 0 0;
	*/
	padding-top:3px;
	float:left;
	width:790px;
	
	background:none;
	
	
	
	
	
}
#menu ul, li {
	display:inline;
	
	
}
#menu img {
	border:none;
}

#languages {
	
	float:right;
	font-family:arial;
	font-weight:bold;
	font-size:13px;
	color:#6799cc;
	padding:2px 10px 0 0 ;
}


 #subContainer {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background-image:url(../medias/home_wave.jpg);
	background-repeat:no-repeat;
	
	
	
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 45px 10px 15px 14px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 55px 0px 15px 10px; /* padding keeps the content of the div away from the edges */
}
#mainContent { 
	margin: 0 200px 0 220px;
	padding-top:50px;
}


.content_left {
float:left;
width:280px;
text-align:justify;
}

.content_right {
float:right;
width:280px;
text-align:justify;
}

