body {
	margin: 0px 20px;
	font-family: sans-serif;
	background: url(images/background_logs.jpg);
}

div {
	background: #fff;
}

a {
	font-variant: small-caps;
	color: #222;
}

a:hover {
	color: #eee;
	background: #888;
}

#leftside {
	width: 180px;
}

#leftside .links {
	border: black solid;
	border-width: 0px 1px 1px 1px;
	padding: 1em;
	position: relative;
	top: 0px;
	z-order: 1;
}

#leftside .links a {
	display: block;
}

.links .sub1 {
	margin-left: 1em;
}

#rightside {
	border: black solid;
	border-width: 0px 1px 1px 1px;
	width: 180px;
}

#rightside p {
	margin-left: .5em;
	margin-right: .5em;
}

#rightside p.address {
	margin-left: 1em;
	margin-right: 1em;
	background: #eee;
}

#header {
	text-align: center;
	position: relative;
	padding: 0px;
}

#content {
	padding: 1em;
}

table.photo {
	width: 1px;
	margin-bottom: 1em;
}

table.photo td {
	border: 1px black solid;
	margin: 0px;
	padding: 0px;
}

table.photo td.caption {
	background: #eee;
}

table.whole {
}

div.picture {
	margin-bottom: 1em;
}

