/***************************************************************

Style Sheet for eLanguage.com

***************************************************************/







#content {

	

}



#columnWrapper {

	margin-left:0px;

	width:758px;

	background: url('images-layout/column-background.gif') bottom left repeat-y;

}



.column1 {

	display:inline;

	float:left;

	width:590px;

}



.column2 {

	display:inline;	

	float:right;

	width:168px;

}

.column3 {
	display: inline;
	
	float: right;
	
	width: 190px;
	
	background-color: #dddddd;
	
	margin-right: 10px;
	
	margin-top: 10px;
	
	margin-bottom: 5px;
}



.column4 {
	display:inline;

	float:left;

	width:555px;
}

