body		{
	background-color: #B4BFAB;
	color: black;
	font-family: "Times New Roman";
	font-size: 11px;
	text-align: center;
}

a:link {
	background-color: inherit;
	color: #444;
  text-decoration: none;
}
a:hover {
  color: #DDD;
	text-decoration: none;
}
a:visited {
	background-color: inherit;
	color: #444;
	text-decoration: none;
}


p {
  font-size: 12px;
  font-family: inherit;
  text-align: left;
  line-height: 1.4em;
  margin: 5px;
  padding: 10px;
  background-color: #C4CFBB;
}

img {
  padding: 10px;
}


#main {
	position: relative;
	background: inherit;
	width: 770px;
	height: 100%;
	text-align: center;
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#content {
	width: 730px;
	height: 100%;
	font-size: 13px;
	text-align: center;
	padding: 15px;
	margin: 5px;
	margin-top: 12px;
}

#header {
	width: 760px;
	padding: 5px;
	text-align: center;
	border-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #999;
}

#footer {
	width: 760px;
	padding: 5px;
	height: 30px;
	text-align: center;
	margin-top: 15px;
	clear: both;
}




.clearMe {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 1px;
}

.gallerypiece {
  width: 210px;
  margin: 10px;
  margin-bottom: 15px;
  padding: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  border-color: #CCC;
  font-size: 12px;
}

.galleryrow {
  width: 720px;
  padding: 5px;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}