/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);


#footCenter {
	position:absolute;
	left:585px;
	bottom:250px;
	width:107px;
	height:45px;
	list-style:none;
	padding:0;
	margin:0;
	z-index:1;
}

#footCenter a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

#footLeft a:hover {
	
}



#homepageContent {
	margin: 0px auto;
	width: 689px;
	padding:30px 295px 30px 291px;
	text-align: left;
	background-image:url(../images/bg-contentbtm-home.jpg);
	background-repeat:no-repeat;
	background-position:bottom;

	}
	
#layFooterWrapper {
padding:150px 275px 0 271px;
background-image:url(../images/bg-footer-home.jpg);
height:131px;
}
	
#footLeft {
	top:6px;
	width:107px;
	height:45px;
}

#footLeft a {
 
}

#footLeft a:hover {
	background-image:url(../images/inns-on-home.jpg);
}


#footRight{
	top:6px;
	right:294px;
	width:107px;
	height:45px;
}

#footRight a {
 
}

#footRight a:hover {
	background-image:url(../images/art-on-home.jpg);
}


.homepageHR {
	margin: 0px auto;
	width: 770px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	background-color: #990000;
}

#homepagePods {
	width: 770px;
	text-align:left;
	margin: 0px auto; 
	padding: 0px;
	overflow: hidden;
}

#homepagePod1 {
	width: 235px;
	float: left;
	border-right: 1px solid #990000;
	padding: 10px; margin:0px;
}

#homepagePod2 {
	width: 235px;
	float: left;
	border-right: 1px solid #990000;
	padding: 10px; margin:0px;
}

#homepagePod3 {
	width: 236px;
	float: left;
	padding: 10px; margin:0px;
}


