/* CSS Document */



/* STRUCTURE */
body { 
  background-color: #F4CFC2;
  color: #E69774;
  font-family: Calibri, Tahoma, Arial, Helvetica;
  font-size: 11px;
  }

#wrapper {
  width: 600px;
  background-color: #FDF1E4;
  padding: 10px;
  text-align: left;
  border: solid 10px #ffffff;
  margin-top:0px;
  margin-bottom: 0px;
  }

#header {
  width:640px;
  height: 79px;
  background-color: #fff;
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  }



/* FONTS */
#head {
  font-family: Cambria, Georgia, Palatino Linotype, Times New Roman;
  font-size: 15px;
  text-decoration: none;
  color: #E69774;
  margin-left: 30px;
  }
  
#subhead {
  font-family: Cambria, Georgia, Palatino Linotype, Times New Roman;
  font-size: 15px;
  text-decoration: none;
  color: #EBAB8B;
  margin-left: 45px;
  }
  
#descrip {
  color: #EBAB8B;
  font-family: Calibri, Tahoma, Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  margin-right: 45px;
  margin-left: 45px;
  text-align: justify;
  }
  
#footer {
  font-size: 11px;
  }
  
.link a:link, a:active, a:visited {
  color: #E67A74;
  font-size: 11px;
  text-decoration: none;
  border-bottom: #FDF1E4  ;
  border-width: 0px 0px 1px 0px;
  border-style: none none dotted none; 
  }

.link a:hover {
  color: #000000;
  font-size: 11px;
  text-decoration: none;
  border-bottom: #E67A74;
  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: solid 5px #fff;
  }
  
.thumb a:hover img{
  border: solid 5px #F4CFC2;
    }

.thumb a:active img{
  border: solid 5px #F4CFC2  ;
  }

