/* Colors based on colorschemedesigner.com RGB: 4831a6 */
body { background-color: #aaf; margin: 0 auto; }
h1, h2, h3 { text-align: center; }
h1 { font-size: 1.9em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }

/* Top */

#Container { position: relative; margin: 0 auto; width: 970px; }

#BaseTop { background: url(../Graphics/BaseTop_IE6.jpg); height: 140px; }

#Logo { position: absolute; top: 30px; left: 30px; }

#Navigation { position: absolute; top: 90px; left: 190px; width: 755px; height: 30px; z-index: 100; }

/* Middle */

#Content {
  background: #e5e5ff url(../Graphics/ContentGradient.jpg) repeat-x;
  border: 1px solid #746bc3;
  padding: 1em;
  font: 13px Arial, Verdana, Helvetica, sans-serif;
}
#Heading {
  height: 80px;
  background-image: url(../Graphics/BlueStaffLineNotes.jpg);
  font: 32px bold "Times New Roman", Times, serif;
  color: #fff;
}
#Heading img { float: left; }
#Title {
	margin-top: -8px;
	height: 40px;
	background: url(../Graphics/GradientBar.jpg) no-repeat;
	font: 35px "Times New Roman", Times, serif;
	text-align: center;
	color: #fff;
}
#TourPictures p {
  font-size: 1.4em;
}
#TourPictures .FloatLeft {
  margin-left: 15%;
  display: inline;
}
#TourPictures .FloatRight {
  margin-right: 15%;
  display: inline;
}
#PageBottom {
  width: 960px; height: 40px;
  background: url(../Graphics/BaseBottom_IE6.jpg) no-repeat;
  text-align: center;
  padding-top: 0.5em;
  color: #ccc;
}
#ContentFit {
  width: 960px; 
  margin:0 auto;
}

.Center { text-align: center; }
.Clear { clear: both; }
.FloatLeft  { float: left; margin: 0.5em; }
.FloatRight { float: right; margin: 0.5em; }
.Help { display: none; }
.Left { text-align: left; }
.Red { color: #f00; }
.Right { text-align: right; }
.White { color: #fff; }
.XSmallInfo { font-size: 0.9em; }
.XXSmallInfo { font-size: 0.8em; }