body {
	background: #000022; 
	color: #A2B1D8;
	font-family: helvetica, arial, sans-serif;
	font-size: 90%;
	margin: 2ex 5em;
}
a { 
	text-decoration: none;
	color: #837AFF;
}
a:hover {
	text-decoration: none;
	color:#FF9933;
}
h1 {
	font-size: 180%;
	text-align: center;
	margin-bottom: 3ex;
}
h2 {
	font-size: 150%;
	margin: 2ex;
	text-align: left;
	font-weight: normal;
}
h3 {
	font-size: 120%;
	margin: 1ex;
	text-align: left;
	font-weight: normal;
	text-decoration: underline;
}
table {
	border-collapse: collapse;
	padding-left: 6ex;
	padding-right: 5ex;
}
td {
	text-align: center;
	padding: 1ex 1ex;
}
p {
	text-indent: 2em;
	text-align: justify;
}
address { 
	font-size: 9pt; 
	font-style: normal;
	text-align: left;
	position: fixed;
	bottom: 5ex;
	left: 5ex;
}

/* navlist */

#navlist {
	position: fixed;
	top: 30%;
	margin-top: -2ex;
	width: 100%;
	margin-left: -5em;
	text-align: center;

	font-size: 16pt;
	font-weight: normal;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0 2.5ex;
	border-left: 1px solid;
}
#navlist li.first{
	border-left: 0;
}

/* chat */

#chat img {
	position: fixed;
	bottom: 1ex;
	right: 1ex;
}

/* misc */

.reverse {
	background: #333355;
}

/* section photo */

.gallery a img { 
	border: 0;
}
.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	padding: 10px;
	text-align: center;
}
#layer {
	display: none;
	z-index: 1;
	position: fixed;
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#frame {
	display: table-cell;
	vertical-align: middle;
}
#picture {
	padding: 5px;
	background-color: black;
	border: 40px solid white;
}
