body { /* Center the layout on the page and standardize font information */
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #98002E; 
	margin: 0; 
	padding: 0;
	text-align: center }
p, li, td, input, select {
	font-size: 12px }
h1 { /* Standardize headers */
	font-size: 36px;
	margin: 12px 0 12px 0; }
h2 {
	font-size: 24px; }
h3 {
	font-size: 18px; }
h4 {
	font-size: 14px; }
li {
	margin-bottom: 2px}
#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);
	background-repeat: no-repeat;
	text-align: left;
	width: 765px;
	height: 515px;
	min-width: 765px;
	min-height: 515px;
	max-width: 765px;
	max-height: 515px;
	top: 15px;
	left: 15px; 
	margin: 0 auto;
	padding: 0; }
#navbuttons {
	top: 147px; }
#navbuttons a {
	display: block;
	background-color: #906;
	height: 18px;
	width: 108px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color:#0C3;
	vertical-align: middle;
	padding: 2px 0 0 5px;
	margin-bottom: 15px; }
#navbuttons a:hover {
	color: white; }
#pagecontent {
	vertical-align: text-top;
	top: 140px;
	left: 150px;
	padding: 0;
	margin: 0;
	overflow: auto;
	max-width: 590px;
	max-height: 345px;
	min-width: 590px;
	min-height: 345px; }
#pagecontent h1 {
	padding-top: 0;
	margin-top: 0; }
#footer {
	position: relative;
	font-style: italic;
	top: 494px;
	left: 40px; }
