/**
 * 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_left {
	float:left;
	height:auto;
	line-height:1.5;
	width:100px;
	padding: 10px;
	margin: 20px 0px 0px 10px;
}

#copy_right {
	float:left;
	width:610px;
	padding: 0px 30px;
/*	margin: 0px 20px 0px 0px;*/
}

#copy_right > p:first-child {
	margin-top: 20px;
}
