html{height:100%;}
body {
	background:#b2d6e2 url(../images/fade_bg.png) repeat-x;
	height:100%;
	margin:0;
}
a img {
	border:none;
}
#container_table {
	width:101%;
	height:101%;
	margin:-2px;
	font: normal 11px arial, sans-serif;
}
#main_containter {
	width: 940px;
	margin: 30px auto 0px auto;
}
#navigation {
	margin:20px 0;
	height:38px;
}
.shadow_box {
	padding:0 0 17px 33px;
	margin:0 0 20px -33px;	
}
#lodging_box {
	background:url(../images/green_shadow.png) no-repeat bottom left;
}
#lodging_content {
	background:url(../images/green_bg.gif) repeat-y;
	position:relative;
}
#bot {
	width:275px;
	margin:0 0 -15px 12px;
	position:relative;
}
#featured_hotel {
	width:589px;
	margin:15px 0px 0 297px;
	background:url(../images/featured_hotel_mid.gif) repeat-y;
	color: #553b2a;
}
#featured_hotel_bottom {
	background:url(../images/featured_hotel_bottom.gif);
	height:8px;
	width:589px;
	clear: both;
	overflow:hidden;
}
#featured_title {
	color:#755d47;
	font: bold 15px Verdana, sans-serif;
}
#featured_location {
	color:#8a7567;
}
#hotel_content {
	width: 340px;
	margin: 5px 0 0 245px;
}
#hotel_content p {
	margin:14px 0 13px 0;
}
.dash {
	margin:5px 2px;
	height:1px;
	background:url(../images/dash.png) repeat-x;
}
.main_story .dash {
	margin:10px 2px 13px 2px;
}
.header {
	height:40px;
	margin-bottom:15px;
}
#story_box {
	background:url(../images/tan_shadow.png) no-repeat bottom left;
	width:683px;
}
#story_content {
	background:url(../images/tan_bg.gif) repeat-y;
	width:640px;

	position:relative;
	color:#553b2a;
}
.story {
	width:182px;
	margin:10px 0 0 15px;
}
.story img {
	margin:2px 0;
}
a.story_name, .story_name {
	color:#b11d00;
	font: bold 12px Verdana, sans-serif;
	text-decoration:none;
}
a:hover.story_name {
	text-decoration:underline;
}
.story a, #hotel_content a, .package a, .main_story a {
	color:#b11d00;
}
.bottom_align {
	display:block;
	margin-left:107px;
	padding-top:9px;
}
.last {
	margin-bottom:19px;
}
#package_box {
	width:315px;
	margin-left:-93px;
	background:url(../images/grey_shadow.png) no-repeat bottom left;
}
#package_content {
	width:276px;
	background:url(../images/grey_bg.gif) repeat-y;
	color:#454545;
}
.package {
	margin:10px 0px 0px 12px;
}
.ad {
	height:140px;
	width:589px;
	margin:18px 0px 0 297px;
}
.ad_link {
	margin:-39px 3px 0 7px;
}
#featured_story {
	background:url(../images/big_tan_shadow.png) no-repeat bottom left;
}
#featured_story .story_name {
	font-size:16px;
}
#return {
	width:593px;
	height:40px;
	background:url(../images/featured_story_rt.png) no-repeat;
}
#featured_content {
	background:url(../images/featured_bg.gif) repeat-y;
	width:900px;
}
.main_story {
	margin:10px;
	font: normal 12px arial, sans-serif;
}
.main_story img {
	margin:0 10px 5px 0;
	float:left;
}
.main_story p {
	line-height:18px;
}
#grass {
	background:url(../images/grass.png) repeat-x bottom left;
	height:183px;
	width: 100%;	
}
#footer {
	width: 920px;
	height:183px;
	margin: 0 auto;
	padding:0 20px 0 0px;
	border:.5px solid transparent;
}
#footer_content {
	height:120px;
	width: 800px;
	padding:61px 0 0px 0;
}

#copyright {
	margin-top:30px;
	display:block;
	color:#b19a72;
	size:10px;
}
#footer_menu {
	margin: 23px 110px 0 0;
	width:385px;
	background-color:#806330;
	color: #be9e63;
}
#footer_menu a {
	color: #fff;
	text-decoration:none;
	padding:2px;
}
#footer_menu a:hover {
	color:#b19a72;
}
#footer_links {
	margin-top:2px;
	white-space:nowrap;
}
.left {
	float: left;
}
.right {
	float: right;
}
.simple_window {
		width:350px;
		border: 1px solid #98acc2;
		background-color:#fff;

}
.simple_window p {
		padding:7px;
		margin:2px 2px 0 4px;

}
.simple_window .window_header {
		background:url(../images/pop_tip.gif) repeat-x;
		text-align:left;
		padding:4px;
		color:#fff;
		font: bold 12px Verdana, sans-serif;
		border-bottom: 1px solid #98acc2;
		cursor: move;
		position:absolute;
		top:0;
		width:342px;
		
}
.simple_window .window_contents {
		max-height:550px;
		overflow:auto;
}
.simple_window .window_close {
		display:block;
		position:absolute;
		top:4px;
		right:5px;
		height:14px;
		width:14px;
		background-image:url(../images/close.gif);
		cursor:pointer;
	    cursor:hand;
}