/* CSS for East Neuk Technology Website, Revision 2.0. */

/* Main tags */

/* Main colours: Blue #0072bb ; Red #b31919 */

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #000000;
  text-align: left;
  border: 0;
  background-color: #D4D4D4;
}

p {
  font-size: 14px;
  text-align: justify;
}

h1 {
  font-size: 24px;
  font-weight: bold;
}

h1.title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

a {
  color: #b31919;
  text-decoration: none;
}

a:hover {
  color: #b31919;
  text-decoration: underline;
}

/* Menu */

ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.menu li {
  float: left;
  text-align: center;
}

ul.menu li a {
  font-weight: bold;
  display: block;
  width: 170px;
  margin: 0;
  padding: 3px;
}

ul.menu li a:hover {
  text-decoration: none;
  background-color: #b31919;
  color: #fff;
}


/* Layout and colouring */

img.border {
  border: 1px solid #000000;
}

div#main {
  width: 880px;
  margin: 0 auto;
  padding: 10px;
  min-height: 100%;
  height: auto;
  background-color: #FFFFFF;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

div#banner {
  height: 80px;
  margin: 0;
  padding: 0;
  background-image: url(/images/ent_logo.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

div#menubar {
  margin: 0;
  padding: 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  overflow: hidden; /* to surround the cleared menu items */
}

div#content {
  margin: 0;
  padding: 10px;
}

div#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div#footer p {
  font-size: 10px;
  text-align: right;
}

div#footer a img {
  margin-left: 10px;
  float: right;
}

div#imager {
  float: right;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 10px;
  color: #000000;
}

div#imagel {
  float: left;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 10px;
  color: #000000;
}
