h1 {align: float;
	font-family: Papyrus, Palatino, Sans-serif;}

/* 
table.formation {background-color: black;
	font-size: small;
	color: white;
	border: 1px solid darkgray;
	padding: 5px 5px 5px 5px;
	width: 100%;
	cellpadding: 1px;
	cellspacing: 1px;
	}
*/

td {border: 2px solid darkgray;
	}

body {background-image: url(stdominicstatue.jpg);
	background-position: 792 10;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: Papyrus, Palatino, Sans-serif;}

a:link {text-decoration: none;
	font-size: 14px;
	color: white;
	background-color: black;
	border-top: 2px solid lightgray;
	border-right: 2px solid darkgray;
	border-bottom: 2px solid darkgray;
	border-left: 2px solid lightgray;
	padding: 1px;
	width: 100 px;
	height="20";}

a:active {text-decoration: none;
	font-size: 14px;
	color: white;
	background-color: black;
	border-top: 2px solid lightgray;
	border-right: 2px solid darkgray;
	border-bottom: 2px solid darkgray;
	border-left: 2px solid lightgray;
	padding: 1px;
	width: 100 px;
	height="20";}

a:visited {text-decoration: none;
	font-size: 14px;
	color: red;
	background-color: black;
	border-top: 2px solid lightgray;
	border-right: 2px solid darkgray;
	border-bottom: 2px solid darkgray;
	border-left: 2px solid lightgray;
	padding: 1px;
	width: 100 px;
	height="20";}

a:hover {text-decoration: none;
	font-size: 14px;
	color: black;
	background-color: white;
	border-top: 2px solid darkgray;
	border-right: 2px solid lightgray;
	border-bottom: 2px solid lightgray;
	border-left: 2px solid darkgray;
	padding: 1px;
	width: 100 px;
	height="20";}

.border {border: 1px solid black;}


/*div ids for most pages*/

#main_container {height:660px;
	width:750px;}

#toppanel {position:absolute;
	top:10;
	left:10;
	border:1px solid darkgray;
	height:50;
	width:750px;
	background: white;
	color: white;
	padding: 10 10 10 10;}

#leftpanel {position:absolute;
	top:81;
	left:10;
	border:1px solid darkgray;
	height:580px;
	width:160px;
	background: white;
	padding: 10 10 10 10;}

#rightpanel {position:absolute;
	top:81;
	left:170;
	border:1px solid darkgray;
	height:580px;
	width:590px;
	background: white;
	padding: 10 10 10 10;
	overflow: auto;
}

#bottompanel {position:absolute;
	top:682;
	left:10;
	border:1px solid darkgray;
	height:45px;
	width:750px;
	background: white;
	color: black;
	padding: 10 10 10 10;}

/*div ids for "about" page*/

#main_container2 {height:1400px;
	width:750px;}

#leftpanel2 {position:absolute;
	top:81;
	left:10;
	border:1px solid darkgray;
	height:1310px;
	width:160px;
	background: white;
	padding: 10 10 10 10;}

#rightpanel2 {position:absolute;
	top:81;
	left:170;
	border:1px solid darkgray;
	height:1310px;
	width:590px;
	background: white;
	padding: 10 10 10 10;}

#bottompanel2 {position:absolute;
	top:1412;
	left:10;
	border:1px solid darkgray;
	height:50px;
	width:750px;
	background: white;
	padding: 10 10 10 10;}
