﻿#container {
	right: -2px;
	left: 2px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 5px;
}
#container a {
	text-decoration: none;
	color: #275078;
}
#container a:hover {
	text-decoration: none;
	color: #FF0000;
}
#masthead {
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #33CCFF;
	font-family: "Gill Sans MT";
}
#main {
	padding: 5px;
	width: 990px;
	font-family: "Gill Sans MT";
	background-color: #C0E9F5;
	position: static;
	float: left;
}
#leftblock {
	width: 285px;
	position: relative;
	float: left;
	padding-right: 5px;
}
#rightblock {
	width: 700px;
	float: left;
	position: relative;
	font-size: small;
}
#rightblock p {
	font-size: small;
	margin-top: 0px;
	margin-bottom: 3px;
}
#rightblock h2 {
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 3px;
}
#rightblock h3 {
	font-size: small;
	font-weight: bold;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #40BAE1;
}
#logo {
	position: absolute;
	top: 15px;
	left: 5px;
}
#CRUKlogo {
	border-width: 0px;
	margin: 0px;
	position: absolute;
		top: 16px;
		left: 584px;
		}
#header {
	position: absolute;
	top: 17px;
	left: 132px;
	font-family: "Gill Sans MT";
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}
#header2 {
	position: absolute;
	top: 49px;
	left: 403px;
	font-size: 26px;
	color: #330099;
	text-align: right;
	width: 200px;
	font-style: italic;
	font-weight: bold;
}
#subheader {
  position: absolute;
  top: 109px;
  left: 132px;
  font-style: italic;
  font-size: medium;
  font-weight: bold;
  width: 442px;
}
#topmenu {
	font-weight: bold;
	font-size: small;
	text-align: right;
	right: 11px;
	position: absolute;
	top: 178px;
}
#topmenu ul {
	margin: 0px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #275078;
}
#topmenu li {
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #275078;
}
#footer {
	width: 100%;
	font-size: small;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Gill Sans MT";
	position: relative;
	float: left;
	border-top-width: 10px;
	border-bottom-width: 5px;
	margin-bottom: 10px;
	background-color: #C0E9F5;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #33CCFF;
	border-bottom-color: #33CCFF;
}
.popup {
	margin: 0px;
	border-width: 0px;
	padding: 0px;
	width: 100%;
	font-family: "Gill Sans MT";
	font-size: medium;
}
.popupheader {
	text-align: right;
	width: 100%;
	height: 20px;
}
.popupbody {
	width: 100%;
}
#cruklogo {
	position: absolute;
	width: 377px;
	height: 120px;
	top: 10px;
	right: 10px;
	background-image: url('Images/CRUK%20Scotland%20logo.gif');
}
#rightblockinnerleft {
	padding: 3px;
	width: 394px;
	float: left;
	position: relative;
	font-size: small;
}
#rightblockinnerright {
	padding: 3px;
	width: 291px;
	float: left;
	position: relative;
	font-size: small;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #4BADCC;
}
#rightblockinner {
	padding: 3px;
	width: 700px;
	float: left;
	position: relative;
	font-size: small;
}

