html {
	background-color: #A99B78;
}
img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#navcontainer {
margin: 0 auto;
width: 750px; 
padding: 0;

}

ul#navigation {
	padding: 0;
	background-color: #5B564D;
	color: #fff;

}
ul#navigation li { display: inline; }
ul#navigation li a {
  padding: .25em 4em;
  background-color: #5B564D;
  color: #C0A47C;
  text-decoration: none;
  float: left;
  border-bottom: solid 1px #A99B78;
  border-top: solid 1px #A99B78;
  border-right: solid 1px #A99B78;
}
a:link, a:visited { color: #9C492B; }
ul#navigation li a:hover {
	color: #9C492B;
	background-color: #A99B78;
}
p a:link, p a:visited { color: #5B564D; }

p.main {
         text-align: center;
}
p.cont {
        clear:both;
	text-align: center;
	color: #9C492B;
	font-family: cursive;
	font-size: 18px;
}

div.content {
        clear: both;
        margin: 0 15em 0 15em;
}

div.gallery {
        clear: both;
        margin: 0 auto;
        width: 900px;
}
img.gal {
        width: 100px;
        height: 100px;
}
p.info {
        clear: both;
        text-align: justify;
        background-color: #A99B78;
        color: #5B564D;
        font-family: serif;
        font-size: 18px;
}
p.head {
        clear: both;
        text-align: justify;
        background-color: #A99B78;
        color: #5B564D;
        font-weight: bold;
        font-size: 20px;
}
p.footer {
        clear:both;
        text-align: center;
        color: #5B564D;
        font-size: 14px;
}