body {  background-color: #FFFFFF; font-family: "Arial Narrow", Arial, sans-serif }

#container {
  padding:0;
  margin:10px auto 10px 10px;
	background: #FFFFFF; 
	text-align:center
}

.newpic {  font-style: italic; font-weight: bold}
.description {  font-style: italic; color: #000000}

#header {
  width:719px;
  margin:0px auto;
  text-align:center;
}

#pagetitle h1 {
  font-weight: bold;
  border-bottom:1px dashed;
  border-top:1px solid;
	clear:both;
  padding:5px;
}

#links li {
  display: inline;
}


#sitetitle {
}

#nav {
  position:relative;
  width:100%;
  margin:0px auto;
  top:0px;
}

#navprev {
  position:absolute;
  left:20px;
}

#navnext {
  position:absolute;
  right:20px;
}

#pictures {
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}

#footer {
  width:400px;
  margin:0px auto;
  text-align:center;
  padding:15px;
}

#othersites {
  text-align:center;
	font-size: small; 
  border-top:1px dashed;
  border-bottom:1px solid;
	clear:both;
  padding:5px;
}

