/* Warren Post, New Media Copán 
   store/gifts.html style for copantrade.com
   This stylesheet written at client's request

   IE<=6 star html selector bug used with thanks to Edwardson Tan:
   http://www.info.com.ph/~etan/w3pantheon/style/starhtmlbug.html
*/ 

@import url(store.css); 

/* Fixed width for IE<=6, because they do not recognize max-width */
* html div.content, div.footer {
   width: 44em; 
  }

/* max-width for browsers that don't suck */ 
div.content, div.footer { 
   max-width: 43em; 
   } 

div.footer { 
   margin-left: 4em; 
   } 

@media print { div.footer p { 
   /* margin-right: 0cm; */
   } } 
