body {
	font-family: sans-serif;
	margin: 0;
}
h1, h2, h3, h4 {
	font-family: Georgia, sans-serif;
	text-align: center;
	margin: 10px;
}
div#content {
	background-color: #eee;
	position: relative;
	padding: 10px;
}
div.shadow1, div.shadow2, div.shadow3, div.shadow4, div.shadow5 {
	/* display: inline; */
	padding: 0px;
	margin: 0px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
}
div.shadow5 {
	background-color: #eee;
	border-color: #9a9a9a;
}
div.shadow4 {
	background-color: #9a9a9a;
	border-color: #a7a7a7;
	border-width: 1px;
}
div.shadow3 {
	background-color: #a7a7a7;
	border-color: #bebebe;
}
div.shadow2 {
	background-color: #bebebe;
	border-color: #d1d1d1;
	border-width: 1px;
}
div.shadow1 {
	background-color: #d1d1d1;
	border-color: #e6e6e6;
	margin: 0px auto;
	width: 550px;
}

a:link {
	color: #3138d2;
}
a:visited {
	color: #2c97e3;
}
a:hover {
	color: #d23166;
}

h1 {
	font-size: 1.3em;
	margin-bottom: 20px;
	border-bottom: 1px solid #bbb;
}

h1 a, h1 a:link, h1 a:visited {
	color: black;
	text-decoration: none;
}
h1 a:hover {
	color: #d23166;
}

h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }

p {
	font-size: 1em;
	color: #255698;
}
p#footer {
	margin: 0px;
	margin-top: 10px;
	font-size:9px;
	text-align: center;
}
p#footer a {
	color:#BBB;
}

img {
	border-style: none;
}

li {
	font-size: 90%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

li.sep {
	border-bottom: 1px solid #777;
	padding-bottom: 5px;
	margin-bottom: 12px;
}

p#footer img {
	border-style: none;
	margin: 1px;
}

#picturelist {
	text-align: center;
}
#picturelist img {
	border: 1px solid black;
}
