/* ********************************************************************
            Copyright 2007 - VERTIQUEST TECHNOLOGIES, INC.
		      > 2 Column Layout With Left Wide Column <
******************************************************************** */
   
/* *********** D O C U M E N T  S E T T I N G S ******************* */
#page-container {
	background:url(/assets/layout/bg_mid_2col_Lwide.jpg) repeat-y top left;
}
/* *************** M I D  S E C T I O N ****************** */
#mid-section	{
	width:510px;
	float:right;
}
#body-content {
	position:relative;
	width:510px;
}
	#body-content p {
		margin-left:10px;
	}
#left-section	{
	position:relative;
	width:330px;
	margin-left:20px;
	padding-top:110px;
	line-height:1.3em;
	word-spacing:.2em;
	float:left;
}
#right-section {
display:none;
}
/* ************ F O O T E R  S E C T I O N ****************** */
#bottom-container {
	background:url(/assets/layout/footer_2col_Lwide.jpg) no-repeat top left;
}