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

 /* =======================================================
 	MEDIUM
 ==========================================================*/

body {
  font-size:130%;
}

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

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

* html div#main_navigation {
  width:200px; 
}
  	
div#secondary_navigation {
  min-width:210px;
}

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

div#footer {
  width:876px;
}

div#header {
  width:876px;
}
  	