/* css reset for compatibility between IE and Firefox */
html,body,div,span,h1,p,blockquote,font,img,fieldset,form,label,map,area {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
  outline-width: 0px;
}

/*  page properties  */
body {
  background-repeat: no-repeat;
  background-color: #637B89;
	background-attackment: fixed;
  background-position: 0px -10px;
	font-family: "Maiandra GD", "Palatino Linotype", Palatino, sans-serif;
  font-size: small; 
	font-weight: bold;
	background-image: url(Images/bg_line_980_630.jpg);
}

/*  heading 1 properties  */
h1 {
/*	color: #282D26; */
  color: #1A2024;
	font-family: "Maiandra GD", "Palatino Linotype", Palatino, sans-serif; 
	font-size: medium; 
	font-weight: bold;
  margin-top: 0px; 
  margin-bottom: 15px
}

/*  link properties  */
a:link {color: #4A0B16;}
a:visited {color: #4A0B16;}
a:focus {color: black;}
a:hover {color: black;}
a:active {color: black;}
a {text-decoration: none;} 


/*  coloured text */
.coltext {
  color: #282D26;
}

/* properties for the menu section */
div.menu {
  position: absolute;
  left: 45px;
  top: 110px;
  width: auto;
  height: auto;
}

/*  general properties for the content section - use within <div> or <span>  */
.content {
	position: absolute;
	padding: 10px 10px 10px 10px; 
	left:200px; 
	top:120px; 
  color: #FFFFFF;
  height:auto;
/*
	width:680px;
  min-height:480px;
	overflow: hidden; */
}

/* margin settings to keep consistency between Firefox & Explorer */
.content p {
  margin-top: 0px;  
  margin-bottom: 10px
}

.footnote {
  position: absolute;
  padding-bottom: 10px;
  padding-left: 10px;
	left:155px; 
	top:570px; 
	width:750px;
	height:auto;
  color: #282D26;
  text-align: right;
  font-size: x-small;
}

.footnote p {
  margin-top: 0px;
  margin-bottom: 10px;
}
