/*----------------------------------------------------------------------# Crossway v1.0 - 27 Mar 2007 By Shane Holloman# ----------------------------------------------------------------------# Copyright (c) 2006-2007 Brown Media Group------------------------------------------------------------------------*/

/*------------------------------------
#	FIXED WIDTH STYLE
--------------------------------------*/

/* main container */
div#wrapper{
	width: 960px;
}

/* center content block */
div#centerblock_wrap{ /* 3 columns layout */
	float: left;
	width: 520px;
}
div#centerblockright_wrap,
div#centerblockleft_wrap{ /* 2 columns layout */
	float: left;
	width: 740px;
}
div#centerblockfull_wrap{ /* 1 column layout */
	float: left;
	width: 960px;
}
div#centerblock{
	margin: 0 20px;
}