@charset "utf-8";
/* CSS Document */
body {
	font-family:verdana, arial, sans-serif; 
	font-size:12px; 
	color:#333333; 
	line-height:20px; 
	padding:0px; 
	margin:0px; 
	background-color:#efeee5; 
	background-image:url(images/page_bkg.jpg); 
	background-repeat:no-repeat; 
	background-position:center top;}
h1 {
	font-family:verdana, arial, sans-serif; 
	font-size:24px; 
	color:#19398a; 
	margin-top:0px; 
	margin-bottom:10px; 
	font-weight:normal;
	}
h2 {
	font-family:verdana, arial, sans-serif; 
	font-size:14px; 
	color:#333333; 
	margin-top:0px; 
	font-style:italic;
	}
a, a:visited{ 
	color:#333; 
	text-decoration:underline;
	}
a:hover, a:visited.hover{ 
	color:#333; 
	text-decoration:underline;
	}
div.main {
	width:1056px; margin: 0 auto 24px auto;
	}
div.topbar {
	width:100%; height:212px; background-color:#FFF;
	}
#weather {
	background-image:url(images/weather_bkg.jpg);  
	background-repeat:no-repeat; 
	width:313px; 
	height:54px; 
	padding:23px; 
	padding-left:30px; 
	background-color:#f7f4ed;
	}
#destcontent {
	width:986px; 
	min-height:300px; 
	background-color:#FFF; 
	padding:35px;
	}
#destcontent div.copy {
	width:623px; 
	padding-right:30px; 
	border-right:#CCC solid 1px; 
	}
#destcontent div.photos {
	min-height:250px; width:296px; padding-left:33px; padding-top:15px; float:right;
	}
#destcontent div.buttons {
	padding-bottom:14px; float:right; padding-left:0px
	}
#llcontent {
	width:1050px; min-height:740px; background-color:#FFF; padding:0px 3px 35px 3px;
	}
div.footer {
	background-image:url(images/footer_bkg.png); 
	background-repeat:no-repeat; 
	background-position:top; 
	height:100px; 
	padding-left:35px; 
	padding-top:35px; 
	color:#999; 
	font-size:10px; 
	line-height:16px;
}

