/**
 * Standard CSS for Cortex, www.cortex.com.au 
 *
 * Defines characteristics of copy container divs
 *
 * Layout blocks have been organised into 'containers' and 'frames', where
 * containers are the (usually) invisible placeholders and the frames contain
 * the actual content.  Nested div blocks have been employed to center the 
 * content areas.
 *
 * @version: 1.0, MC, Jan 2008
 * @author: Matt Chamberlain, mwchamberlain@gmail.com
 */


/*
--------------------------------------------------------------------------------
	LAYOUT RULES
--------------------------------------------------------------------------------
*/
/*
	border: 1px;
	border-color: white;
	border-style: dashed;
*/
/*

	color: #D58535;		hover color
*/


#copy_container { padding: 30px 30px 30px; }

#copy_left {
	float:left;
	height:auto;
	line-height:1.5;
	width:30%;
	padding: 10px;
	margin: 0px 0px 0px 100px;
}

#copy_right {
	float:left;
	width:30%;
	padding: 10px;
	margin: 0px 10px 0px 70px;
}

ul.subnav  {
	margin: 0px 0px 0px 50px;
}


