html, body {
  height: 100%; /* Pushes the footer to the bottom */
}
#mid {
  margin: 0 auto;
  width: 760px;
  background: #fdfdfd;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#container-head {
  background: #999;
  height: 90px;
}
#container-content {
  padding: 0 2em 40px 2em;
}
#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#footer {
  width: 100%;
  background: #ddd;
  position: absolute;
  bottom: 0 !important;
  /*bottom: -1px; *//* For Certain IE widths */
  height: 90px; margin-top:-90px;
  text-align:center;
}
h1 {
  padding-top:0px;
  margin-top:0px;
}
table.pricing {
	border:1px solid black;
  background-color: black;
}
.pricing td {
	padding:5px;
  background-color: silver;
}
a {
  color:black;
  font-size:12pt;
}
a:hover {
  color:blue;
}
a.navitem {
  color:black;
  font-size:12pt;
}
a.navitem:hover {
  color:blue;
}
table.gallery {
}
.gallery td {
  text-align: center;
  vertical-align: center;
  border:thin solid black;
  width:160px;
  height:160px;
}
div#drgtitle {
	background-color:#336799;
	position:fixed;
	left:0px;
	top:0;
	width:100%;
	height:96px;
	z-index:7;
	}
img#pfsky {
	position:fixed;
	left:0px;
	top:0;
	width:100%;
	height:42px;
	z-index:5;
	}