body{

  margin:0px;

  padding:0px;

  font-family:Myriad Pro, Tahoma MS, sans-serif;

  background-color:#d9d9ff;

}

      

#site{

  width:960px;

  background-image:URL("images/background.jpg");

  background-repeat:repeat-y;

  border-left:2px solid #7373d8;

  border-right:2px solid #7373d8;

}

      

#header{

  width:960px;

  _width:964px;

  height:463px;

  background-repeat:repeat-y;

  border-left:2px solid #7373d8;

  border-right:2px solid #7373d8;

}

      

#footer{

  background-image:URL("images/footer.png");

  width:960px;

  _width:964px;

  height:49px;

  border-left:2px solid #7373d8;

  border-right:2px solid #7373d8;

}



#headerimages{

  position:absolute;

  z-index:-1;

}



.headerimg{

  width:960px;

  height:463px;

  position:absolute;

  z-index:-1;

  _left:-521px;

}

      

#cpblogo{

  background-image:URL("images/logo.png");

  width:200px;

  height:160px;

  float:left;

  position:relative;

  left:10px;

  top:10px;

}

      

#address{

  background-image:URL("images/address.png");

  width:324px;

  height:78px;

  float:right;

  position:relative;

  top:30px;

}

      

#changeimage{

  height:35px;

  float:left;

  position:relative;

  left:-195px;

  top:420px;

}

      

#changeimage img{

  margin-left:5px;

  display:block;

  float:left;

  border:0px;

}

      

#nav{

  background-image:URL("images/navbg.png");

  height:49px;

  width:960px;

  font-size:36px;

  color:white;

  font-weight:500;

  text-shadoW:1px 1px 3px black;

}

      

#nav a{

  color:white;

  text-decoration:none;

  float:left;

  margin-left:20px;

  margin-right:20px;

}

      

#nav a:hover{

  color:#b3abff;

}

      

.navsplit{

  float:left;

  background-image:URL("images/navsplit.png");

  background-repeat:no-repeat;

  height:43px;

  width:4px;

  margin-top:2px;

}

      

#content{

  background-image:URL("images/contentbg.png");

  width:816px;

  color:white;

  font-size:20px;

  text-align:left;

}

     

#content h2{

  margin:0px;

  margin-left:10px;

  font-size:32px;

  font-weight:normal;

  text-shadoW:1px 1px 3px black;

}

      

#content p{

  margin:0px;

  margin-left:30px;

  margin-bottom:10px;

}



ul{

  margin-left:30px;

  list-style-type: circle;

}



.gallerycard{

  background-color:#7d77fa;

  width:200px;

  margin-left:45px;

  margin-bottom:30px;

  font-size:16px;

  float:left;

  box-shadow: 0px 0px 3px black;

  -moz-box-shadow: 0px 0px 3px black;

  filter: progid:DXImageTransform.Microsoft.Glow(color='#454545', Strength=2);

  _border:solid 1px black;

  padding:5px;

  border-radius:4px;

}



.gallerycard:hover{

  box-shadow: 0px 0px 6px black;

  -moz-box-shadow: 0px 0px 6px black;

  background-color:#675ffb;

}



.gallerycard img{

  border:0px;

}



a{

  color:white;

  text-decoration:none;

  margin:0px;

}



#lightboxbg{

  position:absolute;

  top:0px;

  left:0px;

  width:100%;

  height:100%;

  background-image:URL("images/ielbbg.png");

  display:none;

}



#gallery{

  width:1024px;

  height:auto;

  top:10%;

  position:absolute;

  background-color:black;

  border-radius:10px;

  display:none;

}



#galleryphoto{

  height:480px;

  width:100%;

}



#galleryphoto img{

  position:relative;

  height:100%;

  display:none;

  margin:0px auto;

}



#galleryimages{

  height:120px;

  width:100%;

  overflow-x:scroll;

  background-color:black;

}



#galleryimages img{

  float:left;

  height:103px;

  width:100px;

  *margin-left:-10px;

  border:0px;

}