/* footer.css */

.everything {
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:785px;
	height:auto;
	background-color:#FFFFFF;	
}

.headerContainer {	
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	width:755px;
	
}

* html .headerContainer {	
	margin-top:15px;
	padding-top:0px;
}

.contentContainer {
	width:755px;
	text-align:left;
	margin-left: 15px;
	margin-top:10px;
	border:0px blue solid;
	background:url(../images/generic/corner.gif) no-repeat;
	background-color:#CEDAEB;
	height:auto;	
	float:left;
}

* html .contentContainer {
	margin-left: 7px;
	border:1px white solid;
}



#genericColumnOne {
	width: 212px;	
	padding-top:10px;
	padding-left:10px;
	border: 0px yellow solid;
	float:left;	
	display:block;
}

#genericColumnTwo {
	width: 400px;
	padding-top:10px;
	border: 0px green solid;
	float:left;	
	display:block;
}

#genericColumnThree {
	width: 130px;
	padding-top:10px;
	border: 0px green solid;
	float:left;	
	display:block;
}

/* Header images */

.homeImage {	
	background:url(../images/topbanners/home.jpg) no-repeat;
	width: 755px;
	height: 290px;
}

.accommodationImage {	
	background:url(../images/topbanners/accommodation.jpg) no-repeat;
	width: 755px;
	height: 290px;
}

.ratesImage {	
	background:url(../images/topbanners/rates.jpg) no-repeat;
	width: 755px;
	height: 290px;	
}

.aboutImage {	
	background:url(../images/topbanners/about.jpg) no-repeat;
	width: 755px;
	height: 290px;
}

.transportImage {	
	background:url(../images/topbanners/transport.jpg) no-repeat;
	width: 755px;
	height: 290px;
}

.linksImage {	
	background:url(../images/topbanners/links.jpg) no-repeat;
	width: 755px;
	height: 290px;
}

.accessibilityImage {	
	background:url(../images/topbanners/accessibility.jpg) no-repeat;
	width: 755px;
	height: 290px;
}

.siteindexImage {	
	background:url(../images/topbanners/siteindex.jpg) no-repeat;
	width:  755px;
	height: 290px;
}

.termsImage {	
	background:url(../images/topbanners/terms.jpg) no-repeat;
	width: 755px;
	height: 290px;
}

.contactusImage {	
	background:url(../images/topbanners/contactus.jpg) no-repeat;
	width: 755px;
	height: 290px;
}



#genericImage {	
	padding-top:30px;
	padding-left:10px;
	border:0px yellow solid;
	float:left;	
	display:block;
}

/* END containers.css */
