/*
-----------------------------------------------
Elite Parrots Club base style
author:  Carlos Martinho
version: 17 Oct 2005
-----------------------------------------------
*/

@import "epc_main.css";

/* Low-end styles */
/* ----------------------------------------------------------------------- */
body {
  background:#EDF5E3;
}

#header {
  padding:5px;
  background:#004D27;
  border-width:0;
  border-style:none;
  color:#004D27;
}

a img {
  border-width:0;
  border-style:none;
  color:#000;
}

#header a img {
  color:#EDF5E3;
}


/* IE5/Win Only Styles
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
----------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}} @import url('ie5win.css'); /*";}
}/* */


