/*
Title:		screen.css
Author: 	Fred. : fboursier@vsapartners.com
--
Notes:
	= Controlling stylesheet for screen rendering; imports other sheets;
		defines rules for the highest-level layout containers
*/
@import url("lib/baseline.css");
@import url("lib/common.css");
@import url("lib/shell.css");
@import url("lib/blocks.css");
@import url("lib/sitenav.css");

/* 
Set base font-size based on default browser setting of 16px  
	[ 10px = 0.625em | 11px = 0.6875em | 12px = 0.75em | 14px = 0.875em |  16px = 1em | 18px = 1.125em ] */
body { font-size: 0.75em; /* 12px */ position: relative; background-color: #f7f7f7;padding-bottom:25px;background-color:#ffffff;background-image:url(../virtu_images/testgradient.gif);background-repeat:repeat-x;}

/*	====================================
	PAGE CONTAINERS
*/

