body {
  background: #FFFFFF;
  color: #000000;
  font-family: helvetica,verdana,arial;
  margin: 0;
}

#page {
  width: 750px;
  margin: auto;
  margin-top: 25px;
  padding: 5px;
  border: 1px solid #9999FF;
}

#page {
\-moz-border-radius: 0.5em;
}

#mainContent {
  float: left;
  margin-top: 5px;
  width: 425px;
  padding: 10px 25px 10px 50px;
}

#photoContent {
  clear: both;
  margin-top: 5px;
  width: 650px;
  padding: 10px 50px 10px 50px;
}

#trailing, #navigation {
  font-size:75%;
  color: #CCCCCC;
  margin: 10px 15px 0px 15px;
}

#trailing {
  float: left;
}

#navigation {
  float: right;
}

#trailing a, #navigation a {
  text-decoration: none;
  color: #999999;
}

p a:hover, #trailing a:hover, #navigation a:hover, #photoPeek a:hover  {
  text-decoration: underline;
  color: #cc0000;
}

h1 {
  font-size:105%;
  color: #333333;
}

.photoH1   { 
  font-size: 80%
}

h2 {
  font-size:95%;
  color: #333333;
}

h3 {
  font-size:85%;
  color: #333333;
}

p, select, input, blockquote, center, pre {
  font-size: 75%;
  line-height:135%;
  color: #333333;
}

input {
  color: #333333;
  border: 0;
  background: #EEEEFF;
  margin-bottom: 2px;
}

p {
  text-align: justify;
}

em {
  color: #333333;
}

p img {
  margin: 10px;
}

a {
  color: #000066;
  text-decoration: none;
}

.greyBG {
  background: #F3F3F3;
  padding: 15px;
}

#photoPeek {
  float: right;
  font-size:75%;
  width: 150px;
  padding: 25px 50px 10px 10px;
  text-align: center;

}

#photoPeek em {
  font-size:100%;
  color: #999999;
}

#footer {
  margin-top: 25px;
  clear: both;
  font-size:75%;
  text-align: center;
  color: #999999;
}

#footer a{
  color: #999999;
}

#footer span {
  margin-left: 33px;
  margin-right: 33px;
}

.photoBox {
  width: 160px;
  height: 170px;
  float: left;
  text-align: center;
  font-size:80%;
}


