/**********************************************************
  filename: large.php
  Lift Communications Inc.
 
  author: Rick Stender / Ryan Glover
 
  description of contents: Screen CSS for SeniorsMoney.ca
 
 *********************************************************/

/* =======================================================
	LARGE
==========================================================*/

body {
  font-size:160%;
}

div#wrapper {
  min-width:876px;
}

div#main_navigation {
  min-width:250px; 
}
  	
* html div#main_navigation {
  width:250px; 
}  	
  	
div#secondary_navigation {
  min-width:240px; 
}
  	
* html div#secondary_navigation {
  width:240px; 
}  	
  	
div#footer {
  width:876px;
}

div#header {
  width:876px;
}
