@charset "utf-8";
/* CSS Document */

body {
	background-color: #266C24;
	font-family: Arial, Sans-Serif, Tahoma, Verdana, Helvetica, Helvetica-Narrow;
	color: #000000;
	margin:0;
	padding:0;
	text-align: center;
}


h1 {
	font-size: 1.4em;
	color: #266C24;
}

h2 {
	font-size: 1.3em; 
}


photo01 {


}



div#page {
	background-color: #266C24;
	border:4px solid #FFFFFF;
	width:970px;
	padding:5px;
	text-align:left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

div {
  text-align:center;
}


div#header {
  width:965px;		/* Was 750 */
  height:170px;		/* Was 30 */
}

div#titleleft {
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	width:200px;
	height:158px;
		}

div#titlecenter {
	float:left;
	background-image: url(../Images/HeaderLogo.gif);
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	width:720px;
	height:158px;
}


div#menu {
  width:200px;
  float:left;
  margin:10px 0 10px 5px;
  height:270px;		/* Was 350 */
  clear:left;
  text-align:right;
  font-size: 0.8em;
}

div#menu A
{
	color: white;
	text-decoration: underline;
}

div#menu A:visited
{
	color: white;
	text-decoration: underline;
}


div#SponsorHomePage {
	width:200px;
	float:left;
	margin:10px 0 10px 5px;
	clear:left;
	text-align:left;
	font-size: 0.8em;
	color: #FFFFFF;
}


div#content {
	width:715px;
	min-height:500px;
	_height:500px;		/* Do not know what the _ at the front of height means. But it appears to be necessary */
	font-size: 1em;
	text-align:left;
	background-color: #FFFFFF;
	border:4px solid #FFFFFF;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 235px;
}

div#contentbanner {
	background-image: url(../Images/StPeterBanner.jpg);
	background-repeat: no-repeat;
	width:100%;
	height:150px;
}


div#contenttext {
	text-align:left;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.8em;
	padding-bottom:10px;
}



div#footer {
	width:965px;		/* Was 750 */
	height:30px;
	clear:both;
	color: white;
	font-size: 0.7em;
	font-weight: bold;
}
