@charset "UTF-8";
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #6d6d6d;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
li {
	font-size:90%;
	}
a {
	color:#a50;
	text-decoration:none;
	}
a:hover {
	color: #f0b501;
	}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
	}
#container {
	width: 761px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0px;
	height:auto;
	width: 757px;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.strong {
	font-size:130%;
	}
img {
	/*margin: 0px;
	padding: 0px;*/
	border: 0px;
	display:block;
	}

/* content */
#main {
	height: auto;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	position: relative;
	width: 760px !important;
	width /* */: 750px; /* False value for IE4-5.x/Win */
	}
#main p {
	font-size: 90%;
	line-height: 1.4;
	}
#mainholder {
	float: left;
	width: 756px;
	padding: 0px;
	margin: 0px;
	}
.space {
	clear:both;
	}
.banner {
	height:99px;
	width: 757px;
	}
.mainpic {
	height:233px;
	width: 757px;
	}
.title27 {
	height:27px;
	}

/* 1st column */
#col1 {
	background-color: transparent;
	float: left;
	width: 448px;
	padding: 0px;
	color:#000;
	}
#col1 .references {
	padding:7px;
	padding-right:25px;
	color:#000;
	}
#col1 .grey1 {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	width:444px;
	}
#col2 {
	display: block;
	float: right;
	padding: 0px;
	width: 307px;
	color:#fff;
	}
#col2 a {
	color:#fff;
	}
#col2 .grey {
	background-color: #6d6d6d;
	color:#fff;
	border: 2px solid #000;
	width:303px;
	}
#col2 .announcement {
	padding:5px;
	color:#000;
	}
#col2 h1 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight:normal;
	}
#col2 h2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight:normal;
	color: #fff;
	text-align:right;
	}
.floatr {
	float:right;
	padding: 0px 0px 0px 10px;
	}
.spiritfilled {
	height: 150px;
	padding: 1px 0px 1px 5px;
	background-color: #6d6d6d;
	color:#fff;
	}
.contact {
	height: auto;
	padding: 1px 0px 1px 5px;
	background-color: #6d6d6d;
	color:#fff;
	}

.contact a {
	color:#a50;
	text-decoration:none;
	}

.contact a:hover {
	color: #f0b501;
	}
.london {
	color: #f7f2ed;
	font-size: 80%;
	padding: 20px 20px 0px 0px;
	}
.london a {
	color: #f7f2ed;
	}
.london a:hover {
	color: #f0b501;
	}
.right {
	text-align:right;
	}