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

.heading {
	font-size: x-large;
	color: #006600;
}
#bragheader {
  margin: 0px;
  padding: 0px;
  height: 150px;
  width: 850px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	font-size: 10pt;
}
#Wrapper {
  width:850px;
  z-index:1;
  margin: 0px auto;
  text-align: left;
  position: relative;
  top: 0px;
  background-color: #999999;
}
#Wrapper h1 {
  color: #594358;
  font-size: 24px;
  margin: 5px 10px 0px;
  padding: 0px;
}
#topmenu {
  background-color: #DED0DD;
  height: 35px;
  width: 850px;
}
.imgfltrght {
  float: right;
}
.marginbottom1 {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

#maintext {
  float: left;
  width: 650px;
  background-color: #FFFFE8;
  height: 500px;
}
#maintext p {
  margin: 10px;
}
#photos {
  float: right;
  width: 200px;
  z-index: 2;
  background-color: #DED0DD;
  height: 500px;
}
#photos a {
  font-size: 12px;
  text-decoration: underline;
  color: #5A425A;
}


#Footer {
	position:relative;
	left:0px;
	z-index:4;
	clear: both;
	float: left;
	vertical-align: text-top;
	padding: 5px;
	width: 840px;
	font-size: 10pt;
	margin-top: 5px;
	height: 212px;
	font-family: "Century Gothic";
	background-color: #D9EAFD;
	background-image: url(images/footerbkgnd.jpg);
}
#Footer a img {
  text-decoration: none;
  border-style: none;
}

#fullpage {
	float: left;
	width: 810px;
	background-color: #FFFFE8;
	height: 710px;
	padding-left: 20px;
	padding-right: 20px;
}
#fullpage h1 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#fullpage h4 {
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.imgfltleft {
	float: left;
}
.clear {
	clear: both;
}
