body {
  background-color:#C6DDD7;
  margin:0;padding:0;
  font-family:tahoma,verdana,arial;
}

img, a { padding:0;margin:0;border:none;}

a, a:visited, a:hover, a:active {
  color:black;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
  color:#808080;
}

p {margin-bottom:10px;}

h1 {font-size:180%;font-weight:bold}
h2 {font-size:120%;font-weight:bold}

#displayPage {
  position:relative;
  margin:5px auto 0 auto;
  padding:0;
  width:750px;
  background-color:#012D3F;
}

#paulSignature {
  position:relative;
  width:100%;
  text-align:right;
  height:30px;
  background-color:#1b4543;
}
#paulSignature img {
  position:absolute;
  top:5px;left:10px;width:139px;height:28px
}

.copyright {
  color:white;padding:7px 15px 0 0;font-size:70%;
}

#topMenu {
  text-align:right;
  padding:5px 10px 5px 0;
  color:#819604;
  background-color:#C6DDD7;
}

#topMenu a, #topMenu a.sel {
  font-family:Tahoma;
  font-stretch:wider;
  margin-right:5px;
  padding-left:5px;
  padding-right:5px;
  font-size:80%;
  text-decoration:none;
}

#topMenu a:hover, #topMenu a.sel:hover {
  text-decoration:underline;
}

#topMenu a:hover {
  color:white;
}
#topMenu a.sel:hover {
  color:white;
}

#topMenu a {
  color:#222222;
}

#topMenu a.sel {
  color:white;
  background-color:#1B4543;
}

#bodyBlock {
  color:#111111;
  background-color:white;
  width:710px;
  height:480px;
  padding:50px 20px 20px 20px;
  font-size:80%;
}
#galleryWrap {
  height:350px;
  overflow:hidden;
}

#galleryImageWrap, #galleryImageWrapBig {
  padding-top:0px;
  overflow:hidden;
  background-position:center;
  background-repeat:no-repeat;
  text-align:center;
  position:relative;
  width:710px;
}
#galleryImageWrap {height:300px}
#galleryImageWrapBig {height:350px}

#gallaryImage {
  clear:both;
  white-space:nowrap;
}
#galleryCaption {
  text-align:center;
}
.galleryCaptLeft, .galleryCaptRight {
  font-weight:bold;
  font-size:80%;
  padding-bottom:10px;
}

.galleryCaptLeft {
  padding-left:3px;
  float:left;
}

.galleryCaptRight {
  padding-right:8px;
  float:right;
}

#galleryNav {
  padding-top:20px;
  width:700px;
  text-align:center;
}
#galleryNav img {
  width:25px;height:25px;
  margin:2px 5px 2px 5px;
}
#galleryNav img, #galleryNav img:hover {
  padding-bottom:2px;
  border-bottom:1px solid white;
}
#galleryNav a:hover {
  border-bottom:1px solid black;
}
#galleryStart {
  margin-bottom:20px;
  font-size:120%;
  font-weight:bold;
}

.title {
}
.media {
  padding-left:10px;
}
.size {
  padding-left:10px;
}

#overCaption {
  margin:0 auto 0 auto;
}


