@charset "utf-8";
/* CSS Document */

/* Basic Setup */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 10px 0 10px 0;
	padding: 0px;
	color: #333333;
	line-height: 130%;
	background-color: #666666;
	/*background-color: #D0E4E5;*/
}

a:link{
	color: #ffffff;
	text-decoration: underline;
	}
a:active {
	color: #ffffff;
	text-decoration: underline;
	}
a:visited {
	color: #ffffff;
	text-decoration: underline;
	}
a:hover {
	color: #ffffff;
	text-decoration: none;
	}
a.welink:link{
	color: #000033;
	text-decoration: underline;
	}
a.welink:active {
	color: #000033;
	text-decoration: underline;
	}
a.welink:visited {
	color: #000033;
	text-decoration: underline;
	}
a.welink:hover {
	color: #000033;
	text-decoration: none;
	}


/* Layout */

#container {
	width: 700px;
	margin: 0px auto 10px;
	padding: 0 0 10px 0;
}

#home-left {
	width: 417px;
	height: 371px;
	float: left;
	background: url(graphics/new/FS_Man.jpg) /*url(graphics/lloyds-home-page.jpg)*/ left scroll no-repeat;
	}
#home-right {
	width: 283px;
	height: 371px;
	float: left;
	background: url(graphics/home/home-right-bg.jpg) top left scroll no-repeat #3366cc;
	}
.home-clear {
	clear: both;
	}

#therest-hold-content {
	background: url(graphics/therest/main-tile.gif) top left repeat-y scroll;
	}
#therest-left {
	width: 417px;
	min-height: 371px;
	float: left;
	background: url(graphics/therest/left-bg-gradient.jpg) top left scroll no-repeat;
	}
#therest-right {
	width: 283px;
	min-height: 371px;
	float: left;
	background: #000033;
	}
.left-content {
	padding: 15px;
	color: #FFFFFF;
	}

#index-text {
	width: 670px;
	padding: 15px;
	background: #ffffff;
	}

#therest-img-right-1 {
	width: 283px;
	height: 251px;
	background: url(graphics/new/Agenda.jpg) left top scroll no-repeat;
	}
#therest-img-right-2 {
	width: 283px;
	height: 251px;
	background: url(graphics/new/venues.jpg) left top scroll no-repeat;
	}
#therest-img-right-3 {
	width: 283px;
	height: 251px;
	background: url(graphics/new/new-register.jpg) left top scroll no-repeat;
	}
#therest-img-right-4 {
	width: 283px;
	height: 251px;
	background: url(graphics/who-should-attend.jpg) left top scroll no-repeat;
	}
#therest-img-right-5 {
	width: 283px;
	height: 251px;
	background: url(graphics/therest/Who-should-attend-photo.jpg) left top scroll no-repeat;
	}
#therest-img-right-6 {
	width: 283px;
	height: 251px;
	background: url(graphics/introduction.jpg) left top scroll no-repeat;
	}
.therest-clear {
	clear: both;
	}

#all-blackbar {
	width: 700px;
	height: 45px;
	background: url(graphics/home/home-greybar.gif) left scroll no-repeat;
	}

#all-bluebar {
	width: 700px;
	height: 3px;
	background: url(graphics/home/home-small-blue-bar.jpg) left scroll no-repeat;
	}

#all-bluebar-large {
	width: 700px;
	height: 100px;
	background: url(graphics/home/home-dark-blue-large-bar.gif) left scroll no-repeat;
	}

#footer {
	background: url(graphics/footer.jpg) left scroll no-repeat;
	height: 35px;
	width: 700px;
	}

#wideye {
	width: 695px;
	padding: 5px 5px 5px 0;
	text-align: right;
	}

.cfbtn {
	background-color: #F0F8FF;
	border: 1px #000033 solid;
	}
