/* CSS Document */



/* STRUCTURE */
body { 
  background-color: #333;
  color: #666;
  font-family: Arial, Helvetica;
  font-size: 11px;
  }

#wrapper {
  width: 600px;
  background-color: #fff;
  padding: 5px;
  text-align: left;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  border-bottom: solid 1px #999;
  border-top: solid 1px #999;
  margin-top:0px;
  margin-bottom: 0px;
  }





/* FONTS */
#head {
  text-transform: uppercase;
  font-family: Arial Narrow, Arial;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  margin-left: 50px;
  }
  
#subhead {
  text-transform: uppercase;
  font-family: Arial Narrow, Arial;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  color: #666;
  margin-left: 65px;
  }
  
#descrip {
  color: #666;
  font-family: Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
  text-transform: none;
  margin-right: 65px;
  margin-left: 65px;
  text-align: justify;
  }
  
#footer {
  font-size: 9px;
  }
  
.link a:link, a:active, a:visited {
  color: #333;
  font-size: 9px;
  text-decoration: none;
  border-bottom: #FF0088;
  border-width: 0px 0px 1px 0px;
  border-style: none none dotted none; 
  }

.link a:hover {
  color: #FF0088;
  font-size: 9px;
  text-decoration: none;
  border-bottom: #FF0088;
  border-width: 0px 0px 1px 0px;
  border-style: none none dotted none; 
  }
    


 
/* IMAGES */
.centeredImage {
  display: block;
  text-align:center;
  margin-top:10px;
  margin-bottom:0px;
  margin-left: auto;
  margin-right: auto;
  padding:0px;
  }

.imgnoborder {
  border: 0;
  }
  
.thumb a img{
  border-left: solid 3px #fff;
  border-right: solid 1px #fff;
  border-top: 0;
  border-bottom: 0;
  }
  
.thumb a:hover img{
  border-left: solid 3px #000;
  border-right: solid 1px #000;
  border-top: 0;
  border-bottom: 0;
  }

.thumb a:active img{
  border-left: solid 3px #FF0088;
  border-right: solid 1px #fff;
  border-top: 0;
  border-bottom: 0;
  }

