body { /* Center the layout on the page and standardize font information */
	text-align: center; 
	color: black; 
	font-size: 62.5%; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 120%; 
	background-color: #98002E; 
	margin: 0 auto; 
	padding: 0; }
input, select, th, td {
	font-size: 1em;
	line-height: 120%;
	color: black;
	margin-top: 2%;
	margin-bottom: 1%; }
h1, h2, h3, h4, h5, h6, p { /* Standardize typography */
	line-height: 120%;
	margin-top: 2%;
	margin-bottom: 1%; }
h1 { /* Standardize headers */
	font-size: 2.5em; }
h2 {
	font-size: 1.9em; }
h3 {
	font-size: 1.75em; }
h4 {
	font-size: 1.5em; }
h5 {
	font-size: 1.25em; }
h6 {
	font-size: 1em; }
li {
	margin-bottom: 0.1em}
#navbuttons, #pagecontent, #footer { /* These are our 3 inner containers */
	position: absolute; }
#toppad { /* This is the primary outer container */
	position: relative;
	background-image: url(../images/TiberinusPageBackground.gif);
	text-align: left;
	min-width: 765px;
	min-height: 515px;
	max-width: 765px;
	max-height: 515px;
	top: 15px;
	left: 15px; 
	margin: 0 auto;
	padding: 0; }
#navbuttons {
	top: 160px; }
#navbuttons img {
	padding-bottom: 25px; }
#pagecontent {
	/* background-color: #fff; */
	font-size: 1.1em;
	vertical-align: text-top;
	top: 153px;
	left: 150px;
	padding: 0;
	margin: 0;
	overflow: auto;
	max-width: 590px;
	max-height: 335px;
	min-width: 590px;
	min-height: 335px; }
#pagecontent input, select, th, td {
	font-size: 1.1em; }
/*#pagecontent h1:first-child {*/
#pagecontent h1 {
	padding-top: 0;
	margin-top: 0; }
#footer {
	font-size: 1em;
	font-style: italic;
	top: 500px;
	left: 40px; }
