/*
-----------------------------------------------------
Master CSS file for screen media
FileName:    hp.css
Version:     2004.08.13
-----------------------------------------------------
*/

@import url("global.css");


#header_index {
	background: url("../images/header_home.jpg") no-repeat; 
	height: 490px;
	}
	
#header_piano {
	background: url("../images/header_piano.jpg") no-repeat; 
	height: 388px;
	}
	
#header_gardens {
	background: url("../images/header_gardens.jpg") no-repeat; 
	height: 388px;
	}
	
#header_features {
	background: url("../images/header_features.jpg") no-repeat; 
	height: 388px;
	}
	
#header_rates {
	background: url("../images/header_rates.jpg") no-repeat; 
	height: 388px;
	}
	
#header_guestbook {
	background: url("../images/header_guestbook.jpg") no-repeat; 
	height: 388px;
	}
	
#header_directions {
	background: url("../images/header_directions.jpg") no-repeat; 
	height: 388px;
	}


