/* CSS Document */

body {
	margin:0 auto;
	text-align:left;
	font: 13px Arial, Helvetica, sans-serif;
	background-color: #E1F3FF;
	padding: 0;
	color: #000;
}

/* Image Details and Effects */

img {
	border: 0;
}

.img-wrapper {
	margin: 10px 7px 0 10px;
	background: url(images/shadow.png) no-repeat bottom right;
	line-height:0;
	float: left;
}
.img-wrapper img {
	float:none;
	margin:0;
	padding:4px;
	border:1px solid #C5BDBD;
	position:relative;
	left:-4px;
	top:-3px;
}

/* Image Effects End */

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

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

#page-border {
	width: 800px;
	text-align: center;
	border: 1px solid #ffffff;
	padding-left: 3px;
	margin: 0 auto;
	background-image: url(images/bg_blue.gif);
}
#masthead {
	background-image: url(assets/londonpiling.swf);
	background-repeat: no-repeat;
	height: 150px;
	width: 800px;
	text-align: center;
	margin-left: 3px;
}

/* Links on top side */
#header-links {
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	height: 15px;
	background-color: #003269;
}

#header-links ul {
	margin: 0;
	list-style: none;
	float: right;
	padding-right: 5px;
}

#header-links ul a{
	display: block;
	width: 68px;
	height: 15px;
	line-height: 15px;
	text-decoration: none;
	color: black;
	background: url(images/linkbg.png) no-repeat left bottom;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
}

#header-links ul a:hover {
	color: black;
	background: url(images/linkbg.png) no-repeat left top;
}

#header-links li {
	float: right;
	text-transform: uppercase;
	margin-left: 3px;
	margin-right: 3px;
}
/* End top most links */

/* Main Links */
#links {
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	height: 15px;
	background-color: #003269;
}

#links ul {
	margin: 0;
	list-style: none;
	float: left;
	padding-right: 5px;
}

#links ul a {
	display: block;
	width: 160px;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}

#links ul a:hover {
	color: black;
	background: url(images/mainlinksbg.png) no-repeat center bottom;
}

#links li {
	float: left;
	text-transform: uppercase;
}
#divider {
	clear: both;
	background-image: url(images/divider.gif);
	height: 7px;
	background-repeat: repeat;
}

/* End Main links */

/* Main Content */
#content {
	text-align: left;
	padding: 0 3px 0 3px;
	width: 800px;
	background-image: url(images/bg_blue.gif);
}

#content-left {
	width: 212px;
	float: left;
	background-image: url(images/bg_blue.gif);
}

#content-right {
	width:690px;
	float:right;
	text-align: right;
	padding-right: 3px;
	margin: 5px 0 10px 0;
}
#content-right a {
	text-decoration: underline;
	color: #FFFFFF;
}

/*  */

#footer {
	height: 20px;
	color: #000000;
	text-align: center;
	font-size: 12px;
	width: 912px;
	padding-top: 4px;
	background-image: url(images/bg_footer.gif);
	margin-left: 3px;
}

#clear {
	clear: both;
}
#flashobj {
	margin-top: 3px;
}
