#right {
	float: right;
	width: 220px;
	margin-right: 10px;
	display: inline;
	}
	
/* -- latest news block -- */

	#latestnewshead {
		background-image: url(../images/design/newshead.jpg);
		width: 220px;
		height: 31px;
		}
	
	#latestnews {
		background-color: #F7F7F7;
		}
	
	#latestnewscontent {
		width: 210px;
		padding: 0px 5px 0px 5px;
		color: #540A2D;
		font-size: 90%;
		}

#latestnewscontent li {
		padding: 0px;
		}
	
	#latestnewscontent a {
		color: #540A2D;
		}

/* -- end latest news block -- */

/* -- prospectus block -- */

	#prospectushead {
		background-image: url(../images/design/prospectushead.jpg);
		width: 220px;
		height: 31px;
		}
	
	#prospectus {
		margin-top: 20px;
		background-color: #F7F7F7;
		}
	
	#prospectuscontent {
		width: 210px;
		padding: 0px 5px 0px 5px;
		height: 75px;
		color: #540A2D;
		font-size: 90%;
		}
	
	#prospectuscontent a {
		color: #540A2D;
		}

/* -- end prospectus block -- */

/* -- tour block -- */

	#tourhead {
		background-image: url(../images/design/tourhead.jpg);
		width: 220px;
		height: 31px;
		}
	
	#tour {
		margin-top: 20px;
		background-color: #F7F7F7;
		}
	
	#tourcontent {
		width: 210px;
		padding: 0px 5px 0px 5px;
		height: 75px;
		color: #540A2D;
		font-size: 90%;
		text-align: center;
		}
	
	#tourcontent a {
		color: #540A2D;
		}

/* -- end tour block -- */

#breadcrumbs {
	width: 290px;
	}

#content {
	width: 290px;
	}
	
#contentwrapper	{
	width: 280px;
	}