/* CSS Document */

@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #009999;
	line-height: normal;
	font-weight: normal;
}
#wrapper {
	background-image: url(images/augustine_bkgrnd.gif);
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: center;
	height: 750px;
}
.content {
	background-attachment: scroll;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: 100px 500px;
	letter-spacing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	display: table-column;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 200px;
	width: 700px;
	overflow: scroll;
	position: fixed;
	visibility: hidden;
	z-index: auto;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	clip: rect(auto,auto,auto,auto);
	page-break-before: auto;
	page-break-after: auto;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
}

