html {
     min-height:100%;
     margin-bottom:1px;
}
body {
      margin: 0;
      padding: 0;
      font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 0.75em;
      color: #000;
      background: none;
}
h1 {
	  color: #000;
	  background-color: transparent;
	  margin: 20px 0;
	  font: normal 24px Georgia, "Times New Roman", Times, serif;
}
#welcome, #contact-us, #for-young-people, #frequently-asked-questions, #friends, #information, #schools-service, #visit-our-museums, #whats-on {
	  margin: 0px 0 20px 0;
	  display: block;
	  width: auto;
	  height: auto;
	  border-bottom: #ae0000 solid 1px;
}
#welcome h1, #contact-us h1, #for-young-people h1, #frequently-asked-questions h1, #friends h1, #information h1, #schools-service h1, #visit-our-museums h1, #whats-on h1 {
	  position: relative;
	  left: auto;
}
#welcome {
	  background: none;
}
#contact-us {
	  background: none;
}
#for-young-people {
	  background: none;
}
#frequently-asked-questions {
	  background: none;
}
#friends {
	  background: none;
}
#information {
	  background: none;
}
#schools-service {
	  background: none;
}
#visit-our-museums {
	  background: none;
}
#whats-on {
	  background: none;
}
a {
      text-decoration: underline;
}
#left {
      display: none;
}
#content {
      position: relative;
      top: 20px;
      margin: 0;
      color: #333;
      background: #fff;
      border: 1px solid #ae0000;
      padding: 0 25px 20px 20px;
	  overflow: visible;
	  line-height: 2em;
	  text-align: justify;
	 
}
html>body #content {
	  min-height: 650px;
	  height: inherit;
	  overflow: hidden;
}
#img {
	  visibility: hidden;
}
#img img {
	  visibility: hidden;
}
#right {
      
      display: none;
}
h2 {
	  color: #000;
	  background-color: transparent;
	  margin: 20px 0;
	  font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	  width: 80%;
}
h3 {

	  color: #000;
	  background-color: transparent;
	  margin: 20px 0;
	  font: normal 1.6em Georgia, "Times New Roman", Times, serif;
}
h4 {

	  color: #000;
	  background-color: transparent;
	  margin: 20px 0;
	  font: bold 1.4em Georgia, "Times New Roman", Times, serif;
}
#content li {
	text-align: left;
}
#content a {
	  color: #ae0000;
	  background-color: transparent;
}
#content a:hover {
	  background-color: #FCD3C8;
}
#content a:visited {
	  color: #006600;
}
#content .left {
	  padding: 2px;
	  margin: 3px 10px 0 0;
	  float: left;
	  clear: both;
}
#content .right {
	  padding: 2px;
	  margin: 3px 0 0 10px;
	  float: right;
	  clear: both;
}
#contactForm {
	line-height: 1.6em;
}
#contactForm textarea {
	width: 75%;
}
.listBackground {
	background: #FEE8E2;
	display: block;
	padding: 5px 5px 5px 0;
	border: #ae0000 solid 1px;
}
.listBackground ul {
	margin-top: 0;
}
.listBackground li {
	margin-left: -13px;
}
table {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #FEE8E2;
}
th {
	background-color: #F3F3F3;
	color: #ae0000;
	padding: 3px;
	text-align:	left;
	width: 10%;
}
td {
	border: 1px solid #FEE8E2;
	border-top: none;
	border-bottom: none;
	padding: 3px;
	font-size: 0.9em;
	width: 10%;
	vertical-align: top;
}
.rowTint {
	background-color: #F3F3F3;
}