body {
	margin:0;
	padding: 0;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position:top center;
}

#displayArea {
	padding: 0px;
	width: 770px;
	background-color: #A42139;
	background-color: #A42139;
}

#topbanner {
	height: 151px;
	background-image: url('/images/topbanner_wide.gif');
	background-repeat: no-repeat;
}

#bottombanner {
	height: 50px;
	background-image: url('/images/bottombanner2_wide.gif');
	background-repeat: no-repeat;
}


#content {
	font-family: Verdana, "Arial", Helvetica, sans-serif; 
	font-size: 80%;

}

#logo {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}

#text {
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}

#navigation {
	font-family: Verdana, "Arial", Helvetica, sans-serif; 
	font-size: 100%;
	color: #A42139;
	font-weight: bold;
	width: 100%;
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	display: inline;
	margin-right: 6px;
	font-size: small;
	color: #996633; font-weight: bold;
}

#navigation .current {
	color: #FFFF00;
}

a {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

#padding {
	padding: 15px;
}

.align-left {
	float: left;
}

.cprcreative {
	font-family: Verdana, "Arial", Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	font-style: italic;
	margin-right: 70px;
}



a img {
	border: none;
}

.smallphoto {
	float: left;
	width: 180px;
	overflow: hidden;
}

.content {
	float: left;
	width: 550px;
}

.clearboth {
	clear: both;
}

#awards
{
	float: right;
	width: 110px;
	font-family: Verdana, "Arial", Helvetica, sans-serif; font-size: x-small; color: #000000;
	padding:5px;
	color: #ffffff;
}


.maintextlink {
	color: #000000;
}

.heading {
	font-weight: bold;
	margin-bottom: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
}

.closeupbackground
{
	background-color: #A42139;
}

.buckinghampalace
{
	float: left;
	width: 200px;
	margin-left: 0px;
}

.video
{
	float: right;
	width: 320px;
	margin-left: 10px;
	border:1px solid white;
	margin-top: 20px;
}

#newfor2010
{
	float: left;
	width: 240px;
	height: 200px;
	margin: 0px 10px 20px 0px;
	background: #F48B1E;
	padding: 5px;
	border: 3px solid #ffffff;
}

#newfor2010 p {
	font-size: 140%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 8px;
}

#newfor2010 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#newfor2010 li {
	font-size: 110%;
	padding-left: 18px;
	margin-bottom:7px;
	background-image:url('/images/star.gif'); 
	background-position:top left; 
	background-repeat:no-repeat;
}

#voucher
{
	float: right;
	width: 150px;
	margin: 10px 0px 10px 10px;
	padding: 5px;
	text-align: center;
	font-size: 80%;
}

#voucher img
{
	border: 1px solid #ffffff;
}

.footer-photos {
	margin-top: 20px;
	text-align: center;
	height: 120px;
	width: 740px;
}

.photo_filler {
	float: left;
}

.top-photo {
	margin-top: 20px;
}

.photo {

}


.photo_area_top {
	margin-top: 15px;
	border: 3px solid #fff;
}

.photo_area_top img {
	display: none;
}


.photo_area {
	border: 3px solid #fff;
	float:left;
	margin: 0 15px 0 15px;
}

.photo_area img {
	display: none;
}

.photo_area_train {
	border: 3px solid #fff;
	float: right;
	margin-left: 15px;
}

.photo_area_train img {
	display: none;
}

.star_background {
	background-image: url(/images/star-background.gif);
}


/* Lightbox CSS START */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Lightbox CSS END */