body {
  margin: 0px;
  padding: 0px;
  font-family: 'Verdana';
  text-align: center;
  font-size: smaller;
  background-color: #6f1200;
}

img {
  border: 0;
}

#container {
  width:801px;
  margin-right:auto;
  margin-left:auto;
  margin-top: 5px;
  text-align: left;
}

#header {
  width: 801px;
}
#body {
  width: 801px;
}

#column1 {
  width: 451px;
  position: relative;
  float: left;
  background-color: #FFFFFF;
}
#column2 {
  width: 350px;
  position: relative;
  float: left;
  background-color: #FFFFFF;
  text-align: right;
}

#footer {
  width: 801px;
  background-color: #f8b9cd;
  color: #6f1200;
}
#linkbar {
  position: relative;
  float: left;
  width: 100%;
  color: #FFAE9E;
  text-align: center;
}

div.linkbartext {
  position: relative;
  float: left;
  width: 120px;
  background-color: #f8b9cd;
  font-variant: small-caps;
}

a.linkbarlink:link {
  display: block;
  height: 35px;
  color: #6f1200;
  text-decoration: none;
  background-color: #f8b9cd;
  padding: 2px 0px 2px 0px;
}

a.linkbarlink:hover {
  display: block;
  background-color: #FFFFFF;
}
a.linkbarlink:visited {
  display: block;
  height: 35px;
  color: #6f1200;
  text-decoration: none;
  padding: 2px 0px 2px 0px;
}

p,h1 {
  padding: 0px 10px 10px 10px;
  margin: 0px;
}

p.frontpagetitle {
  color: #001D9E;
  font-weight: 700;
  padding-top: 10px;
  font-size: larger;
  font-family: arial;
}

a.frontpagelink:link {
  color: #001D9E;
  text-decoration: none;
}

a.frontpagelink:visited {
  color: #001D9E;
  text-decoration: none;
}

a.frontpagelink:hover {
  color: #009E81;
}

a:link {
  color: black;
  text-decoration: underline;
}
a:visited {
  color: #85005B;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

p.divisionheader {
  display: block;
  background-color: #99ccff;
  background-image: url(images/linkback.jpg);
  background-repeat: repeat-y;
  color: white;
  padding: 2px;
  font-weight: 700;
  font-size: x-large;
  padding-left: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  background-color: #FFFFFF;
}

table.gallery tr td {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.gallery {
  margin-left: 20px;
  margin-right: 20px;	
}

.gallerydescription {
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  margin-top: 0px;
  padding-top: 10px;
  background-color: #FFFFFF;
}

.bullet {
  padding-left: 1em;
  text-indent: -1em;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 2px;
  margin-top: 0px;
}

h3 {
  color: #6f1200;
  margin-bottom: 2px;
  padding-bottom: 2px;
}

h5 {
  font-size: 14px;
  margin-bottom: 2px;
  padding-bottom: 2px;
}





.menu {width:801px; height:32px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:801px; w\idth:800px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:120px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:120px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-variant:small-caps; text-decoration:none; color:#6f1200; width:119px; height:39px; border:1px solid #f8b9cd; border-width:1px 0 1px 1px; background:#f8b9cd; text-align: center;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:120px; w\idth:120px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#f8b9cd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#FAD1DE; url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#FAD1DE; url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:40px;left:0; width:120px;border-top:1px solid #f8b9cd;}
/* another hack for IE5.5 */
* html .menu ul ul {top:39px;t\op:40px;}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#f8b9cd; color:#6f1200; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:121px;w\idth:121px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#6f1200; background:#FAD1DE;}
.menu :hover > a, .menu ul ul :hover > a {color:#6f1200; background:#FAD1DE;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

