/* CSS Document */
BODY {font-family: "Arial", "Helvetica", "Times";
	font-size:100%;
	background-color: #6A6E39;
	margin-top:20;}
	
#properties_panel {
	position: relative;
	width:401;
	height:305;	
	padding-left: 12px;
	background-image:  url(images/properties_panel.jpg);
	background-repeat:no-repeat;}
	
#discover_panel {
	position: relative;
	width:401;
	height:161;	
	background-image:  url(images/discover_panel.jpg);
	background-repeat:no-repeat;}
	
#avail_panel {
	position: relative;
	width:401;
	height:139;	
	background-image:  url(images/lastminute_panel.jpg);
	background-repeat:no-repeat;
}
	
#lastminute_panel {
	position: relative;
	width:401;
	height:139;	
	background-image:  url(images/lastminute_panel.jpg);
	background-repeat:no-repeat;}
		
		
#footer {
	color:#666666; 
	font-size: 70%;
	padding-left: 6px;
	padding-right: 10px;
	position: relative;
	width:802;
	height:39;	
	background-image:  url(images/footer.jpg);
	background-repeat:no-repeat;}

TD, P {font-family: "Arial", "Helvetica","Times"; 
	color:#ffffff; 
	font-weight:normal;}			
	
.sty1 {
	font-size: 86%;
	padding-left: 6px;
	padding-right: 10px;
}
	
.sty2 {font-size: 80%;
	padding-left:12px;}
	
.sty3 {font-size: 90%;
	padding-left:12px;}
	
:link {color: #ffffff;}
:visited {color: #ffffff;}
:hover {color:#FFFF66}
