.theHead{
  position: relative;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.theBody {
  position: relative;
  width: 600px;
  background: white;
  margin-left: auto;
  margin-right: auto;
}

.outer {
  background: black;
  text-align: center;
}

.logo {
  position: relative;
  background: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 600px;
  height: 160px;
}

.menu {
  background: white;
  width: 600px;
  margin-top:2px;
  padding: 0px 0;
}

.menu ul{
#border: 1px solid #BBB;
width: 100%;
padding: 2px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
font-weight: bold;
}

.menuThisPage {
  background: #969696
}
.menu ul li{
display: inline;
padding: 0px 0;
}


.menu ul li a{
#color: #494949;
#padding: 4px 7px;
padding-left: 20px;
padding-right: 20px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
border-left: 1px solid #DADADA;
}

.menu ul li a:link{
  color: #446677;
  text-decoration: none;
}
.menu ul li a:visited{
  color: #446677;
  text-decoration: none;
}
.menu ul li a:active{
  color: #446677;
  text-decoration: none;
}
.menu ul li a:hover{
  color: #990000;
  text-decoration: none;
  background: #dadada; /*THEME CHANGE HERE*/
}

.contactLink {
  color: black;
  text-decoration: none;
}

.txtContact {
  font-family: Comic Sans MS;
  font-size: -1;
}
.txtAbout{
  font-family: Cursive;
  padding:4px;
}


.imgHor {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  #margin-top: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 0px;
  /*
  width: 745;
  height: 225;  
  */
  width: 600px; /*630*/
  height: 150px; /*160;*/  
}

.imgVer3 {
  margin: 0px 0;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0px;
  padding-right: 0px;
  width: 192px; /*202px;*/
  height: 514px; /*540px;  */
}

.imgVer4 {
  padding: 0px 0;
  margin: 0px 0;
  width: 146px; /*150px;*/
  height: 361px; /*380px;*/  
}

