﻿html {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
body {
  text-align:center;
  font-family: Helvetica, Arial, sans-serif;
  font-size:13px;
  width: 100%;
  float: center;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background: url(../images/pageback.jpg) repeat-x;
}

#frame {
  width:850px;
  margin-top:0px;
  text-align: center;
  margin: auto;
}

#top {
  width: 850px;
  background: url(../images/exciting1st.png) no-repeat;
  padding: 0px;
  margin: 0px;
  height: 191px;
  text-align: right;
}

#menu {
  text-align: right;
  padding-top: 150px;
  float: right;
}

#main {
  width: 850px;
  text-align: left;
  padding-top: 30px;
}

#midsection {
	width: 850px;
	float: center;
  text-align:center;
}

#middlecontent {
  float: center;
  width: 850px;
  min-height:300px;
}

#leftcontent {
  float: left;
  width: 504px;
  margin-left:26px;
  height: 300px;
}

#rightcontent {
  float: right;
  width: 300px;
  height: 300px;
}

#blocks {
  float: center;
  width: 850px;
  margin: 0px;
  padding-top: 10px;
  text-align:center;
}

#footercontent {
  float: center;
  width: 850px;
  margin: 0 auto;
  border-top-color: #b9d0da;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 20px;
  text-align:center
}

#footercontent p {
  font-size:13px;
  color: #818181
}

h1 {
  font-size:large;
  padding-bottom: 10px;
}

h2 {
  font-size:large;
  font-weight: bold;
  color: #818181;
  border-bottom-color: #818181;
  border-bottom-style: solid;
  border-bottom-width: thin;
}

h3 {
  font-size:14px;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #639e30;
}

#hometitles {
  font-size: small;
  color: #13286f;
  text-transform: uppercase;
  font-weight: bold;
}

#homesubtitles {
  font-size: x-small;
  color: #383737;
  font-weight: bold;
}

#stafftitles {
  font-size: small;
  color: #13286f;
  text-transform: uppercase;
  font-weight: bold;
}

#staffsubtitles {
  font-size: small;
  color: #383737;
  font-weight: bold;
}

.photos {
	border:1px solid #b3cdd7;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	position: relative;
	margin-left: 10px;
}

a:active {
	color: #0288f7;
	text-decoration: none;}

a:visited {
	color: #0288f7;
	text-decoration: none;}

a:link {
	color: #0288f7;
	text-decoration: none;}

a:hover {
	color: #639e30;
	text-decoration: underline;}