#body {
	z-index: 1;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	font-size: small;
	color: #000;
	text-decoration: none;
	background: #fff;
	padding: 0;
	margin: 0;
	}

/*Original CSS*/
.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #CC3467;
	}
a.body:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #009933;
	text-decoration: underline;
	}
a.body:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #999999;
	text-decoration: underline;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC3467;
	margin-bottom: 4px;
	}
/*EndOriginal CSS*/

#top {
	position: absolute;
	top: 8px;
	left: -11px;
	height: 84px;
	width: 100%;
	padding: 0;
	margin: 0;
/*	border: 1px solid black;*/
	background: #fff url(img/chelseafst3.gif) 10px 0 no-repeat;
	}


#nav {
	position: absolute;
	z-index: 500;
	top: 54px;
	left: 240px;
	list-style: none;
	background: #fff;
	margin: 0;
	padding: 0;
/*	border: 1px solid black;*/
	}
	
#nav li {
	float: left;
	margin: 0;
	}

#nav li a strong {
	display: none;
	}
	
#nav li#tour a {
	display: block;
	width: 91px;
	height: 29px;
	background: #fff  url(Images/tour.gif) bottom left no-repeat;
	}
	
#nav li#tour a:hover {
	width: 91px;
	height: 29px;
	background: #fff url(Images/tour.gif) top left no-repeat;
	}

#nav li#itin a {
	display: block;
	width: 68px;
	height: 29px;
	background: #fff  url(Images/itinerary.gif) bottom left no-repeat;
	}
	
#nav li#itin a:hover {
	width: 68px;
	height: 29px;
	background: #fff url(Images/itinerary.gif) top left no-repeat;
	}
	
#nav li#photo a {
	display: block;
	width: 91px;
	height: 29px;
	background: #fff  url(Images/photo.gif) bottom left no-repeat;
	}
	
#nav li#photo a:hover {
	width: 91px;
	height: 29px;
	background: #fff url(Images/photo.gif) top left no-repeat;
	}	
	
#nav li#guide a {
	display: block;
	width: 130px;
	height: 29px;
	background: #fff  url(Images/guide.gif) bottom left no-repeat;
	}
	
#nav li#guide a:hover {
	width: 130px;
	height: 29px;
	background: #fff url(Images/guide.gif) top left no-repeat;
	}		
	
	
#nav li#join a {
	display: block;
	width: 81px;
	height: 29px;
	background: #fff  url(Images/join.gif) bottom left no-repeat;
	}
	
#nav li#join a:hover {
	width: 81px;
	height: 29px;
	background: #fff url(Images/join.gif) top left no-repeat;
	}	

#nav li#about a {
	display: block;
	width: 68px;
	height: 29px;
	background: #fff  url(Images/about.gif) bottom left no-repeat;
	}
	
#nav li#about a:hover {
	width: 68px;
	height: 29px;
	background: #fff url(Images/about.gif) top left no-repeat;
	}	
	
#middle {
	z-index: 100;
	clear: both;
	height: 370px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 91px;
	}

#right {
	width: 100%;
	height: 224px;
	position: absolute;
	top: 77px;
	left: 793px;
	background-color: #bc3b64;
	border: none;
	}

	
#text {
	z-index: 110;
	width: 400px;
	height: 180px;
	position: absolute;
	top: 115px; 
	left: 390px;
	padding: 0;
	margin: 0;
	color: #333;
	}
	

#learn  {
	z-index: 120;
	width: 140px;
	height: 74px;
	position: absolute;
	top: 340px;
	left: 600px;
	}
	
#learn a {
	display: block;
	width: 140px;
	height: 76px;
	background: #fff url(Images/learn.gif) bottom left no-repeat;
	}
	
#learn a:hover {
	width: 140px;
	height: 76px;
	background: #fff url(Images/learn.gif) top left no-repeat;
	}
	
#learn strong {
	display: none;
	}
	
#chelsea {
	z-index: 120;
	width: 140px;
	height: 74px;
	position: absolute;
	top: 340px;
	left: 400px;
	}

#chelsea a {
	display: block;
	width: 140px;
	height: 76px;
	background: #fff url("Images/21years.png") bottom left no-repeat;
	}

#chelsea strong {
            display: none;
            }
	
#botnav {
	width: 340px;  
	position: absolute;
	top: 460px; 
	left: 370px;
	float: right;
	font-size: .8em;
	}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	}
.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	}
a.footer2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
	}