/**
 * CSS Document for grays.de
 * Stylesheet: layout-1.css
 * Author: Renaldo Scola
 * Copyright: Renaldo Scola
 * Version: v1.0
 * Last update: 2007-06-11
 *
 * Styling for the ~5:2 content
 * layout. 30px gutter between the boxes.
 * (main-body 700px wide)  
 */

/**
 * Recommended order of style definitions:
 * 
 * layout 
 * borders
 * colors
 * fonts
 * text
 * etc.
 */
 
#content-left
{
	float:left;
	width:490px;
}
#content-right
{
	float:right;
	width:180px;
}
