@charset "UTF-8";
/* CSS Document */

html{
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body {
	background-image: url(images/background.jpg);
	color: #2E2649;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.header1 {
	background-image: url(images/header1.png);
	background-repeat: repeat-x;
}

.header2 {
	background-image: url(images/header2.png);
	background-repeat: repeat-x;
	margin-top: 5px; 
	padding-bottom: 10px;
}

.banner {
	padding-top: 10px; 
	padding-bottom: 10px;
	font-size: 40px;
	font-family: Georgia;
	font-weight: bold;
	color: #6E98DB;
}

.contentbg {
	background-image: url(images/yellow-bg.jpg);
	width: 800px;
	margin: 30px auto;
	border: 2.5px dashed #CC3333;
	float: none;
}
.content{
	color: #000000;
	margin-top: 35px;
	margin-bottom: 10px;
	margin-left: 55px;
	margin-right: 55px;
	line-height: 28px;
	font-size: 12px;
}

.navbar{
	margin-top:10px;
}

.navbutton{
	color: #F7F5DA;
	font-size:16px;
	margin: 15px 45px;
	font-family: Georgia;
	font-style: bold;
}

A{ 
	text-decoration: none;
}


A:hover, .activePageLink {
	/* color: #95CBE8; */
	text-decoration: underline;
}

.heading{
	font-size: 72px;
	color: #F7F5DA;
}

h3, .em{
	font-size: 13px;
	color: #F7F5DA;
	font-weight: bold;
	margin-bottom: -12px
}


.illuminated {
	float:left; 
	padding-top: 17px; 
	padding-right: 5px; 
	padding-bottom: 20px;
	color: #F7F5DA;
}

.phototable {
	width: 900px;
	height: 4860px;
	text-align: center;
}

.photoframe {
	height: 520px;
	width: 430px;
	display: inline-block;	
	vertical-align: text-top;
	text-align: center;
	margin: 2px;

}

.galleryphoto {
	max-width: 420px;
	max-height: 490px; 
  margin: auto;
  margin-top: 15px;

}

.embedvideo {
	margin-left: 25px;
}

input, textarea {
	background-color: lightgray;
}
