@import url("page.css");
@import url("menu.css");


body {
 margin:0;
 padding:0;
 color:#000; 
 font:12px "Arial";
 text-align:center;
 background:#fff;  
 font-weight:normal;
 background:#fff url("../../img/bg.jpg") repeat left top; 
}


a		       { text-decoration: none}
a:link	   { color: rgb(0,166,235)}
a:visited  { color: rgb(0,166,235)}
a:hover    { text-decoration: underline}


.clear-floats{
  clear:both;
  line-height:0;
  _font-size:0;
}
img{
 border:0;
}
