/* CSS Document */

/*  CSS details specific to the unique home page
    
	Colours
	#7F7F7F - outer frame color
	#BD9E8B - pale brown borders
    #E0DCD2 - pale brown for panels
    #7A6C49 - dark brown
	#808080 - the text grey

	Fonts
	font-family: arial, helvetica, trebuchet ms, verdana, sans serif;
*/

/* main title div that provides the space - the lines are in the hotel style sheet for the colours */
.title_section {
	margin-top: 10px;
	margin-bottom: 10px;
}

.title {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #7A6C49;
	padding-bottom: 7px;
}

/* section for the specific elements to home */
.home_left_block {
    background-color: #E0DCD2;    
    width: 140px;
    margin-left: 5px;	
    margin-right: 7px;
}
    
.home_logo_hotel {
	padding-left: 18px;
	padding-top: 3px;
}

.home_central_block {
    width: 428px;
	margin-right: 10px;
}

.home_bottom_spacer {
    height: 1px;
}