/**
 * Style Sheet for Intellisys.com
 *
 * Contains styling information specific to the Intellisys.com overview template.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by Intellisys, All Rights Reserved
 */

#content {
}

#columnWrapper {
	width:960px;
	background:url('images-layout/column-wrapper-bg.gif') 13px top repeat-y;
}

.column1 {
	display:inline;
	float:right;
	margin-right:12px;
	width:676px;
}

.column2 {
	display:inline;
	float:left;
	margin-left:12px;
	width:240px;
}

.column3 {
	display:inline;
	float:right;
	width:232px;
}