/***************************************************************
Style Sheet for eLanguage.com

Copyright 2006 by Sebo Marketing, All Rights Reserved
***************************************************************/



#content {
	
}

#columnWrapper {
	margin-left:0px;
	width:758px;
	background: url('images-layout/column-wrapper-bg.gif') top left repeat-y;
}

.column1 {
	display:inline;
	float:right;
	width:590px;
}

.column2 {
	display:inline;
	float:left;
	width:168px;
}

.column3 {
	display:inline;
	float:right;
	width:168px;
}

