@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #303e5a;
	background-image: url(body.gif);
	background-repeat: repeat;
	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: #fff;
	font-size: 17px; 

}
.oneColFixCtr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #336899;
	margin: 0 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(bg.png);
	background-position: top;
	background-repeat: no-repeat;
	position: static;
	
}
.oneColFixCtr #mainContent {
	padding-left: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;
	position: static;
	height: 1000px;
}

	
.oneColFixCtr #mainContent #logo {
	top: 0;
	left: 20px;
	position: absolute;
	width: 300px;
	
	
}

.oneColFixCtr #mainContent #buttons {
	top: 120px;
	left: 600px;
	position: relative;
	width: 350px;
	
	
}
.oneColFixCtr #mainContent #sitetitle {
	top: 185px;
	left: 105px;
	position: relative;
	width: 220px;
	text-align: center;
	
}

.oneColFixCtr #mainContent #pagecontent {
	width: 100%;
	padding-top: 140px;
	
}

.heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	background: #3b78b1;
	padding-left: 20px
	}

h2 {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
	line-height: 35px;
	padding: 0 60px;
	text-align: justify;
	
}

 .bodytext {
	padding: 0 60px;
	line-height: 28px;
	text-align: justify;

 }
 
 h4 {
	 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px #336798 solid;
	color: #504c6a;
	padding-left: 20px;

 }
 
 .portphotos {
	 
	 border: 1px #336798 solid;

	 
 }
 
 .extraspace  {
	 
	 padding-right: 30px;
	 
 }
