/* CSS Document */
#container
{
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
}
#page_top
{
	width: 802px;
	height: 10px;
	background: url(images/page_top.gif) no-repeat;
}
#header_container
{
	padding: 10px 18px 0px 18px;
	height: 30px;
}
#header
{
	background-image: url(images/bar_bg.gif);
	background-repeat: no-repeat;
	width: 768px;
	height: 30px;
	float: left;
	clear: both;
}
#flash_header_container
{
	margin: 1px 18px 0px 18px;
	height: 263px;
}
#flash_header
{
	width: 768px;
	height: 263px;
	float: left;
	clear: both;
}

#flash_header_sub_container
{
	margin: 1px 18px 1px 18px;
	height: 104px;
}
#flash_header_sub
{
	width: 768px;
	height: 104px;
	float: left;
	clear: both;
}

#main_content
{
	background-image: url(images/blue_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 768px;
	height: auto; /* height:444px; */
	margin: 0px 10px 0px 18px;
}

#main_content_homepage
{
	background-image: url(images/blue_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 768px;
	height: 444px;
	margin: 0px 10px 0px 18px;
}

#sub_main_content
{
	background-image: url(images/blue_top_bg_sub.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 768px;
	height: auto; /* height:444px; */
	margin: 0px 10px 0px 18px;
}


/* Begin left column */
#leftcol
{
	width: 200px;
	float: left;
}
#leftcol_content
{
	width: 200px;
	margin-left: 8px;
	padding-bottom: 10px;
}
/* End left column */

/* Begin center content */
#center_container
{
	width: 750px;
	float: right;
	margin: 5px 10px 0px 0px;
}
#center_container p
{
	padding: 0px 30px 0px 40px;
}

#sub_center_container
{
	width: 720px;
	float: right;
	margin: 25px 10px 10px 10px;
	line-height: 16px;
}

#sub_center_container p
{
	padding: 0px 30px 0px 0px;
}

#cen_left
{
	width: 495px;
	padding: 15px 5px 20px 15px;
	float: left;
}

#cen_right
{
	float: right;
	padding: 5px;
}

#hotel_details
{
	clear: both;
	padding-right: 5px;
	padding-bottom: 10px;
}

#hotel_details img
{
	margin: 0px 10px 5px 0px;
}

#hotel_details strong
{
	color: #003057;
}

#cen_bottom
{
	padding-right: 12px;
}
/* End center content */

#footer
{
	width: 802px;
	height: 55px;
	background-image: url(http://www.anntours.com/images/footer_bg.gif);
	background-repeat: no-repeat;
	clear: both;
}



.pullquote
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(images/pullquote.gif) no-repeat scroll 0 0;
	font-family: Georgia, "Bitstream Vera Serif" ,serif;
	font-size: 1.em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.em;
	margin: 30px 10px 0 0;
	min-height: 44px;
	padding: 6px 0 2px 28px;
}

.pullquote_author
{
	font-size: 1em;
	font-weight: bold;
	margin: 5px 10px 5px 400px;
	text-align: left;
	text-indent: -1.3em;
}
