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

 /* =======================================================
 	SMALL
 ==========================================================*/

body {
 font-size:100%;
}

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

div#main_navigation {
  min-width:150px; 
}

* html div#main_navigation {
  width:150px; 
}

div#secondary_navigation {
  min-width:150px;
}

* html div#secondary_navigation {
  width:150px; 
}

div#footer {
  width:876px;
}

div#header {
  width:876px;
}	
  	