/* HTML ELEMENTS */
a {
  font-family: Arial, sans-serif;
  text-decoration: none;
}

a img {
  border: 0 none !important;
}

a:hover img {
  border: 0 none !important;
}

body {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h3 {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

li {
  color: white;
}

p {
  color: white; 
}


/* CLASSES */
a.topLinks {
  font-size: 14px;
  color: #a70e22;
  font-weight: bold;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 80px;
}

a.topLinks:hover {
  background-color: #d4ad68;
}

.headline {
  color: white;
  font-weight: bold;
  font-size: 14px;
  font-family: Verdana;
}

.myText {
  text-align: left;
}

.productsText {
  font-family: "Times New Roman";
}

.subHeadline {
  font-weight: bold;
  color: white;
}

.webDesigner, a.webDesigner {
  font-size: 9px;
}



/* IDs */
#bottom {   
   width: 760px;
   /*height: 431px;*/
   margin: 0 auto;
   margin-top: 0;
   margin-bottom: 0;
   padding: 0;
}

#bImg {
   width: 760px;
   height: 431px; 
}

#currentLink {
  color: black;
}

#footer {
  width: 760px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
}

#header {
   width: 756px;
   height: 220px;
   margin: 0 auto;
   position: relative;
   top: 1px;
   left: 0;                        
   border-left: 2px solid black; 
   border-right: 2px solid black;
}

#hImg {
  width: 756px;
  height: 220px;
}

#links {
  width: 736px;
  margin: 0 auto;  
  margin-bottom: -1px;
  border-top: 2px black solid;
  border-left: 2px black solid;
  border-right: 2px black solid;
  padding: 10px;
  text-align: center;
}

#middle {
  width: 760px;
  /*height: 403px;*/
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

#mImg {
  width: 760px;
  height: 403px;
}

