/* ********************************************************************
            Copyright 2007 - VERTIQUEST TECHNOLOGIES, INC.
		     > 3 Column Layout for standard page layout <
******************************************************************** */
   
#page-container {
	background:url(/assets/layout/bg_mid_3col_standard.jpg) repeat-y top left;
}

/* *************** M I D  S E C T I O N ****************** */
#left-section {
	width:290px;
}
#left-section H1 {
	color:white;
	font-size:16pt;
	font-weight:bold;
}
#mid-section	{
	width:560px;
	float:right;
}
#body-content {
	width:320px;
	float:left;
	margin-top:-40px;
}
	#body-content p {
		margin-left:10px;
	}
#right-section	{
	width:200px;
}
	#right-section UL {
	padding-top:6px;
	}
/* ************ F O O T E R  S E C T I O N ****************** */
#bottom-container {
	background:url(/assets/layout/footer_3col_standard.jpg) no-repeat top left;
}
