body, html {
  text-align: center;
  font-family: verdana, arial, tahoma, sans-serif;
  font-size: 11px;
  color: #666666;
  background-color: #DEDEDE;
}
a {
  text-decoration: none;
}
#page {
  margin-top: 10px;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #C9C9C9;
	border-bottom: none;
  background-image: url(../images/layout/logo.jpg);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  text-align: left;
}
#menu {
  float: left;
  margin-top: 197px;
}
#menu ul li {
  background-image: url(../images/layout/menu_back.jpg);
}
#menu ul li.last {
  background-image: none;
}
#menu ul li a {
  margin-left: 30px;
  font-size: 11px;
  color: #CC3333;
  line-height: 20px;
}
#menu ul li.small a {
  font-size: 9px;
  color: #666666;
  margin-left: 30px;
}
#rightside {
  width: 630px;
  float: right;
  margin-right: 5px;
  margin-top: 5px;
}
#topbar {
  height: 80px;
  margin-bottom: 10px;
}
#topbar p {
  text-align: right;
  background-image: url(../images/layout/britains1.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 80px;
}
#topbar p b {
  font-weight: normal;
  color: #CC3333;
}
#location {
  margin-bottom: 30px;
  text-align: right;
}
#content {
  padding-left: 5px;
  padding-top: 5px;
}
#content p {
  margin-bottom: 15px;
}
#content b, #content strong {
  font-weight: bold;
}
#content a {
	color: #336699;
}
#content a:hover {
  text-decoration: underline;
}
.spacer {
  clear: both;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#prefooter {
  background-color: #EAEAEA;
	border: 1px solid #C9C9C9;
	text-transform: lowercase;
	font-size: 9px;
  width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#prefooter p {
  margin: 3px;
}
#prefooter a {
  color: #CC3333;
}
#prefooter a:hover {
  text-decoration: underline;
}
#prefooter span {
  color: #777777;
}
#footer {
  width: 852px;
  margin-left: auto;
  margin-right: auto;
}
#footer p {
  text-align: right;
  margin-top: 5px;
  color: #999999;
}
#map {
  border: 1px solid #CC3333;
}