#intro {
   width: 530px;
   float: left;

   
}

#intro p {
   width: 430px;
  font-size: 1.2em;
line-height: 1.5em;
  margin: 0 0 15px 0;
}

#tagline {
   font:  italic bold 1.8em "Times New Roman", Times, serif;
   letter-spacing: .025em;
   margin: 20px 0 30px;
   color: #3C3625;
}

#siteSelector {
   width: 400px;
  margin: 10px 20px 0 0;
   float:right;
}

.selectorLink:link, .selectorLink:visited {
   display:block;
   float:left; 
   width: 200px;
   height: 122px; 
   text-decoration:none;
  overflow: hidden;
  position: relative;
  color: #3C3625;
  font-weight: bold;
 
 }

.selectorLink:hover, .selectorLink:active {
 color:#993644
}
.selectorLink img {
 postion: absolute;
 top: 0;
 left: 0;
}

.selectorLink p {
 font-size: 1.4em;
 background: url('/images/white_70.png');
 position: absolute;
 bottom:  0;
 left: 0;
 padding: 5px;
 margin: 0;
 width: 200px;
 z-index: 9999;
}

.selectorLink span {
 font: .7em Helvetica, Arial, sans-serif;
 color: #3C3625;
}

#siteSelector img:hover, #siteSelector img:active {
   filter:alpha(opacity=50);   
   -moz-opacity: 0.5;   
   opacity: 0.5;
   }

