/***************************************************************
Style Sheet for Corda.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/



#columnWrapper {
	margin:0;
	padding-left:210px;
	padding-right:196px;
	width:562px;
	
	background: url('images-layout/column-background-overview.gif') bottom left repeat-y;
}

.column1 {
	position:relative;
	display:inline;
	float:left;
	width:562px;
}

.column2 {
	position:relative;
	display:inline;
	float:left;
	margin-left:-772px;
	width:210px;
}

.column3 {
	position:relative;
	display:inline;
	float:right;
	margin-right:-188px;
	width:188px;
}

