
body
{
  background-color: #f6f6f6;
  /*background-color: #fff8fe;*/
  color: #000059;
}                                

a:link
{
  color: #000059;
}

a:visited
{
  color: #000059; 
}

#dLogo
{
  margin-left: auto;
  margin-right: auto;
  width: 230px;
  height: 200px;
  background-image: url(../images/logoblue.png);
}

#dCi
{
  width: 191px;
  height: 52px;
  background-image: url(../images/ci.png);
}

#dWrapper, #dGalleryWrapper
{
  background-color: #fff0fd;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  border: 1px solid #000059;
  padding: 40px;
}

#dWrapper
{
  width: 500px;
}

#dGalleryWrapper
{  
  width: 640px;
}

#dGalleryLink
{
  float:right;
  display: inline;
  font-size: 20px;
  margin-left: 50px;
  background-image: url(../images/gallerylinkbackground.jpg);
  width: 100px;
  height: 49px;
  color: #f6f6f6;
  line-height: 46px;
  text-align: center;
}

#dTitle
{
  margin-top:30px;
  text-align: center;
  font-size: 20px;
  display: inline;
}

#dMenu
{
  display: inline;
}

.cPictureGroup
{
  margin-top: 30px;
}

.cPicture
{
  margin-left: auto;
  margin-right: auto;
  display: block; 
}