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: #e60000 url(../images/_generic/pbacgrnd.jpg) no-repeat right top;
	  background-attachment: fixed;
}
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: 100%;
	  height: 176px;
	  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: absolute;
	  left: -2000px;
}
#welcome {
	  background: url(../welcome.gif) no-repeat left bottom;
}
#contact-us {
	  background: url(../contact-us/contact-us.gif) no-repeat left bottom;
}
#for-young-people {
	  background: url(../for-young-people/for-young-people.gif) no-repeat left bottom;
}
#frequently-asked-questions {
	  background: url(../frequently-asked-questions/faqs.gif) no-repeat left bottom;
}
#friends {
	  background: url(../friends/friends.gif) no-repeat left bottom;
}
#information {
	  background: url(../information/information.gif) no-repeat left bottom;
}
#schools-service {
	  background: url(../schools-service/schools-service.gif) no-repeat left bottom;
}
#visit-our-museums {
	  background: url(../visit-our-museums/visit-our-museums.gif) no-repeat left bottom;
}
#whats-on {
	  background: url(../whats-on/whats-on.gif) no-repeat left bottom;
}
a {
      text-decoration: underline;
}
#left {
      position: absolute;
      left: 20px;
      top: 20px;
      padding: 0;
      width: 200px;
      color: #fff;
}
#left img {
      border: none;
}
#content {
      position: relative;
      top: 20px;
      margin-left: 230px;
      margin-right: 230px;
      margin-bottom: 40px;
      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 {
	  position: absolute;
	  float: right;
	  width: 185px;
	  height: 210px;
	  top: 30px;
	  right: 110px;
	  background-color: #CC0000;
	  margin: 10px;
	  z-index: 1000;
	  border: solid 1px #fff;
}
#img img {
	  border-left: solid 10px #fff;
}
#right {
      position: absolute;
      right: 20px;
      top: 350px;
      padding: 0;
      width: 200px;
      /*height: 100%;*/
      color: #fff;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 0.9em;
}
#header p {
      /*padding:10px;*/
}
#left p {
      padding: 0;
}
#right form {
      padding: 10px;
	  background-color: #FCD3C8;
	  color: #ae0000;
	  border: 1px solid #fff;
	  border-right: 2px solid #ae0000;
	  border-bottom: 2px solid #ae0000;
	  margin-bottom: 1em;
}
#right form input {
	  width: 175px;
	  margin-top: 3px;
	  margin-bottom: 3px;
}
#right form select {
	  width: 180px;
	  margin-top: 3px;
	  margin-bottom: 3px;
}
#right form a:link, #right form a:active, #right form a:hover, #right form a:visited {
	  color: #ae0000;
	  text-decoration: none;
	  font-weight: bold;
}
#right form a:hover {
	  text-decoration: underline;
	  background: #FAAA96;
}
optgroup {
	background: #F5F5F5;
	color: #000;
	font-style: normal;
}
option {
	background-color: #ffffff;
	color: #000000;
}
.optionBackground {
	  background: #F5F5F5;
}
p.top {
      margin-top: 10px;
}
ul.nav {
	  margin: 0;
      margin-top: 10px;
	  padding-left: 0;
}
ul.inner {
	  margin: 0;
	  padding-left: 15px;
	  font-size: 0.95em;
	  margin-bottom: 5px;
}
ul.nav li {
	  list-style: none;
	  margin: 0;
}
ul.nav li ul li {
	  list-style: none;
	  margin: 0;
}
ul.nav li a {
	  width: 190px;
	  display: block;
	  padding: 5px;
	  list-style: none;
	  text-decoration: none;
	  list-style-type: none;
	  margin: 0;
	  border-top: solid 1px #ae0000;
	  color: #fff;
}
ul.inner li a {
	  width: 175px;
	  display: block;
	  padding: 5px;
	  list-style: none;
	  text-decoration: none;
	  list-style-type: none;
	  margin: 0;
	  border-top: none;
	  color: #fff;
}
ul.nav li a.selected {
	  background-color: #ae0000;
	  color: #fff;
}
ul.nav li a:hover {
	  background-color: #ae0000;
	  color: #fff;
}
ul.inner li a:hover {
	  background: none;
	  color: #fff;
	  text-decoration: underline;
}
ul.inner li {
	line-height: 1em;
}
html>body ul.inner li {
	line-height: auto;
}
#footer {
	  clear: both;
	  color: #ae0000;
	  bottom: 0;
	  font-size: 0.9em;
	  text-align: center;
	  padding-top: 5px;
	  width: 100%;
	  margin-bottom: 20px;
}
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;
}
.left {
	  padding: 2px;
	  margin: 3px 10px 0 0;
	  float: left;
	  position: relative;
}
.right {
	  padding: 2px;
	  margin: 3px 0 0 10px;
	  float: right;
	  position: relative;
}
#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;
}