body {
    margin : 0px 0px 0px 0px;
}
#top {
  background-image: url(images/tower_shield_colour_new_sml.jpg);
  background-attachment: fixed right;
  background-repeat: no-repeat;
  font: small-caps 900 15px times new roman, arial;
  position: absolute;
  height: 100px;
  width: 100%;
  top:0px;
  padding-left: 10%;
  border-style: groove double;
  border-bottom-width: 5px;

}
#left {
  font: 500 12px times new roman, arial;
  position: absolute;
  height:100%;
  width:140px;
  top:125px;
  padding-left:1.5%;
}
#main {
  font: 300 18px times new roman, arial;
  position: absolute;
  top: 100px;
  left: 215px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

h1
{font-size: 200%;}

h2
{font-size: 150%;}

h3
{font-size: 100%;}

h4
{font-size: 115%;
color: #003399;
font-style: italic;}

h5
{
font-size: 75%;
font-style: italic;

}

h6
{font-size: 150%;
background-color: #BBBBBB;}

h7
{font-size: 75%;
color: #eeeeee;}

.cleaner {clear:both;
height:1px;
font-size:1px;
border:none;
margin:0; padding:0;
background:-color: #FFFF99;}


