/*  STYLE SHEET FOR KENNRU PAGES  */

body {
  height: 100%;
  width: 100%;
  background: #ffffff repeat-y url(images/bg_kennru.gif);
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  margin: 0px;
  }

a:link, a:visited, a:active {
  color: #3300cc;
  text-decoration: none;
  }

a:hover {
  color: #cc0033;
  text-decoration: underline;
  }

img {
  border: 0 none;
  }

h3 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 25px;
  margin-bottom: -10px;
  }

h5 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  margin-left: 25px;
  margin-bottom: -8px;
  }

li {
  list-style-type: none;
  }

li.nav {
  list-style-type: none;
  margin-left: -5px;
  font-size: 0.8em;
  }

/*  POSITION OF ELEMENTS */

#banner {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 150px;
  width: 100%;
  background-color: #3300cc;
  }

#logo {
  }

#title {
  position: absolute;
  top: 0px;
  left: 120px;
  height: 150px;
  }

#navigation {
  position: absolute;
  top: 150px;
  left: 0px;
  width: 210px;
  }

#content {
  position: absolute;
  top: 150px;
  left: 210px;
  width: 810 px;
  }

#col_1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 405px;
  }

#col_2 {
  position: absolute;
  top: 0px;
  left: 405px;
  width: 405px;
  }

#photo_content {
  position: absolute;
  top: 210px;
  left: 270px;
  width: 600px:
  }

#p_leg {
  position: relative;
  width: 500px;
  font-size: 1.1em;
  font-weight: normal;
  }

#photo_index_header {
  position: relative;
  width: 780px;
  text-align: center;
  }

h2#photo_index_header {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  }

#photo_index {
  position: relative;
  top: 0px;
  left: 0px;
  width: 780px;
  text-align: center;
  }

.row {
  position: relative;
  width: 530px;
  height: 150px;
  margin-left: 125px;
  margin-right: 1250px;
  font-size: 0.75em;
  }

.image_1 {
  position: absolute;
  left: 0px;
  width: 125px;
  height: 150px;
  }

.image_2 {
  position: absolute;
  left: 135px;
  width: 125px;
  height: 150px;
  }

.image_3 {
  position: absolute;
  left: 270px;
  width: 125px;
  height: 150px;
  }

.image_4 {
  position: absolute;
  left: 405px;
  width: 125px;
  height: 150px;
  }

