@charset "utf-8";
/* CSS Document */

body{
  background-color:#e3e3e3;
  color:#808080;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  margin:0;
  padding:0;
}

img{
  border:0px;
}

a:focus{
  -moz-outline-style:none;
}

/*-----LINKS-----*/

a{
  color:#808080;
  text-transform:uppercase;
  text-decoration:underline;
}
a:hover{
  color:#333;
  text-transform:uppercase;
  text-decoration:underline;
}

a.navigation{
  color:#808080;
  text-decoration:none;
  padding-right:20px;
}
a.navigation:hover{
  color:#333;
  text-decoration:none;
  padding-right:20px;
}

a#navigation{
  color:#808080;
  text-decoration:none;
}
a#navigation:hover{
  color:#333;
  text-decoration:none;
}

/*-----CLASSES-----*/

span.title{
  color:#333;
  text-transform:uppercase;
}

img.piece{
  padding-top:10px;
}

span#nav-over{
  color:#333;
  text-transform:uppercase;  
  text-decoration:none;
  padding-right:20px;
}
span#nav-last-over{
  color:#333;
  text-transform:uppercase;
  text-decoration:none;
}