* {
	font-family:Calibri;
	font-size:20px;
}

body{
	background-color: #EEEEEE;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div#wrapper{
	width: 1000px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

header{
	height:314px;
	position:fixed;
	background-color: #FFFFFF;
}

p#headline1{
	font-family:"Segoe Print";
	font-weight: bold;
	font-size:30px;
}

p#headline2{
	font-family:"Segoe Print";
	font-variant: small-caps;
	font-weight: bold;
	font-size:20px;
	height:40px;
}

section#container{
	position:fixed;
	width:1000px;
	top:314px;
	bottom:0px;
	padding:0px;
	/* bottom:100px; */
	overflow-y:auto;
	scrollbar-color: #999999 #dddddd;
	scrollbar-width: thin;
	background-color: #FFFFFF;
}

div#text{
	margin:10px;
}

div#footer{
	width:1000px;
	height:30px;
	bottom:0px;
	position:fixed;
	background-color: #FFFFFF;
}

table {
	width:100%;
}

table#index-center tr td {
	text-align:center;
	padding:10px;
}

table#index-left tr td {
	text-align:left;
	padding:10px;
}

table#joined tr td {
	text-align:center;
	padding:0px;
}

td#row3 {
	width:33%;
}

div#lbox{
	border: 1px solid grey;
	border-radius:10px;
	box-shadow:0 0 10px grey;
	margin:0px;
	padding:10px;
	height:auto;
}

div#tbox{
	border: 1px solid grey;
	border-radius:10px;
	box-shadow:0 0 1em grey;
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
}

div#tbox:hover{
	opacity: 0.5;
}


div#captioned-gallery {
	display:inline-block;
	box-shadow: 0px 0px 20px black;
}

img#tbox {
	margin:0px;
	width:100%;
	height:auto;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	display:block;
}

img#eplr {
	position:relative;
	width:300px;
	height:auto;
	display: block;
	left:650px;
	margin:0 0 0 0,
}

table#index-center tr td a {
	text-decoration:inherit;
	color:inherit;
}