/* Cascading Style Sheet */
 body {
   text-align: center;
   font-size: 100%;
   border: 0 none;
   outline: 0;
   padding: 0;
   margin: 0;
   background-image: url(../images/bg4.jpg);
   background-position: center top;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-color: #A99FA6;
   font-family: sans-serif;
   font-weight: bold;
   color: #000000 ;
}
a{
   color:#ff8000 ;
   font-size: 100%;
   text-decoration: none;
}
   #wrap{
      margin: auto;
      width: 980px;
   }
    #head{
      margin: auto;
      width: 970px;
   }
   .intro{
  margin-top: 20px ;
      font-size: 90%;
   }
   .intro p{
      font-size: 80%;
   }
   .title{
 /*  padding-top: 10px;  */
      font-size: 110% ;
   }
h1{
      font-size: 260% ;
      font-weight: bold;
color: #000000;
   }
   h2{
      font-size: 150% ;
      text-align: center;
color: #000000;
   }
   h3{
          font-size: 120% ;
      text-align: center;
margin-top: 25px ;
color: #000000;
   }
   h4{
          font-size: 130% ;
      text-align: center;
      color: #000000;
   }
   .linkout{
   font-size: 80%;
      color: #000000;
   }
   .linkout a{
      color: #000000;
      text-decoration: underline;
   }
.sundown{
   text-align: right;
   padding:110px 15px 0 0;
}
.sundown img{
   float: right;
}
#content{
   margin: auto;
}
.conleft{
padding: 5px;
   width: 180px;
   float: left;
   text-align: left;
}
.concenter{
padding: 5px 15px 10px 30px;
   width: 530px;
   float: left;
   text-align: left;
   margin-left: 50px;
}
.conright{
width: 180px;
float: right;
   text-align: center;
}
.clear{
   clear: both;
}
.foot{
text-align: center;
}
.foot a{
   color:#000000 ;
   font-size: 90%;
}

hr{
   width: 80%;
   color: #000000;
}
.links{
   text-align: center;
   padding-left: 15px ;
}
.links p{
text-align: center;
   font-size: 80%;
}
.linksh{
   text-align: center;
}
img{
   border: none;
}
.design{
   font-size: 70% ;
}
.note{
   font-size: 70%;
}