body {
  font-family: Bradley Hand ITC, Monotype Corsiva, Arial, sans-serif;
  background-image: url("/images/duntelchaig-winter-web.jpg");
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: bradley hand itc;
  src: url(BRADHITC.TTF);

}


div.Header h1 {
  position: relative;
  margin: 0px;
  font-size: 103px;
  font-style: italic;
  font-weight: bold;
  
  text-shadow: -4px 4px 3px #999999;
  background-image: url("images/duntelchaig-winter.jpg");
}


div.motto {
  margin-bottom: 10px;
  height: 50px;
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
}

div {
  font-size: large;
  padding: 15px;
}

div.Left {
  position: relative;
  float: left;
  width: 140px;
  font-weight: bold;
  font-size: 14pt;
}

div.Middle {
  position: relative;
  float: left;
  width: 620px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
  border-color: black;
  padding-top: 0px;
  margin-top: 0px;
  text-align: justify;
}

ul {
 list-style-type: none;
}


.Middle h2 {
  font-size: x-large;
  fontweight: bold;
  font-style: italic;
}

.Middle h3 {
  font-size: large;
  font-weight: bold;
  font-style: italic;
}

.Middle h4 {
  font-weight: bold;
}

.Middle img {
  border-style: groove;
  border-width: 7px;
  border-color: antiquewhite;
}

div.Right {

  position: relative;
  float: left;
  width: 150px;
  font-size: 14pt;
  font-weight: bold;
  list-style-type: none;
}

div.Body {

  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  overflow: auto;
  box-shadow: 5px 10px 10px #000000;
  min-height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

.footer {
  clear: both;
  position: relative;
  width: 400px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: small;
  color: red;
  
}

.footer-container {
  float: left;
  height: 10px;
  width: 100px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  color: red;
}
  
.footer a:link {
  color: red;
}
.footer a:visited {
  color: red;
}
.footer a:hover {
  color: blue;
}



.Middle ul {
  list-style-type: circle;
  padding: 0px;
  margin: 0px;
}

ul.b {
  float: left;
  list-style-type: none;
}

a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}
.Middle a {
  font-style: italic;
  font-weight: bold;
}

.Middle a:link {
  color: black;
}
.Middle a: visited {
  color: black;
}

.Middle a:hover {
  color: white;
  background-color: black;
}


.navbarContainer {
  float: left;
  width: 100%;
  padding: 0px;
  width: 1000px;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  vertical-align: top;
 
 
 
}
  

.navbar {
  float: left;
  height: 20px;
  width: 90px;
  padding: 5px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 1px;
  border-style: solid;
  
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
  
.navbarContainer ul{
 margin 0px;
 padding: 0px;
  float: left;
}



.navbarContainer ul li{
  display: inline;
}

.navbarContainer ul li a{
    float: left; text-decoration: none;
    padding: 10.5px 11px;
    font-size: 16px;
  font-style: italic;
  font-weight: bold;
}


.navbarContainer ul li a:hover {
  background-color: #000000;
  color: #ffffff;
}



#quoteHolder {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 300px;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  
}
  
#logo {
  position: absolute;
  top: 5px;
  right: 5px;
}

.Middle h5 {
  margin-left: 20px;
  margin-right: 20px;
  font-style: italic;
}
